summaryrefslogtreecommitdiffstats
path: root/media/ffmpeg
Commit message (Expand)AuthorAgeFilesLines
* Revert 177842. This doesn't build in standalone webkit builds:thakis@chromium.org2013-01-211-22/+3
* Add wrapper class to media for support of VP9 video, and add a command line f...tomfinegan@chromium.org2013-01-191-3/+22
* media: Fix Opus support, and handle bad timestamps correctly in the Opus wrap...tomfinegan@chromium.org2013-01-161-2/+4
* Roll FFMpeg for M26. Fix ffmpeg float audio decoding.dalecurtis@google.com2013-01-041-40/+62
* Revert "Add wrapper class to media for support of VP9 video, and add a comman...fsamuel@chromium.org2012-12-281-31/+3
* Add wrapper class to media for support of VP9 video, and add a command line f...tomfinegan@chromium.org2012-12-221-3/+31
* GTTF: No more FLAKY_ .phajdan.jr@chromium.org2012-12-211-16/+16
* Revert 174311kinaba@chromium.org2012-12-211-31/+3
* Add wrapper class to media for support of VP9 video, and add a command line f...tomfinegan@chromium.org2012-12-211-3/+31
* Add wrapper class to media for support of Opus audio, and add a command line ...tomfinegan@chromium.org2012-12-181-1/+15
* Linux: make it possible to compile against system libav.phajdan.jr@chromium.org2012-12-141-0/+1
* Remove use of AV_EF_CAREFUL from media code.scherkus@chromium.org2012-12-131-1/+0
* Replace av_malloc with AlignedAlloc for memory allocation in VideoFrame.xhwang@chromium.org2012-12-081-6/+20
* Roll FFMpeg DEPS to pick up security fixes.dalecurtis@chromium.org2012-11-201-25/+26
* Reimplement FileDataSource using file_util::MemoryMappedFile and convert to u...scherkus@chromium.org2012-11-141-3/+3
* Revert 167638 - Reimplement FileDataSource using file_util::MemoryMappedFile ...jochen@chromium.org2012-11-141-2/+2
* Reimplement FileDataSource using file_util::MemoryMappedFile and convert to u...scherkus@chromium.org2012-11-141-2/+2
* Linux: fix build with system ffmpeg (Chromium side).phajdan.jr@chromium.org2012-11-081-1/+0
* Roll ffmpeg DEPS for fixes, patch removal, and better GOMA detection.dalecurtis@google.com2012-11-023-166/+15
* Switch to AVIO instead of a custom FFmpeg URLProtocol handler.dalecurtis@chromium.org2012-11-012-30/+0
* Sync new FFmpeg channel layouts.dalecurtis@google.com2012-10-261-1/+25
* Support encrypted audio stream in demuxer.xhwang@chromium.org2012-10-121-1/+2
* Roll FFmpeg DEPS + Fixup FFmpeg tests.dalecurtis@google.com2012-09-281-34/+37
* Replace av_malloc with AlignedAlloc for memory allocation in DecoderBuffer.xhwang@chromium.org2012-09-201-0/+21
* Add is_encrypted() in VideoDecoderConfig.xhwang@chromium.org2012-09-181-2/+2
* Move ChunkDemuxer handling from WMPProxy to WMPI and remove ChunkDemuxerClientacolwell@chromium.org2012-09-121-1/+0
* Fix FFmpegAudioDecoder monotonically increasing timestamp check to ignore kNo...acolwell@chromium.org2012-08-161-0/+3
* Roll FFmpeg for security fixes.dalecurtis@google.com2012-08-071-18/+24
* FFmpeg: Add gsm_ms and pcm big endian codecs.ihf@chromium.org2012-08-061-0/+12
* Dead code elimination: scythe.chrome_functions:segment.path %media% edition, ...fischman@chromium.org2012-08-062-7/+0
* Remove VideoDecoderConfig::aspect_ratio_xxx methods.acolwell@chromium.org2012-08-021-3/+4
* Remove VideoDecoderConfig.frame_rate_xxx() and VideoFrame::Get/SetDuration().acolwell@chromium.org2012-07-311-10/+0
* Roll FFMpeg for M22.dalecurtis@google.com2012-07-301-6/+8
* Test variable against constant instead of simply testing constant.fischman@chromium.org2012-07-251-1/+1
* Add support for VP8 decode to OmxVideoDecodeAccelerator, for HW that supports...fischman@chromium.org2012-07-231-2/+5
* Reland r143115: Provide a Chrome-owned buffer to FFmpeg for video decoding (r...scherkus@chromium.org2012-06-281-0/+1
* Revert 144484 - Reland r143115: Provide a Chrome-owned buffer to FFmpeg for v...dmichael@chromium.org2012-06-271-1/+0
* Reland r143115: Provide a Chrome-owned buffer to FFmpeg for video decoding.scherkus@chromium.org2012-06-271-0/+1
* Revert 143115 - Provide a Chrome-owned buffer to FFmpeg for video decoding, i...nirnimesh@chromium.org2012-06-201-1/+0
* Provide a Chrome-owned buffer to FFmpeg for video decoding, instead ofrbultje@chromium.org2012-06-201-0/+1
* Roll FFmpeg to pick up security fixes.dalecurtis@google.com2012-06-151-2/+5
* Switch to using avcodec_decode_audio4, avcodec_alloc_context3.dalecurtis@chromium.org2012-06-111-14/+11
* Add new FFmpeg regression tests. Add flaky test wrapper.dalecurtis@google.com2012-06-071-37/+78
* Roll FFmpeg for M21!dalecurtis@google.com2012-06-052-72/+142
* Ignore unsupported audio/video streams.dalecurtis@chromium.org2012-05-112-4/+10
* Roll FFmpeg for M20 (round 2)dalecurtis@google.com2012-05-062-28/+19
* Revert "Roll DEPS for FFmpeg merge. Shuffle testing."scherkus@chromium.org2012-04-272-19/+11
* Roll DEPS for FFmpeg merge. Shuffle testing.dalecurtis@google.com2012-04-242-11/+19
* Roll DEPS for new ffmpeg binaries. Add regression test.dalecurtis@google.com2012-04-181-2/+9
* Fix frame hashing to include all valid planes.dalecurtis@chromium.org2012-03-221-16/+24