summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* Video capture implementation using the Media Foundation API.tommi@chromium.org2012-12-047-115/+701
* Goal: Provide browser-wide audio mirroring for the TabCapture API.justinlin@chromium.org2012-12-0410-3/+953
* Boost WaveOut thread priority for background audio.dalecurtis@google.com2012-12-041-0/+7
* Let content_unittests almost build with the components build on androidthakis@chromium.org2012-11-301-1/+1
* Encrypted Media: Handle empty init_data in AesDecryptor::GenerateKeyRequest().xhwang@chromium.org2012-11-302-9/+18
* Encrypted Media: No NeedKey if --enable-encrypted-media is not set.xhwang@chromium.org2012-11-304-10/+21
* media: Use named constants instead of literals.thakis@chromium.org2012-11-291-9/+11
* Encrypted Media: Remove memcpy of decoded video frame in ContentDecryptorDele...xhwang@chromium.org2012-11-292-24/+68
* Tell OSX to manage its own property listener callback thread.dalecurtis@google.com2012-11-292-22/+23
* Fix fake audio device fallbackdalecurtis@google.com2012-11-281-1/+1
* Handle errors for AudioObjectGetPropertyData() calls.dalecurtis@google.com2012-11-281-39/+53
* Delete media/tools/player_wtl.scherkus@chromium.org2012-11-2814-2836/+0
* Remove MessageLoopProxy-getting callbacks from various media classes.scherkus@chromium.org2012-11-2823-145/+68
* Free (and pause) audio resources when getting a phone callmiguelg@chromium.org2012-11-285-14/+83
* White space change.dalecurtis@google.com2012-11-281-2/+2
* White space change.dalecurtis@google.com2012-11-281-3/+2
* Allow kEnableWebAudioInput to play nicely with WebRTC on OSXcrogers@google.com2012-11-272-0/+20
* Fix CrossProcessNotificationMultiProcessTest.Basic on Android.pliard@chromium.org2012-11-271-38/+35
* Add missing return statement in media::BindToLoop() when using scoped_ptr_mal...scherkus@chromium.org2012-11-273-2/+33
* Always wait for DataReady() on Windows WaveOut.dalecurtis@google.com2012-11-275-25/+52
* Fix and use the "MAYBE_CaptureMjpeg" macro for the CaptureMjpeg unit test.tommi@chromium.org2012-11-231-5/+5