summaryrefslogtreecommitdiffstats
path: root/media/ffmpeg/ffmpeg_common.h
Commit message (Expand)AuthorAgeFilesLines
* Support for parsing encrypted WebM streams by src.fgalligan@chromium.org2013-03-141-2/+2
* Linux: make it possible to compile against system libav.phajdan.jr@chromium.org2012-12-141-0/+1
* Linux: fix build with system ffmpeg (Chromium side).phajdan.jr@chromium.org2012-11-081-1/+0
* Switch to AVIO instead of a custom FFmpeg URLProtocol handler.dalecurtis@chromium.org2012-11-011-4/+0
* Dead code elimination: scythe.chrome_functions:segment.path %media% edition, ...fischman@chromium.org2012-08-061-4/+0
* 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
* Ignore unsupported audio/video streams.dalecurtis@chromium.org2012-05-111-0/+8
* Second attempt to land ffmpeg roll.dalecurtis@google.com2012-03-011-0/+1
* Revert 123123 (probably caused a big perf regression -- http://crbug.com/115479,thakis@chromium.org2012-02-231-1/+0
* Fix media code to work with new ffmpeg.dalecurtis@google.com2012-02-221-0/+1
* Linux: Chromium FTBFS against libav 0.8b2.erg@chromium.org2012-01-071-1/+2
* Miscellaneous header file cleanup for src/media.scherkus@chromium.org2011-10-281-4/+4
* Remove DemuxerStream::GetAVStream() once and for all.scherkus@chromium.org2011-10-271-8/+9
* Fix support for yuv_422 pixel format.scherkus@chromium.org2011-10-041-0/+6
* Clean up VideoDecoderConfig and replace VideoCodecInfo with a bool.scherkus@chromium.org2011-10-011-2/+2
* Remove no-longer-used FFmpeg index-related helpers.fischman@chromium.org2011-09-291-28/+0
* Introduce AudioDecoderConfig to migrate away from GetAVStream().scherkus@chromium.org2011-09-211-0/+8
* Reland r101418: Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-191-3/+3
* Revert 101418 - Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-161-3/+3
* Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-161-3/+3
* Create media.dll / libmedia.so.darin@chromium.org2011-08-291-13/+14
* Revert r95841 due to failing media_unittests on linux_shared bot.darin@chromium.org2011-08-081-14/+13
* Enable media.dll / libmedia.so.darin@chromium.org2011-08-081-13/+14
* Revert 95496 - Create media.dllapatrick@chromium.org2011-08-051-14/+13
* Create media.dlldarin@chromium.org2011-08-041-13/+14
* Adding ChunkDemuxer implementation.acolwell@chromium.org2011-06-291-0/+4
* Respect pixel aspect ratio of video if it contains one.scherkus@chromium.org2011-06-031-0/+6
* Revert 87578 - Respect pixel aspect ratio of video if it contains one.michaeln@google.com2011-06-021-6/+0
* Respect pixel aspect ratio of video if it contains one.scottfr@chromium.org2011-06-021-0/+6
* Description:annacc@chromium.org2011-05-161-0/+7
* Refactor PTS processing logic from FFmpegVideoDecoder::FindPtsAndDuration() i...scherkus@chromium.org2011-04-271-0/+3
* Fix samplefmt.h inclusion with newer ffmpegscherkus@chromium.org2011-04-011-1/+0
* Create helper methods to process FFmpeg index data.acolwell@chromium.org2011-04-011-1/+40
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Fold media/ffmpeg/ffmpeg_util.{cc,h} into media/ffmpeg/ffmpeg_common.{cc,h}scherkus@chromium.org2011-03-121-0/+3
* Remove FFmpegVideoDecodeEngine's dependency on AVStream (again).scherkus@chromium.org2011-03-111-0/+4
* Revert 77476 - Remove FFmpegVideoDecodeEngine's dependency on AVStream.tyoshino@chromium.org2011-03-111-4/+0
* Remove FFmpegVideoDecodeEngine's dependency on AVStream.scherkus@chromium.org2011-03-091-0/+4
* Remove the silly notion of MIME types from media code.scherkus@chromium.org2011-03-091-10/+1
* roll ffmpeg to nov 4 to fix clang issuefbarchard@chromium.org2010-11-111-0/+1
* ffmpeg roll for chromium source and windows binariesfbarchard@chromium.org2010-07-281-0/+1
* Revert r53885 "deps roll for new ffmpeg and switch to av_register_protocol2"jeremy@chromium.org2010-07-281-1/+0
* deps roll for new ffmpeg and switch to av_register_protocol2fbarchard@chromium.org2010-07-281-0/+1
* Revert 53281 - ffmpeg update with vp3 patches.fbarchard@chromium.org2010-07-221-1/+0
* ffmpeg update with vp3 patches.fbarchard@chromium.org2010-07-221-0/+1
* Handle EINTR and remove offset_t in ffmpeg code.agl@chromium.org2010-05-201-3/+0