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 ant warning of 'includeantruntime was not set' in android build
shouqun.liu@intel.com
2012-06-13
1
-1
/
+1
*
Media: Don't use a scoped handle for a wait object.
rvargas@chromium.org
2012-06-13
2
-19
/
+15
*
Calculate the buffered ranges in ChunkDemuxer::GetBufferedRanges()
annacc@chromium.org
2012-06-13
5
-6
/
+306
*
Revert 141770 - Do not stop audio physical stream immediately after logical o...
cpu@chromium.org
2012-06-13
8
-83
/
+87
*
Do not stop audio physical stream immediately after logical one had stopped.
enal@chromium.org
2012-06-12
8
-87
/
+83
*
Return the results of Append in ChunkDemuxer::On{Audio,Video}Buffers()
annacc@chromium.org
2012-06-12
1
-8
/
+2
*
Add MP4 DASH test file
acolwell@chromium.org
2012-06-12
1
-0
/
+0
*
Ensure GpuVideoDecoder satisfies outstanding reads before firing callback ind...
fischman@chromium.org
2012-06-12
1
-1
/
+1
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2012-06-12
1
-1
/
+4
*
Implement support for 2 source ids (1 for audio and 1 for video).
annacc@chromium.org
2012-06-12
4
-72
/
+342
*
CrasOutput: Handle Close() being called after a failed Open().
dgreid@chromium.org
2012-06-12
1
-2
/
+8
*
Remove duplicate CPU detection code; use base::CPU instead.
dalecurtis@chromium.org
2012-06-12
9
-194
/
+51
*
Replace Pipeline::SetNetworkActivity() with BufferedDataSource -> WebMediaPla...
fischman@chromium.org
2012-06-12
13
-62
/
+3
*
Switch to using avcodec_decode_audio4, avcodec_alloc_context3.
dalecurtis@chromium.org
2012-06-11
7
-86
/
+118
*
Revert 141476 - Do not stop audio physical stream immediately after logical o...
sail@chromium.org
2012-06-11
6
-70
/
+58
*
Do not stop audio physical stream immediately after logical one had stopped.
enal@chromium.org
2012-06-11
6
-58
/
+70
*
Update ChunkDemuxer to allow midstream initialization segments that match the...
acolwell@chromium.org
2012-06-11
3
-33
/
+161
*
Make the other Java modules debuggable
haitao.feng@intel.com
2012-06-08
1
-1
/
+1
*
open camera with O_RDWR.
wjia@chromium.org
2012-06-08
1
-1
/
+2
*
Fix gcc 4.7 building problems.
pkasting@chromium.org
2012-06-08
1
-7
/
+12
*
Coverity: Fix pass by value error in source_buffer_stream::DeleteAfter() func...
kmadhusu@chromium.org
2012-06-08
1
-2
/
+2
*
Plumb texture target to VideoDecodeAccelerator::Client
sail@chromium.org
2012-06-08
3
-7
/
+12
*
Add webm_ebml_element test file.
acolwell@chromium.org
2012-06-08
1
-0
/
+0
*
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
[next]