summaryrefslogtreecommitdiffstats
path: root/media/base
Commit message (Expand)AuthorAgeFilesLines
* Use scoped_ptr<> and deleter for media::DecoderBuffer::data_.xhwang@chromium.org2013-01-092-24/+10
* Roll FFMpeg for M26. Fix ffmpeg float audio decoding.dalecurtis@google.com2013-01-043-63/+72
* Make WaitableMessageLoopEvent return immediately if it has already been signa...scherkus@chromium.org2013-01-031-1/+5
* Change PipelineStatusCB to Closure for ended callbacks.wolenetz@chromium.org2013-01-033-12/+11
* Vanquish the remnants of media::MessageLoopFactory.scherkus@chromium.org2013-01-022-110/+0
* Revert "Add wrapper class to media for support of VP9 video, and add a comman...fsamuel@chromium.org2012-12-283-11/+2
* Encrypted Media: Replace DecryptorClient with key event callbacks.xhwang@chromium.org2012-12-224-104/+30
* Add wrapper class to media for support of VP9 video, and add a command line f...tomfinegan@chromium.org2012-12-223-2/+11
* Revert 174311kinaba@chromium.org2012-12-213-11/+2
* Add wrapper class to media for support of VP9 video, and add a command line f...tomfinegan@chromium.org2012-12-213-2/+11
* Extend scoped_ptr to be closer to unique_ptr. Support custom deleters, and de...ajwong@chromium.org2012-12-203-4/+5
* check if app has READ_PHONE_STATE permission before listening to itqinmin@chromium.org2012-12-191-9/+15
* Fix a bug that device goes to sleep while playing videoqinmin@chromium.org2012-12-181-1/+1
* Add wrapper class to media for support of Opus audio, and add a command line ...tomfinegan@chromium.org2012-12-183-3/+7
* [Android] Output unchecked warnings and fix existing instances.yfriedman@chromium.org2012-12-181-3/+3
* Fix typo'd usage of OS_MAC vs OS_MACOSX!dalecurtis@google.com2012-12-152-2/+2
* Rename DecryptorNotificationCB to DecryptorReadyCB.xhwang@chromium.org2012-12-141-0/+12
* Replace av_malloc with AlignedAlloc for memory allocation in VideoFrame.xhwang@chromium.org2012-12-082-31/+15
* Replace trampolining in FFmpegDemuxer with explicit thread calling convention...scherkus@chromium.org2012-12-082-2/+7
* Log MediaSource parsing errors to the MediaLog so they can appear in chrome:m...acolwell@chromium.org2012-12-084-1/+49
* Introduce time-based caching of encoded data to FFmpegDemuxer (round 2).scherkus@chromium.org2012-12-073-0/+285
* Pass in media message loop to VideoRendererBase and enforce calling on the ri...scherkus@chromium.org2012-12-071-0/+7
* Encrypted Media: Use std::string for key message in media pipeline.xhwang@chromium.org2012-12-063-21/+5
* 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-065-80/+157
* Add support for audio config changes.acolwell@chromium.org2012-12-058-0/+855
* Encrypted Media: No NeedKey if --enable-encrypted-media is not set.xhwang@chromium.org2012-11-302-0/+6
* Encrypted Media: Remove memcpy of decoded video frame in ContentDecryptorDele...xhwang@chromium.org2012-11-292-24/+68
* Free (and pause) audio resources when getting a phone callmiguelg@chromium.org2012-11-285-14/+83
* Add missing return statement in media::BindToLoop() when using scoped_ptr_mal...scherkus@chromium.org2012-11-273-2/+33
* Unify AudioParameter validiation checks in AudioRendererAlgorithm.dalecurtis@chromium.org2012-11-221-1/+1
* Fix uninitialized read in AudioRendererMixer unit tests.dalecurtis@chromium.org2012-11-211-0/+3
* Combine media decoding and pipeline threads.scherkus@chromium.org2012-11-212-4/+0
* Revert 169004 - Introduce time-based caching of encoded data to FFmpegDemuxer.scherkus@chromium.org2012-11-213-285/+0
* Introduce time-based caching of encoded data to FFmpegDemuxer.scherkus@chromium.org2012-11-213-0/+285
* Collapse AudioRendererMixer and OnMoreDataResampler into AudioTransform.dalecurtis@chromium.org2012-11-2117-194/+774
* Fix a crash that media player can get released while getting cookiesqinmin@chromium.org2012-11-191-0/+2
* Break down the webrtc code and AudioInputDevice into a WebRtcAudioCapturer.xians@chromium.org2012-11-161-0/+81
* Get PulseAudio implementation working.dalecurtis@google.com2012-11-163-8/+38
* Increase Windows XP hardware buffer size to 4096.dalecurtis@google.com2012-11-162-0/+5
* Add DecryptingDemuxerStream.xhwang@chromium.org2012-11-151-0/+1
* Reimplement FileDataSource using file_util::MemoryMappedFile and convert to u...scherkus@chromium.org2012-11-142-4/+5
* Revert 167638 - Reimplement FileDataSource using file_util::MemoryMappedFile ...jochen@chromium.org2012-11-142-5/+4
* Reimplement FileDataSource using file_util::MemoryMappedFile and convert to u...scherkus@chromium.org2012-11-142-4/+5
* media: Update calls from RunAllPending() to RunUntilIdle().xhwang@chromium.org2012-11-141-15/+15
* Revert 167387 - Break down the webrtc code and AudioInputDevice into a WebRtc...wez@chromium.org2012-11-131-81/+0
* Break down the webrtc code and AudioInputDevice into a WebRtcAudioCapturer.xians@chromium.org2012-11-131-0/+81
* Add RunCallback to invoke a callback parameter in unittests.xhwang@chromium.org2012-11-134-102/+281
* Plumb through cropped output size for VideoFramesheu@chromium.org2012-11-095-59/+88
* Linux: fix build with system ffmpeg (Chromium side).phajdan.jr@chromium.org2012-11-081-0/+9