summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add CreateWithDisableAero, to allow Windows capturer to be created without di...wez@chromium.org2013-04-183-16/+32
* Update tools to reflect movement of TestExpectationssteveblock@chromium.org2013-04-184-35/+37
* Clean up media::DecryptingDemuxerStream.scherkus@chromium.org2013-04-172-87/+36
* Merge AssociateStreamWithProducer message into CreateStream message for both ...miu@chromium.org2013-04-177-183/+183
* Update the remaining include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-04-174-6/+6
* Varispeed support for SincResampler.dalecurtis@google.com2013-04-175-29/+125
* Remove media::FilterCollection::Clear() because no one calls it.scherkus@chromium.org2013-04-172-9/+0
* Remove unused cruft from media/base/mock_filters.hscherkus@chromium.org2013-04-171-28/+0
* Add support for zero-padded strings to WebMParser.acolwell@chromium.org2013-04-172-1/+28
* Resolves "Huge increase in audio latency on Windows following r192046".henrika@chromium.org2013-04-171-8/+17
* Need to call RegisterJni for testing.rtoy@google.com2013-04-171-0/+5
* Revert 194465 "media: Add support for playback for VP8 Alpha vid..."mek@chromium.org2013-04-1625-855/+98
* Remove static const from AudioBus interleave methods and optimize!dalecurtis@google.com2013-04-162-35/+92
* media: Add support for playback for VP8 Alpha video streams.tomfinegan@chromium.org2013-04-1625-98/+855
* Revert 194407 "Revert 194371"wjia@chromium.org2013-04-165-80/+86
* Revert 194371cpu@chromium.org2013-04-165-86/+80
* Remove unused flush operation from Chromium audio.miu@chromium.org2013-04-1616-46/+18
* Refactor android specific code in AudioManagerBase class.wjia@chromium.org2013-04-165-80/+86
* Rewrite scoped_array<T> to scoped_ptr<T[]> in media.dcheng@chromium.org2013-04-1515-16/+16
* [Android] Fix downstream WebView build.benm@google.com2013-04-151-4/+6
* Revert 193992 "Lets try this again."jochen@chromium.org2013-04-151-1/+1
* Android implementation of WebAudio audio file decoder.rtoy@google.com2013-04-157-8/+419
* Use ScopedBstr, ScopedComPtr, and ScopedVariant in place of raw or ATL objects.pkasting@chromium.org2013-04-133-20/+8
* Lets try this again.michaeln@google.com2013-04-121-1/+1
* media: switch from deprecated CODEC_ID_* to AV_CODEC_ID_*phajdan.jr@chromium.org2013-04-124-47/+47
* Revert 193968 "Roll the DEPS for google-url."michaeln@google.com2013-04-121-1/+1
* Roll the DEPS for google-url.tfarina@chromium.org2013-04-121-1/+1
* Disable XDAMAGE for screen capture under ARM.hshi@chromium.org2013-04-111-1/+3