summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Replacing VP8 Alpha test filetomfinegan@chromium.org2013-05-211-0/+0
* Make shader_bench depend on allocator.gyp:allocator when necessaryakalin@chromium.org2013-05-211-0/+6
* 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
* Cleanup dependencies on src/base from screen capturers.sergeyu@chromium.org2013-05-213-136/+161
* Revert 201202 "base: Support setting thread priorities generically."scottmg@chromium.org2013-05-213-14/+12
* base: Support setting thread priorities generically.epenner@chromium.org2013-05-213-12/+14
* Enable encrytped media tests for FFmpeg demuxerddorwin@chromium.org2013-05-202-6/+2
* Add MSE implementation on androidqinmin@chromium.org2013-05-2012-164/+958
* Move SincResampler SSE initialization into MediaInitializer.dalecurtis@chromium.org2013-05-163-26/+39
* Destroy the openSLES objects in the correct order on Android.rtoy@google.com2013-05-161-1/+1
* Parse WebM track name and languagematthewjheaney@chromium.org2013-05-1611-33/+467
* Use webrtc::DesktopCapturer for screen capturer implementation.sergeyu@chromium.org2013-05-1637-1396/+994
* Roll FFmpeg for M29wolenetz@chromium.org2013-05-164-145/+160
* Set default sampling rate to 44100 and query the native output sampling rate.leozwang@chromium.org2013-05-163-13/+29
* Cleanup: Remove unneeded base/file_util.h includes in chrome_frame, courgette...thestig@chromium.org2013-05-163-4/+0
* Report timing statistics for audio controller methods via UMA.dalecurtis@chromium.org2013-05-165-0/+60
* Replaced 8 callbacks provided to MediaPlayerBridge with an interface (reusing...avayvod@chromium.org2013-05-155-136/+60
* Revert 200308 "Parse WebM track name and language"rouslan@chromium.org2013-05-1511-468/+33
* Parse WebM track name and languagematthewjheaney@chromium.org2013-05-1511-33/+468
* Add VideoDecoder::NeedsBitStreamConversion().xhwang@chromium.org2013-05-155-4/+21
* Decrease the max wait time for audio on chromeosdavemoore@chromium.org2013-05-131-5/+27
* Fix conflicting #define for WebaudioMediaCodecBridgeqinmin@chromium.org2013-05-131-3/+3
* Fix a typo in GpuVideoDecoder.xhwang@chromium.org2013-05-131-1/+1
* WebM file for testing inband text trackstomfinegan@chromium.org2013-05-131-0/+0
* 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
* Adds support for different sample rates in unified audio on Windows.henrika@chromium.org2013-05-104-247/+868
* 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
* Enable partial playbackjrummell@chromium.org2013-05-093-26/+36
* media: Ensure VP8 alpha tests really use the VP8 alpha decoder.tomfinegan@chromium.org2013-05-095-3/+16
* Reland: Remove reference counting from media::Pipeline.scherkus@chromium.org2013-05-095-65/+62
* Fix some includes in media code.xhwang@chromium.org2013-05-097-2/+6
* Reland "Add FakeDemuxerStream."xhwang@chromium.org2013-05-084-0/+465
* Reduce jitter from uneven SincResampler buffer size requests.dalecurtis@google.com2013-05-089-162/+277
* Fix support for channel layouts other than the hardware layout.dalecurtis@google.com2013-05-082-14/+14
* Add MediaPlayerAndroid as a super class for all media player implementations ...qinmin@chromium.org2013-05-086-215/+362
* Revert 198921 "Add FakeDemuxerStream."xhwang@chromium.org2013-05-085-465/+1
* Revert 198760 "Remove reference counting from media::Pipeline."scherkus@chromium.org2013-05-085-62/+65
* Add FakeDemuxerStream.xhwang@chromium.org2013-05-085-1/+465
* Revert 198820 "Move FileEnumerator to its own file, do some refa..."dbeam@chromium.org2013-05-081-6/+6
* Revert 198844 "Move sequenced_task_runner to base/task"dbeam@chromium.org2013-05-082-2/+2
* Move sequenced_task_runner to base/taskbrettw@chromium.org2013-05-082-2/+2
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-05-071-6/+6
* Remove reference counting from media::Pipeline.scherkus@chromium.org2013-05-075-65/+62
* Remove use_system_ffmpeg-related logic from media and other mainline gyp files.phajdan.jr@chromium.org2013-05-073-39/+0
* Allow extra codec data to be passed to AudioCodecBridgeqinmin@chromium.org2013-05-074-8/+94