summaryrefslogtreecommitdiffstats
path: root/media/ffmpeg/ffmpeg_common.cc
Commit message (Expand)AuthorAgeFilesLines
* Attempt to guess channel layout if not specified.dalecurtis@chromium.org2013-02-071-28/+18
* media: Support multichannel Opus audio streams.tomfinegan@chromium.org2013-01-311-6/+35
* Add support for YUVJ420P and tests for common color formats for each video co...scherkus@chromium.org2013-01-291-0/+4
* Add wrapper class to media for support of VP9 video, and add a command line f...tomfinegan@chromium.org2013-01-251-3/+22
* 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
* 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
* Replace av_malloc with AlignedAlloc for memory allocation in VideoFrame.xhwang@chromium.org2012-12-081-6/+20
* Switch to AVIO instead of a custom FFmpeg URLProtocol handler.dalecurtis@chromium.org2012-11-011-26/+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
* 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
* FFmpeg: Add gsm_ms and pcm big endian codecs.ihf@chromium.org2012-08-061-0/+12
* 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
* 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
* Roll FFmpeg for M21!dalecurtis@google.com2012-06-051-2/+2
* Ignore unsupported audio/video streams.dalecurtis@chromium.org2012-05-111-4/+2
* Make AudioParameters a class instead of a structvrk@google.com2012-03-211-8/+8
* Second attempt to land ffmpeg roll.dalecurtis@google.com2012-03-011-19/+19
* Revert 123123 (probably caused a big perf regression -- http://crbug.com/115479,thakis@chromium.org2012-02-231-19/+19
* Fix media code to work with new ffmpeg.dalecurtis@google.com2012-02-221-19/+19
* Replace several NOTREACHED(), NOTIMPLEMENTED() with DVLOG(1), all values are ...dalecurtis@chromium.org2012-02-211-18/+17
* Move WebM specific code from ChunkDemuxer to WebMStreamParser.acolwell@chromium.org2012-01-101-3/+5
* Revert 116957 - Move WebM specific code from ChunkDemuxer to WebMStreamParser.acolwell@chromium.org2012-01-101-5/+3
* Move WebM specific code from ChunkDemuxer to WebMStreamParser.acolwell@chromium.org2012-01-091-3/+5
* <video> decode in hardware! fischman@chromium.org2011-12-131-0/+48
* Revert 113895 - <video> decode in hardware!fischman@chromium.org2011-12-101-44/+0
* <video> decode in hardware!fischman@chromium.org2011-12-101-0/+44
* Fix crash on unsupported pixel formats.dalecurtis@chromium.org2011-11-021-4/+4
* Miscellaneous header file cleanup for src/media.scherkus@chromium.org2011-10-281-0/+2
* Remove DemuxerStream::GetAVStream() once and for all.scherkus@chromium.org2011-10-271-55/+91
* Fix regression and make CrOS audio codecs work again.ihf@chromium.org2011-10-261-0/+16
* Fix support for yuv_422 pixel format.scherkus@chromium.org2011-10-041-0/+24
* Clean up VideoDecoderConfig and replace VideoCodecInfo with a bool.scherkus@chromium.org2011-10-011-9/+4
* Remove no-longer-used FFmpeg index-related helpers.fischman@chromium.org2011-09-291-74/+0
* Introduce AudioDecoderConfig to migrate away from GetAVStream().scherkus@chromium.org2011-09-211-2/+109
* Reland r101418: Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-191-2/+2
* Revert 101418 - Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-161-2/+2
* Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-161-2/+2
* Reland r97895: Use surface_width/height instead of coded_width/coded_height f...vrk@chromium.org2011-08-241-2/+2
* Revert 97892 - Use surface_width/height instead of coded_width/coded_height f...vrk@google.com2011-08-231-2/+2