summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove function level static initializers media library initialization.dalecurtis@chromium.org2013-05-068-105/+117
* Avoid crash when changing sample-rates using live audio inputcrogers@google.com2013-05-061-2/+4
* Make sure not to use aggregate devices if sample-rates of input and output de...crogers@google.com2013-05-061-7/+15
* Fail gracefully when converting corrupted H.264 packets.scherkus@chromium.org2013-05-062-3/+43
* Limit the rate to send media log events over IPC.changbin.shao@intel.com2013-05-041-0/+15
* media: Enable VP9 tests.tomfinegan@chromium.org2013-05-043-11/+11
* Fix SourceBufferStream to allow audio buffers with the same timestamp.acolwell@chromium.org2013-05-043-27/+64
* Use int64 for media buffer change events and send as double type.changbin.shao@intel.com2013-05-042-5/+7
* Add --enable-bitstream-converter to media/tools/demuxer_bench.scherkus@chromium.org2013-05-031-10/+23
* Update VP9 test files to the latest codec bitstream.tomfinegan@chromium.org2013-05-032-0/+0