summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add RunCallback to invoke a callback parameter in unittests.xhwang@chromium.org2012-11-1310-197/+345
* The warning message is xians@chromium.org2012-11-101-6/+3
* Add more logging in DecryptingAudioDecoder.xhwang@chromium.org2012-11-101-2/+4
* Plumb through cropped output size for VideoFramesheu@chromium.org2012-11-0922-155/+393
* Ensure that full-duplex audio test uses preferred buffer size.henrika@chromium.org2012-11-091-28/+14
* Enable iOS background music.milanb@chromium.org2012-11-091-0/+3
* Fix hang in AlsaPcmOutputStreamTest.StartStop test.dalecurtis@chromium.org2012-11-081-1/+5
* Only respond to callbacks for the registered property.dalecurtis@chromium.org2012-11-081-2/+13
* Linux: fix build with system ffmpeg (Chromium side).phajdan.jr@chromium.org2012-11-082-1/+9
* Make media targets work with the shared library build for Android.yfriedman@chromium.org2012-11-062-5/+2
* Revert "Fix UV plane interpolation for YUV formats"phajdan.jr@chromium.org2012-11-062-74/+48
* Fix UV plane interpolation for YUV formatssheu@chromium.org2012-11-052-48/+74
* Move OnDecoderInitDone() from decoder to pipeline thread.dalecurtis@chromium.org2012-11-033-160/+196
* Fix key re-emission on every new segment for BMFF in MSE/EME.strobe@google.com2012-11-031-1/+1
* Handle FFmpeg initialization in a lazy instance.dalecurtis@chromium.org2012-11-031-13/+33