summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixes crash in AudioInputVolumeTest.InputVolumeTest.henrika@chromium.org2013-05-281-1/+4
* Improved AGC update scheme for the audio backend in Chrome.henrika@chromium.org2013-05-2814-167/+248
* Cleanup: Remove ScopedGenericObj usage in media/.thestig@chromium.org2013-05-281-7/+5
* Using native sampling rate and optimal buffer size for audio on Android.leozwang@chromium.org2013-05-273-17/+110
* Add Create() function to AudioCodecBridge and VideoCodecBridge to allow retur...qinmin@chromium.org2013-05-267-61/+83
* Add UMA stats for audio/video containers.jrummell@chromium.org2013-05-258-0/+1972
* Remove bad SSE2 intrinsic include.dalecurtis@google.com2013-05-251-1/+0
* Add dummy .c file to media_asm target.dalecurtis@google.com2013-05-252-0/+16
* Allow sample rate pass through on Linux.dalecurtis@google.com2013-05-242-4/+8
* Streamline SIMD targets in media.gypdalecurtis@google.com2013-05-2420-575/+615
* Remove unit8_t from WebMediaPlayer implementations.xhwang@chromium.org2013-05-242-3/+3
* 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
* Roll FFmpeg for bug fixes.dalecurtis@google.com2013-05-241-1/+3
* 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-233-14/+31
* Media Source dispatches inband text tracksmatthewjheaney@chromium.org2013-05-2317-13/+462