summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert 172385dbeam@chromium.org2012-12-112-43/+42
* Let ALSA enumerate audio devices rather than iterating over physical devices.wez@chromium.org2012-12-112-42/+43
* Remove transition to INITIALIZED & clearing of end_of_stream_ on seek.acolwell@chromium.org2012-12-112-17/+48
* Update ChunkDemuxer to allow appending after EndOfStream() is called.acolwell@chromium.org2012-12-112-3/+44
* Re-land fix for Media Foundation crash. Remove Vista support.tommi@chromium.org2012-12-103-10/+38
* Revert 172049battre@chromium.org2012-12-103-36/+10
* Do a thorough check for the availability of the Media Foundation DLLs.tommi@chromium.org2012-12-103-10/+36
* Replace av_malloc with AlignedAlloc for memory allocation in VideoFrame.xhwang@chromium.org2012-12-083-37/+35
* Replace trampolining in FFmpegDemuxer with explicit thread calling convention...scherkus@chromium.org2012-12-085-137/+103
* Log MediaSource parsing errors to the MediaLog so they can appear in chrome:m...acolwell@chromium.org2012-12-0830-140/+278
* Introduce time-based caching of encoded data to FFmpegDemuxer (round 2).scherkus@chromium.org2012-12-076-77/+401
* Pass in media message loop to VideoRendererBase and enforce calling on the ri...scherkus@chromium.org2012-12-0712-321/+185
* Set video capture frame rate based on client's request.wjia@chromium.org2012-12-072-0/+19
* Revert time change from r171701.dalecurtis@google.com2012-12-071-1/+1
* Delay delivery of audio input data.dalecurtis@google.com2012-12-073-4/+26
* Revert 171681tzik@chromium.org2012-12-072-24/+2
* Delay delivery of audio input data.dalecurtis@google.com2012-12-072-2/+24
* Add AudioFileReader unittest.dalecurtis@chromium.org2012-12-072-0/+123
* Encrypted Media: Use std::string for key message in media pipeline.xhwang@chromium.org2012-12-066-42/+17
* Request audio focus upon music play and pause when losing it fully.miguelg@chromium.org2012-12-061-3/+27
* Replace WaitableEvents and ConditionalVariables in VideoRendererBase tests wi...scherkus@chromium.org2012-12-0616-435/+432
* Add support for audio config changes.acolwell@chromium.org2012-12-0514-120/+1075
* Re-land https://codereview.chromium.org/11419200/tommi@chromium.org2012-12-057-113/+719
* Revert 171212tommi@chromium.org2012-12-057-714/+115
* Re-land https://codereview.chromium.org/11419200/tommi@chromium.org2012-12-057-115/+714
* Add test data for new AudioFileReader tests.dalecurtis@google.com2012-12-057-0/+0
* Encrypted Media: Allows empty key message to be fired.xhwang@chromium.org2012-12-042-9/+11
* Revert 170912 - need more delayloads.tommi@chromium.org2012-12-047-701/+115
* Associate audio streams with their source/destination RenderView.miu@chromium.org2012-12-043-67/+68