summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Use scoped_ptr<> and deleter for media::DecoderBuffer::data_.xhwang@chromium.org2013-01-092-24/+10
* Prevent SourceBufferRange.waiting_for_keyframe_ from being lost on range merges.acolwell@chromium.org2013-01-082-2/+44
* Add unit tests for config changes involving encrypted streams.ddorwin@chromium.org2013-01-081-16/+110
* Added debug logging for MSE config changes.ddorwin@chromium.org2013-01-084-5/+15
* Roll speex, flac, libvpx DEPS to get shim header changes.phajdan.jr@chromium.org2013-01-071-1/+2
* Encrypted Media: Add config change support in DecryptingAudioDecoder.xhwang@chromium.org2013-01-063-62/+180
* Encrypted Media: Add config change support in DecryptingVideoDecoder.xhwang@chromium.org2013-01-063-54/+202
* Fix regression with audio mirroring due to observers being added while iterat...justinlin@chromium.org2013-01-051-0/+2
* Convert a few LOG statements to MEDIA_LOG in MP4StreamParser.acolwell@chromium.org2013-01-051-3/+7
* Add encrypted WebM files for config change tests.ddorwin@chromium.org2013-01-042-0/+0
* Handle config change during pending reset correctly in FFmpegVideoDecoder.xhwang@chromium.org2013-01-042-15/+158
* Roll FFMpeg for M26. Fix ffmpeg float audio decoding.dalecurtis@google.com2013-01-0419-154/+325
* Add guard to OpenSLESOutputStream::FillBufferQueue() to respect shutdown cond...miu@chromium.org2013-01-041-1/+3
* Remove obsolete comments in WebMStreamParser.xhwang@chromium.org2013-01-031-2/+0
* Make WaitableMessageLoopEvent return immediately if it has already been signa...scherkus@chromium.org2013-01-032-8/+6
* Encrypted Media: Support config change in DecryptingDemuxerStream.xhwang@chromium.org2013-01-034-90/+83
* Linux: make AudioManagerLinux::ShowAudioInputSettings work on Unity.phajdan.jr@chromium.org2013-01-031-7/+21
* Replace all uses of base/mac/crash_logging.h with base/debug/crash_logging.h.rsesek@chromium.org2013-01-031-2/+2
* Crash/stability fix for device change logic in AudioOutputController. The ou...miu@chromium.org2013-01-032-18/+15
* Fix crash in media::VirtualAudioOutputStream::Start() when stopping audio mir...miu@chromium.org2013-01-032-31/+24
* Change PipelineStatusCB to Closure for ended callbacks.wolenetz@chromium.org2013-01-036-17/+15
* Vanquish the remnants of media::MessageLoopFactory.scherkus@chromium.org2013-01-026-132/+14
* Disable flaky VideoRendererBaseTest.GetCurrentFrame_EndOfStream on Win.xhwang@chromium.org2012-12-281-1/+1
* Revert "Add wrapper class to media for support of VP9 video, and add a comman...fsamuel@chromium.org2012-12-288-484/+5
* Add support for ignoring subtitle and extra audio & video tracks.acolwell@chromium.org2012-12-266-7/+75
* Fix ChunkDemuxer to handle a Shutdown() call before Initialize() is called.acolwell@chromium.org2012-12-262-0/+16
* Verify that cameras support desired formats.posciak@chromium.org2012-12-221-9/+37
* Encrypted Media: Replace DecryptorClient with key event callbacks.xhwang@chromium.org2012-12-2217-228/+178
* Add wrapper class to media for support of VP9 video, and add a command line f...tomfinegan@chromium.org2012-12-228-5/+484
* GTTF: No more FLAKY_ .phajdan.jr@chromium.org2012-12-211-16/+16
* Change default audio routing to speaker.milanb@chromium.org2012-12-211-0/+5
* Add OWNER file in media/video/capture.wjia@chromium.org2012-12-211-0/+3
* Update WebMClusterParser so it can detect keyframes in BlockGroupsacolwell@chromium.org2012-12-214-21/+86
* Improves CoreAudioUtil::IsSupported by also loading Audioses.dll DLLhenrika@chromium.org2012-12-211-1/+20
* Revert 174311kinaba@chromium.org2012-12-218-484/+5
* Add wrapper class to media for support of VP9 video, and add a command line f...tomfinegan@chromium.org2012-12-218-5/+484
* Don't run VideoRendererBase::statistics_cb_ if we've stopped.scherkus@chromium.org2012-12-211-6/+6
* Revert 170870dalecurtis@google.com2012-12-201-7/+0
* Extend scoped_ptr to be closer to unique_ptr. Support custom deleters, and de...ajwong@chromium.org2012-12-203-4/+5
* check if app has READ_PHONE_STATE permission before listening to itqinmin@chromium.org2012-12-191-9/+15
* Create a utility for audio initialization.milanb@chromium.org2012-12-195-30/+61
* Fix a bug that device goes to sleep while playing videoqinmin@chromium.org2012-12-181-1/+1
* Add wrapper class to media for support of Opus audio, and add a command line ...tomfinegan@chromium.org2012-12-188-4/+681
* [Android] Output unchecked warnings and fix existing instances.yfriedman@chromium.org2012-12-181-3/+3
* Encrypted Media: Old video decrypt-only path clean-up.xhwang@chromium.org2012-12-185-91/+12
* Make VideoRendererBase use a whitelist instead of a blacklist when inspecting...scherkus@chromium.org2012-12-171-6/+19
* Encrypted Media: Refactor Video Decrypt-Only to use DecryptingDemuxerStream.xhwang@chromium.org2012-12-1713-179/+616
* Disable flaky VideoRendererBaseTest.GetCurrentFrame_EndOfStream under ASanglider@chromium.org2012-12-171-1/+1
* Setting audio volume is no longer ignored on low latency audio path for Mac.henrika@chromium.org2012-12-171-0/+7
* This patch will use the device listener in media to monitor audio capture dev...xians@chromium.org2012-12-161-0/+8