index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
media
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix the shared build
tommi@chromium.org
2012-06-07
1
-2
/
+2
*
Add support to be able to asynchronously read from a CancelableSyncSocket
tommi@chromium.org
2012-06-07
5
-8
/
+363
*
Fix ChunkDemuxer so it doesn't reset the StreamParser on seek.
acolwell@chromium.org
2012-06-07
3
-8
/
+13
*
Add new FFmpeg regression tests. Add flaky test wrapper.
dalecurtis@google.com
2012-06-07
3
-42
/
+107
*
Add support for files that use AltRef frames.
acolwell@chromium.org
2012-06-06
4
-16
/
+83
*
Add alt-ref test file.
acolwell@chromium.org
2012-06-06
1
-0
/
+0
*
Implement start, end, and middle overlaps for SourceBufferStream
vrk@google.com
2012-06-06
3
-315
/
+971
*
Reorganize so that ChunkDemuxerStreams create and own SourceBufferStreams.
annacc@chromium.org
2012-06-06
5
-419
/
+159
*
Move AesDecryptor out of FFmpegVideoDecoder.
xhwang@chromium.org
2012-06-05
6
-12
/
+27
*
AudioManager::Shutdown() can potentially happen before all the ALSA streams a...
xians@chromium.org
2012-06-05
2
-4
/
+10
*
Roll FFmpeg for M21!
dalecurtis@google.com
2012-06-05
5
-75
/
+151
*
Revert 138939 - alsa_output: Drain and pause pcm when stopping.
scherkus@chromium.org
2012-06-05
4
-14
/
+0
*
Revert 140453 - Reorganize so that ChunkDemuxerStreams create and own SourceB...
acolwell@chromium.org
2012-06-05
5
-155
/
+423
*
Update layout_tests tool in media/tools and PRESUBMIT.py per test_expectation...
rniwa@chromium.org
2012-06-05
4
-12
/
+35
*
Reorganize so that ChunkDemuxerStreams create and own SourceBufferStreams.
annacc@chromium.org
2012-06-05
5
-423
/
+155
*
Fix wrong timing when audio is muted.
enal@chromium.org
2012-06-04
3
-5
/
+7
*
media: No need to tag enum types with MEDIA_EXPORT in header files.
tfarina@chromium.org
2012-06-02
1
-2
/
+2
*
Fix audio hashing. Split hash tests out of normal test.
dalecurtis@google.com
2012-06-01
7
-22
/
+88
*
Turn on audio mixer by default.
enal@chromium.org
2012-06-01
3
-4
/
+4
*
Upstream implementation for embedded video for WebMediaPlayerAndroid
qinmin@chromium.org
2012-06-01
1
-0
/
+1
*
Fix a crash caused by a race between ChunkDemuxer::SourceBufferRead() & Chunk...
acolwell@chromium.org
2012-06-01
1
-2
/
+8
*
Introducing DecoderBuffer and general Buffer cleanup.
dalecurtis@google.com
2012-05-31
36
-326
/
+461
*
change LOG to DVLOG(1)
wjia@chromium.org
2012-05-30
3
-8
/
+8
*
Disable audio frame hashing due to inconsistency.
dalecurtis@google.com
2012-05-30
1
-1
/
+2
*
Remove default duration logic from WebM parsing code.
acolwell@chromium.org
2012-05-30
6
-60
/
+8
*
Add audio hashing support to pipeline integration tests.
dalecurtis@chromium.org
2012-05-30
5
-3
/
+52
*
handle the case when device is closed before media pipeline is fully initiali...
wjia@chromium.org
2012-05-30
1
-1
/
+1
*
Remove logspam from media_unittests.
fischman@chromium.org
2012-05-30
2
-5
/
+11
*
Delete Pipeline::GetBufferedBytes() in preparation for didLoadingProgress() s...
fischman@chromium.org
2012-05-30
3
-18
/
+25
*
Export kUseCras
kochi@google.com
2012-05-30
1
-1
/
+1
*
Track buffered byte ranges correctly in media::Pipeline.
fischman@chromium.org
2012-05-30
14
-109
/
+73
*
Fix ninja build for android.
yfriedman@chromium.org
2012-05-29
2
-35
/
+1
*
This patch integrates SourceBufferStreams into SourceBuffer, removes all buff...
annacc@chromium.org
2012-05-29
11
-310
/
+407
*
Audio in linux became choppy after some system update, I suppose one of the r...
xians@chromium.org
2012-05-29
3
-83
/
+116
*
CrasOutput: Use new client api to get latency and bytes per frame.
dgreid@chromium.org
2012-05-29
2
-7
/
+14
*
media/audio: Update doc comment to refer to the right function name.
tfarina@chromium.org
2012-05-28
1
-2
/
+2
*
Better handle error condition in ALSA output.
enal@chromium.org
2012-05-26
2
-2
/
+9
*
Send 'ended' event when we don't know audio duration in the beginning.
enal@chromium.org
2012-05-26
5
-33
/
+88
*
alsa_output: Drain and pause pcm when stopping.
dgreid@chromium.org
2012-05-25
4
-0
/
+13
*
Check in missing files from r138642.
scherkus@chromium.org
2012-05-23
2
-0
/
+97
*
Preparation work to move AudioRenderer and VideoRenderer out of Filter hierarchy
scherkus@chromium.org
2012-05-23
8
-145
/
+62
*
Fix ChunkDemuxer so appending triggers progress events.
acolwell@chromium.org
2012-05-22
2
-27
/
+11
*
Remove media::AudioRendererImpl::SignalEndOfStream() and some other minor cle...
scherkus@chromium.org
2012-05-21
4
-49
/
+34
*
Fix a deadlock in the GPU Video decoding code in the renderer which would occ...
ananta@chromium.org
2012-05-21
1
-2
/
+3
*
RefCounted types should not have public destructors, media/ and gpu/ edition
rsleevi@chromium.org
2012-05-18
36
-133
/
+193
*
Replace delay loop by sleep() call.
enal@chromium.org
2012-05-18
1
-3
/
+8
*
RefCounted types should not have public destructors, Linux fixes
rsleevi@chromium.org
2012-05-18
3
-3
/
+6
*
Update WebMClusterParser to compute durations for all StreamParserBuffers.
acolwell@chromium.org
2012-05-18
7
-190
/
+218
*
Add file name and URL params as key for CNS ports.
shadi@chromium.org
2012-05-16
1
-3
/
+2
*
Note: this change does nothing unless order_profiling=1 is manually set in GY...
glotov@google.com
2012-05-16
1
-0
/
+14
[next]