summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Change DemuxerStream::xxx_decoder_config() methods so they don't return a ref...acolwell@chromium.org2013-06-0612-57/+55
* Allow multiple Provide/DismissPictureBuffer calls in GVD.posciak@chromium.org2013-06-062-19/+69
* Make |duration_| of |MediaPlayerBridge| overriable in the child classycheo@chromium.org2013-06-062-0/+5
* Revert 204378 "Add UMA stats for MSE playback."falken@chromium.org2013-06-061-129/+77
* Only disable webaudio if no NEON is availableqinmin@chromium.org2013-06-062-35/+1
* Reland: Use a shared thread for media operations (round 3).scherkus@chromium.org2013-06-063-16/+40
* Add UMA stats for MSE playback.jrummell@chromium.org2013-06-061-77/+129
* Android: Cast JNI pointer to jint instead of jlongjanx@chromium.org2013-06-051-1/+1
* Used the native sample rate and channel layout to open the specific device, a...xians@chromium.org2013-06-052-4/+24
* Removed the IsRecordingInProcess check for speech since it is not needed.xians@chromium.org2013-06-0510-54/+2
* Refactor YUV conversion routines to use MediaInitializer().dalecurtis@chromium.org2013-06-053-213/+180
* Privitize WaitTillDataReady() and DataReady().dalecurtis@chromium.org2013-06-0512-152/+34
* Add IPC messages and handling code for EME on Clank.xhwang@chromium.org2013-06-051-1/+25
* Fix compilation error due to type narrowing warningcaio.de.oliveira.filho@intel.com2013-06-051-1/+1
* Use the browser UI thread for audio on OSX.dalecurtis@chromium.org2013-06-0512-290/+132
* Remove spammy NOTIMPLEMENTED() log in AudioOutputDevice.dalecurtis@chromium.org2013-06-051-1/+0
* Fix non-Linux uses of WeakPtr<T>'s operator T* conversionakalin@chromium.org2013-06-051-1/+1
* Roll webrtc 4143:4179sergeyu@chromium.org2013-06-051-16/+16
* Fix remaining uses of WeakPtr<T>'s operator T* conversionakalin@chromium.org2013-06-041-1/+1
* Disable preroll duration increase on underflow for MediaSource playback.acolwell@chromium.org2013-06-048-16/+23
* Update remaining files to use WeakPtr<T>::get() instead of "operator T*"akalin@chromium.org2013-06-042-5/+5
* Use explicitly-sized types across the IPC boundary.palmer@chromium.org2013-06-042-5/+5
* Implement WebRTC in Chrome for TVwonsik@chromium.org2013-06-032-9/+15
* Try relanding this CL, the original CL passed the try bots but failed the mac...xians@chromium.org2013-06-0347-152/+322
* VideoCaptureDeviceLinux: added support for framerate configurationmcasas@chromium.org2013-06-031-0/+26
* Revert 203686 "Trying relanding this CL, the original CL passed ..."xians@chromium.org2013-06-0347-322/+152
* Trying relanding this CL, the original CL passed the try bots but failed the ...xians@chromium.org2013-06-0347-152/+322
* Roll DEPS for googleurl. Second try.tfarina@chromium.org2013-06-031-1/+1
* Update media/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-0347-188/+182
* 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
* Adjust delay calculations on Mac to properly account for the FIFO buffers.ajm@chromium.org2013-05-312-5/+11
* 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-3147-323/+152
* Hook up the device selection to the WebAudio live audio.xians@chromium.org2013-05-3147-152/+323
* Remove config change handling code from VideoDecoder implementations.xhwang@chromium.org2013-05-318-372/+22
* Add AAC codec specific data for MSE on androidqinmin@chromium.org2013-05-316-48/+136
* Handle DemuxerStream config change in VideoFrameStream.xhwang@chromium.org2013-05-305-44/+197
* Use base::MessageLoop in more files.xhwang@chromium.org2013-05-301-1/+1
* Fix pcm_f32le and amr playback.dalecurtis@google.com2013-05-302-3/+12
* 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
* Reduce wait time for Windows in AudioOutputController:WaitTillDataReady()davemoore@chromium.org2013-05-301-7/+2
* Separate MediaKeys interface from Decryptor interface.xhwang@chromium.org2013-05-3010-94/+138
* Improve container detection testing by testing additional containers (new con...jrummell@chromium.org2013-05-302-11/+66
* Update VideoFrameStreamTest to use FakeDemuxerStream and FakeVideoDecoder.xhwang@chromium.org2013-05-291-162/+240
* Adding additional containers in the media test directory (all generated from ...xhwang@chromium.org2013-05-2916-0/+16
* add error handling if MediaCodec fails to decode dataqinmin@chromium.org2013-05-294-12/+36
* Add FakeVideoDecoder.xhwang@chromium.org2013-05-299-31/+1060
* Fix audio capture buffer handling on Android.wjia@chromium.org2013-05-281-10/+10