summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typo'd usage of OS_MAC vs OS_MACOSX!dalecurtis@google.com2012-12-153-3/+3
* Protect AudioRendererAlgorithm from invalid step sizes.dalecurtis@google.com2012-12-153-80/+69
* Encrypted Media: Support Audio Decrypt-Only.xhwang@chromium.org2012-12-149-51/+562
* Linux: make it possible to compile against system libav.phajdan.jr@chromium.org2012-12-141-0/+1
* Adds support of rendering a local media stream for audio using HTML5 audio tag.henrika@chromium.org2012-12-141-1/+1
* Add missing AutoLocks to a few ChunkDemuxer methods that needed them.acolwell@chromium.org2012-12-141-4/+7
* Rename DecryptorNotificationCB to DecryptorReadyCB.xhwang@chromium.org2012-12-1410-74/+44
* Handle invalid audio latency information more gracefully.dalecurtis@google.com2012-12-131-0/+10
* Remove use of AV_EF_CAREFUL from media code.scherkus@chromium.org2012-12-134-4/+0
* Revert FFmpegDemuxer to pre-r171883 capacity behaviour.scherkus@chromium.org2012-12-131-0/+5
* Remove failing CHECK(). Best effort fix for M24. BUG=158170,163149dalecurtis@google.com2012-12-121-2/+0
* Revert 170119dalecurtis@google.com2012-12-122-23/+22