summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace myself with Min for media/android/OWNERSyfriedman@chromium.org2013-04-261-1/+1
* Remove reference counting from media::DataSource and friends.scherkus@chromium.org2013-04-2616-98/+96
* Delete media::PipelineStatusNotification as it isn't used in production code.scherkus@chromium.org2013-04-264-134/+24
* Introduce TestVideoConfig class.xhwang@chromium.org2013-04-259-155/+120
* Revert 195111 "Expose MEDIA_STATISTICS stats to chrome://media-i..."scherkus@chromium.org2013-04-254-23/+0
* Add Media.AudioRendererEvents histogram to measure how often OnRenderError() ...scherkus@chromium.org2013-04-251-0/+18
* Make FFmpegVideoDecoder reinitializable.xhwang@chromium.org2013-04-253-18/+54
* Disable timer check for no data in AudioInputController for mirroring.miu@chromium.org2013-04-252-16/+38
* Remove reference counting from media::DemuxerStream and friends.scherkus@chromium.org2013-04-2553-362/+273
* Add kError to various VideoDecoder implementations.xhwang@chromium.org2013-04-2510-25/+88
* MockDemuxerStream keeps audio/video decoder configs.xhwang@chromium.org2013-04-2513-154/+128
* CHECK for adding duplicate converter inputs.dalecurtis@chromium.org2013-04-251-0/+4
* media: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-247-7/+7
* media: use AVCodecID instead of deprecated CodecIDphajdan.jr@chromium.org2013-04-233-8/+8
* Simplify ScreenCapturer interface.sergeyu@chromium.org2013-04-2311-96/+18
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-2315-26/+26
* Add NEON optimizations for FMAC and FMUL.dalecurtis@google.com2013-04-235-25/+120
* Fix test_expectations_history.py to avoid writing intermediates to local dire...steveblock@chromium.org2013-04-231-4/+8
* Add CHECK() to prevent underflow in media::H264ToAnnexBBitstreamConverter::Ca...scherkus@chromium.org2013-04-231-0/+4
* Use base::MessageLoop in media code.xhwang@chromium.org2013-04-2255-184/+189
* Remove obsolete comment in DecryptingVideoDecoder.xhwang@chromium.org2013-04-221-5/+0
* Fix ScreenCapturerMacTest to pass on high-DPI hostswez@chromium.org2013-04-221-6/+10
* Remove reference counting from media::Demuxer and friends.scherkus@chromium.org2013-04-2218-122/+111
* media: Add support for playback of VP8 Alpha video streamsvigneshv@chromium.org2013-04-1925-71/+837
* [MIPS] Disable RGB32ToYUV_SSE2_MatchReference test for MIPS archpetarj@mips.com2013-04-191-1/+1
* Add UMA tracing for unsupported codecsjrummell@chromium.org2013-04-191-0/+7
* Reland: Remove reference counting from media::VideoDecoder and friends.scherkus@chromium.org2013-04-1928-293/+368
* Linux video capture, invoking mmap() with both READ and WRITE.braveyao@chromium.org2013-04-191-1/+3
* Expose MEDIA_STATISTICS stats to chrome://media-internals.changbin.shao@intel.com2013-04-194-0/+23
* Fix Clang errors in the Windows screen capture codernk@chromium.org2013-04-191-6/+6
* Revert 194993 "Remove reference counting from media::VideoDecode..."scherkus@chromium.org2013-04-1828-350/+296
* Linux: make it possible to compile against libav when use_system_ffmpeg==1phajdan.jr@chromium.org2013-04-183-9/+31
* Clear obsolete comment in GpuVideoDecoder.xhwang@chromium.org2013-04-182-8/+1
* Remove reference counting from media::VideoDecoder and friends.scherkus@chromium.org2013-04-1828-296/+350
* Add OSX aggregate audio device support for best performance.crogers@google.com2013-04-187-18/+478