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
*
Update RendererWebKitPlatformSupportImpl::createAudioDevice() to handle |inpu...
crogers@google.com
2013-01-12
1
-0
/
+1
*
Encrypted Media: Update config/state after config changed in DecryptingAudioD...
xhwang@chromium.org
2013-01-12
3
-8
/
+50
*
Add unit tests for ISO CENC (encrypted MP4).
ddorwin@chromium.org
2013-01-12
1
-1
/
+173
*
Fix indentation in SourceBufferRange.
xhwang@chromium.org
2013-01-12
1
-2
/
+2
*
Improve thread safety for device changes on OSX.
dalecurtis@google.com
2013-01-11
7
-75
/
+432
*
Tab Audio Mirroring/Capture: Browser-side connect/disconnect functionality:
miu@chromium.org
2013-01-11
5
-212
/
+404
*
Do not require a key before processing unencrypted frames within a potentiall...
ddorwin@chromium.org
2013-01-11
2
-27
/
+144
*
Introduce keyframe_map_index_base_ to SourceBufferRange.
xhwang@chromium.org
2013-01-11
2
-15
/
+44
*
Removed files that were renamed in a previous CL.
ddorwin@chromium.org
2013-01-11
8
-13
/
+19
*
Revert 176228
dalecurtis@google.com
2013-01-11
8
-419
/
+76
*
Improve thread safety for device changes on OSX.
dalecurtis@google.com
2013-01-11
8
-76
/
+419
*
Add test files for new EME tests.
ddorwin@chromium.org
2013-01-11
15
-0
/
+17
*
Add pause timer to ease resource usage when not playing.
dalecurtis@chromium.org
2013-01-10
6
-32
/
+120
*
Fix CHECK failure processing unencrypted frames within a potentially encrypt...
ddorwin@chromium.org
2013-01-10
2
-7
/
+23
*
Use scoped_ptr<> and deleter for media::DecoderBuffer::data_.
xhwang@chromium.org
2013-01-09
2
-24
/
+10
*
Prevent SourceBufferRange.waiting_for_keyframe_ from being lost on range merges.
acolwell@chromium.org
2013-01-08
2
-2
/
+44
*
Add unit tests for config changes involving encrypted streams.
ddorwin@chromium.org
2013-01-08
1
-16
/
+110
*
Added debug logging for MSE config changes.
ddorwin@chromium.org
2013-01-08
4
-5
/
+15
*
Roll speex, flac, libvpx DEPS to get shim header changes.
phajdan.jr@chromium.org
2013-01-07
1
-1
/
+2
*
Encrypted Media: Add config change support in DecryptingAudioDecoder.
xhwang@chromium.org
2013-01-06
3
-62
/
+180
*
Encrypted Media: Add config change support in DecryptingVideoDecoder.
xhwang@chromium.org
2013-01-06
3
-54
/
+202
*
Fix regression with audio mirroring due to observers being added while iterat...
justinlin@chromium.org
2013-01-05
1
-0
/
+2
*
Convert a few LOG statements to MEDIA_LOG in MP4StreamParser.
acolwell@chromium.org
2013-01-05
1
-3
/
+7
*
Add encrypted WebM files for config change tests.
ddorwin@chromium.org
2013-01-04
2
-0
/
+0
*
Handle config change during pending reset correctly in FFmpegVideoDecoder.
xhwang@chromium.org
2013-01-04
2
-15
/
+158
*
Roll FFMpeg for M26. Fix ffmpeg float audio decoding.
dalecurtis@google.com
2013-01-04
19
-154
/
+325
*
Add guard to OpenSLESOutputStream::FillBufferQueue() to respect shutdown cond...
miu@chromium.org
2013-01-04
1
-1
/
+3
*
Remove obsolete comments in WebMStreamParser.
xhwang@chromium.org
2013-01-03
1
-2
/
+0
*
Make WaitableMessageLoopEvent return immediately if it has already been signa...
scherkus@chromium.org
2013-01-03
2
-8
/
+6
*
Encrypted Media: Support config change in DecryptingDemuxerStream.
xhwang@chromium.org
2013-01-03
4
-90
/
+83
*
Linux: make AudioManagerLinux::ShowAudioInputSettings work on Unity.
phajdan.jr@chromium.org
2013-01-03
1
-7
/
+21
*
Replace all uses of base/mac/crash_logging.h with base/debug/crash_logging.h.
rsesek@chromium.org
2013-01-03
1
-2
/
+2
*
Crash/stability fix for device change logic in AudioOutputController. The ou...
miu@chromium.org
2013-01-03
2
-18
/
+15
*
Fix crash in media::VirtualAudioOutputStream::Start() when stopping audio mir...
miu@chromium.org
2013-01-03
2
-31
/
+24
*
Change PipelineStatusCB to Closure for ended callbacks.
wolenetz@chromium.org
2013-01-03
6
-17
/
+15
*
Vanquish the remnants of media::MessageLoopFactory.
scherkus@chromium.org
2013-01-02
6
-132
/
+14
*
Disable flaky VideoRendererBaseTest.GetCurrentFrame_EndOfStream on Win.
xhwang@chromium.org
2012-12-28
1
-1
/
+1
*
Revert "Add wrapper class to media for support of VP9 video, and add a comman...
fsamuel@chromium.org
2012-12-28
8
-484
/
+5
*
Add support for ignoring subtitle and extra audio & video tracks.
acolwell@chromium.org
2012-12-26
6
-7
/
+75
*
Fix ChunkDemuxer to handle a Shutdown() call before Initialize() is called.
acolwell@chromium.org
2012-12-26
2
-0
/
+16
*
Verify that cameras support desired formats.
posciak@chromium.org
2012-12-22
1
-9
/
+37
*
Encrypted Media: Replace DecryptorClient with key event callbacks.
xhwang@chromium.org
2012-12-22
17
-228
/
+178
*
Add wrapper class to media for support of VP9 video, and add a command line f...
tomfinegan@chromium.org
2012-12-22
8
-5
/
+484
*
GTTF: No more FLAKY_ .
phajdan.jr@chromium.org
2012-12-21
1
-16
/
+16
*
Change default audio routing to speaker.
milanb@chromium.org
2012-12-21
1
-0
/
+5
*
Add OWNER file in media/video/capture.
wjia@chromium.org
2012-12-21
1
-0
/
+3
*
Update WebMClusterParser so it can detect keyframes in BlockGroups
acolwell@chromium.org
2012-12-21
4
-21
/
+86
*
Improves CoreAudioUtil::IsSupported by also loading Audioses.dll DLL
henrika@chromium.org
2012-12-21
1
-1
/
+20
*
Revert 174311
kinaba@chromium.org
2012-12-21
8
-484
/
+5
*
Add wrapper class to media for support of VP9 video, and add a command line f...
tomfinegan@chromium.org
2012-12-21
8
-5
/
+484
[next]