summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove a bunch of old media switches.dalecurtis@google.com2013-05-036-83/+10
* Handle decoding of vorbis files better on Androidrtoy@google.com2013-05-035-41/+66
* Fix missing virtual keyword in BoxReaderTest.dalecurtis@google.com2013-05-021-1/+1
* Limit the source buffer size in TV.ycheo@chromium.org2013-05-021-0/+9
* Subclass MediaCodecBridge into AudioCodecBridge and VideoCodecBridgeqinmin@chromium.org2013-05-023-66/+97
* Collect UMA stats for ppapi hardware video decode.ihf@chromium.org2013-05-021-1/+5
* Track ARI sink state separate from ARI state.dalecurtis@google.com2013-05-013-72/+60
* Rename MediaPlayerBridgeManager to MediaPlayerManagerqinmin@chromium.org2013-05-015-33/+30
* Support EAC3 (Dolby Digital Plus) codecycheo@chromium.org2013-05-0110-9/+69
* Refactor AudioRendererMixer to be more generic.dalecurtis@google.com2013-05-017-39/+39
* Remove upcasting from AudioBus interleave methods where possible.dalecurtis@google.com2013-04-302-48/+73
* C++ readability review for dalecurtis.dalecurtis@google.com2013-04-303-24/+93
* Enable MSE for TVqinmin@chromium.org2013-04-276-14/+221
* (view as text)pfeldman@chromium.org2013-04-272-70/+47
* Remove upcasting from AudioBus interleave methods where possible.dalecurtis@chromium.org2013-04-272-47/+70
* Make more VideoDecoders reinitializable.xhwang@chromium.org2013-04-274-69/+78