summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removes usage of media::IsWASAPISupported and introduces new CoreAudioUtil::I...henrika@chromium.org2012-11-148-29/+23
* Removed IMMNotification from WASAPIAudioOutputStream.henrika@chromium.org2012-11-142-228/+2
* Revert 167638 - Reimplement FileDataSource using file_util::MemoryMappedFile ...jochen@chromium.org2012-11-1415-78/+111
* Reimplement FileDataSource using file_util::MemoryMappedFile and convert to u...scherkus@chromium.org2012-11-1415-111/+78
* Port Unified audio class on Windows using the new Core Audio utilityhenrika@chromium.org2012-11-149-429/+728
* media: Update calls from RunAllPending() to RunUntilIdle().xhwang@chromium.org2012-11-1410-104/+104
* Use separate WaitableEvents in BlockingUrlProtocol for signalling abort versu...scherkus@chromium.org2012-11-143-30/+20
* Fix for r167462: don't use FILE in boolean comparisons.scherkus@chromium.org2012-11-131-1/+1
* Refactor FFmpegURLProtocol code from FFmpegDemuxer into BlockingUrlProtocol.scherkus@chromium.org2012-11-139-224/+332
* Revert 167387 - Break down the webrtc code and AudioInputDevice into a WebRtc...wez@chromium.org2012-11-134-96/+56
* Break down the webrtc code and AudioInputDevice into a WebRtcAudioCapturer.xians@chromium.org2012-11-134-56/+96