summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* Unify AudioParameter validiation checks in AudioRendererAlgorithm.dalecurtis@chromium.org2012-11-227-95/+45
* Get the VideoCaptureDeviceTest tests running on windows (again?).tommi@chromium.org2012-11-221-1/+8
* Fix uninitialized read in AudioRendererMixer unit tests.dalecurtis@chromium.org2012-11-211-0/+3
* Combine media decoding and pipeline threads.scherkus@chromium.org2012-11-215-10/+6
* Revert 169004 - Introduce time-based caching of encoded data to FFmpegDemuxer.scherkus@chromium.org2012-11-216-376/+76
* Update player_x11 to use media::InitializeMediaLibraryForTesting().scherkus@chromium.org2012-11-211-6/+2
* Adds delay estimation to unified audio backend on Windows.henrika@chromium.org2012-11-215-26/+157
* Introduce time-based caching of encoded data to FFmpegDemuxer.scherkus@chromium.org2012-11-216-76/+376
* Collapse AudioRendererMixer and OnMoreDataResampler into AudioTransform.dalecurtis@chromium.org2012-11-2120-430/+857
* Remove DCHECK causing TabCapture API test to fail due to no microphone.justinlin@chromium.org2012-11-201-4/+2
* Remove locking from FFmpegDemuxerStream and associated TODOs from media code.scherkus@chromium.org2012-11-2011-191/+89
* Roll FFMpeg DEPS to pick up security fixes.dalecurtis@chromium.org2012-11-202-26/+27
* Stop FFmpegDemuxerStream objects after stopping the internal FFmpegDemuxer th...scherkus@chromium.org2012-11-201-6/+7
* Fix a crash that media player can get released while getting cookiesqinmin@chromium.org2012-11-191-0/+2
* Ensure AudioPropertyListener callbacks happen on the browser thread.dalecurtis@google.com2012-11-182-18/+42
* Check in demuxer_bench, a tool for benchmarking FFmpegDemuxer reading.scherkus@chromium.org2012-11-172-0/+230
* Move blocking FFmpegDemuxer operations to a dedicated thread.scherkus@chromium.org2012-11-173-75/+159
* Break down the webrtc code and AudioInputDevice into a WebRtcAudioCapturer.xians@chromium.org2012-11-164-56/+96
* Get PulseAudio implementation working.dalecurtis@google.com2012-11-166-331/+344
* Increase Windows XP hardware buffer size to 4096.dalecurtis@google.com2012-11-164-3/+34
* Reduce high latency input buffers to 1.dalecurtis@google.com2012-11-161-1/+1
* When a new device is plugged in, the enumeration API will fail on detecting t...xians@chromium.org2012-11-151-10/+0
* Increase delay in AudioInputTest.Recordlliabraa@chromium.org2012-11-151-1/+1
* Add DecryptingDemuxerStream.xhwang@chromium.org2012-11-1511-36/+993
* Move eintr_wrapper.h from base to base/posixbrettw@chromium.org2012-11-141-1/+2
* Fix break for r167691.scherkus@chromium.org2012-11-141-1/+1
* Reimplement FileDataSource using file_util::MemoryMappedFile and convert to u...scherkus@chromium.org2012-11-1415-112/+79