summaryrefslogtreecommitdiffstats
path: root/media/base
Commit message (Expand)AuthorAgeFilesLines
* Update media/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-038-25/+27
* Fix a DCHECK error that a/v threads are not stopped on the UI threadqinmin@chromium.org2013-06-012-23/+42
* Rename switch to disable prefixed Encrypted Media APIs.ddorwin@chromium.org2013-05-312-5/+0
* Passing ScopedJavaSurface to MediaPlayerAndroidqinmin@chromium.org2013-05-315-10/+11
* Revert 203427 "Hook up the device selection to the WebAudio live..."justinlin@chromium.org2013-05-311-1/+7
* Hook up the device selection to the WebAudio live audio.xians@chromium.org2013-05-311-7/+1
* Add AAC codec specific data for MSE on androidqinmin@chromium.org2013-05-313-44/+113
* Use base::MessageLoop in more files.xhwang@chromium.org2013-05-301-1/+1
* allow multiple media players to playqinmin@chromium.org2013-05-301-1/+1
* Allow some Android media player implementation to be overridden by embedders.avayvod@chromium.org2013-05-304-2/+22
* Separate MediaKeys interface from Decryptor interface.xhwang@chromium.org2013-05-304-81/+115
* Improve container detection testing by testing additional containers (new con...jrummell@chromium.org2013-05-302-11/+66
* add error handling if MediaCodec fails to decode dataqinmin@chromium.org2013-05-294-12/+36
* Add FakeVideoDecoder.xhwang@chromium.org2013-05-292-0/+213
* Using native sampling rate and optimal buffer size for audio on Android.leozwang@chromium.org2013-05-271-5/+69
* Add Create() function to AudioCodecBridge and VideoCodecBridge to allow retur...qinmin@chromium.org2013-05-266-60/+83
* Add UMA stats for audio/video containers.jrummell@chromium.org2013-05-256-0/+1948
* Remove bad SSE2 intrinsic include.dalecurtis@google.com2013-05-251-1/+0
* Add dummy .c file to media_asm target.dalecurtis@google.com2013-05-251-0/+10
* Streamline SIMD targets in media.gypdalecurtis@google.com2013-05-2419-380/+454
* Enable seek in fullscreen mode for MSE impl on androidqinmin@chromium.org2013-05-245-52/+140
* Fix various MediaSource related crashes on Android.acolwell@chromium.org2013-05-242-5/+8
* Keep original orientation of capture frames on Android.wjia@chromium.org2013-05-231-2/+2
* Revert 201791 "Fix various MediaSource related crashes on Android."thestig@chromium.org2013-05-232-8/+5
* Fix various MediaSource related crashes on Android.acolwell@chromium.org2013-05-232-5/+8
* [Android] Added ability to inject a custom implementation of MediaPlayerManag...avayvod@chromium.org2013-05-232-13/+31
* Media Source dispatches inband text tracksmatthewjheaney@chromium.org2013-05-232-0/+53
* Remove extra memcpys from AudioPullFifo.dalecurtis@chromium.org2013-05-234-33/+39
* Fix Android component build.newt@chromium.org2013-05-221-2/+3
* Adding VP8 Alpha support in Media Sourcevigneshv@chromium.org2013-05-224-21/+24
* Revert "Fix Component build for Android."aurimas@chromium.org2013-05-211-4/+3
* [Android] Move MediaPlayerBridge::Initialize() call out of the constructor.avayvod@chromium.org2013-05-212-11/+11
* Fix Component build for Android.aurimas@chromium.org2013-05-211-3/+4
* Add MSE implementation on androidqinmin@chromium.org2013-05-2011-146/+953
* Move SincResampler SSE initialization into MediaInitializer.dalecurtis@chromium.org2013-05-163-26/+39
* Set default sampling rate to 44100 and query the native output sampling rate.leozwang@chromium.org2013-05-161-0/+15
* Report timing statistics for audio controller methods via UMA.dalecurtis@chromium.org2013-05-162-0/+48
* Replaced 8 callbacks provided to MediaPlayerBridge with an interface (reusing...avayvod@chromium.org2013-05-155-136/+60
* Add VideoDecoder::NeedsBitStreamConversion().xhwang@chromium.org2013-05-152-0/+7
* Fix conflicting #define for WebaudioMediaCodecBridgeqinmin@chromium.org2013-05-131-3/+3
* Fix the build for Google TVqinmin@chromium.org2013-05-111-0/+1
* Reenable media::Pipeline's ThreadChecker now that reference counting has been...scherkus@chromium.org2013-05-111-4/+0
* Cleanup and reduce memory usage for MultiChannelResampler.dalecurtis@chromium.org2013-05-102-31/+22
* Cut content/browser dependency on webkit_mediajamesr@chromium.org2013-05-102-0/+14
* Remove function level static initializers from VectorMath.dalecurtis@google.com2013-05-104-43/+55
* media: Ensure VP8 alpha tests really use the VP8 alpha decoder.tomfinegan@chromium.org2013-05-091-0/+4
* Reland: Remove reference counting from media::Pipeline.scherkus@chromium.org2013-05-093-52/+50
* Fix some includes in media code.xhwang@chromium.org2013-05-092-2/+0
* Reduce jitter from uneven SincResampler buffer size requests.dalecurtis@google.com2013-05-089-162/+277
* Add MediaPlayerAndroid as a super class for all media player implementations ...qinmin@chromium.org2013-05-085-215/+360