summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* Switch fake audio output streams over to CancelableClosure.dalecurtis@chromium.org2012-11-033-20/+90
* Add RegisterKeyAddedCB in Decryptor interface.xhwang@chromium.org2012-11-029-43/+78
* Roll ffmpeg DEPS for fixes, patch removal, and better GOMA detection.dalecurtis@google.com2012-11-027-258/+58
* Don't return NULL from AudioManager:GetMessageLoop()dalecurtis@chromium.org2012-11-021-4/+1
* Encrypted Media: Add TRACE_EVENT to trace eme implementation performance.xhwang@chromium.org2012-11-022-1/+11
* Implement audio/video sync instrumentation for WebRTChclam@chromium.org2012-11-024-17/+153
* Handle audio device changes on Mac (Take 2).dalecurtis@chromium.org2012-11-023-5/+56
* Adding the logic to process some new error codes from android media playerqinmin@chromium.org2012-11-023-7/+21
* Collapse InitializeOnAudioThread() into AudioManagerWin.dalecurtis@chromium.org2012-11-018-31/+12
* Switch to AVIO instead of a custom FFmpeg URLProtocol handler.dalecurtis@chromium.org2012-11-0117-521/+325