summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer267-338/+338
2013-10-03cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun267-338/+338
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann145-580/+580
2013-07-31sunrastenc: do not set avctx->coded_framePaul B Mahol1-4/+0
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer373-3410/+3414
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov296-2493/+2494
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-03-24sunrast: Add support for negative linesize.Aneesh Dogra1-4/+7
2012-03-22sunrastenc: switch to ff_alloc_packet2().Michael Niedermayer1-1/+1
2012-03-22sunrastenc: remove dead storePaul B Mahol1-1/+0
2012-03-19lavc/sunrastenc: consider cases with linesize < 0Stefano Sabatini1-9/+8
2012-02-19sunrastenc: set keyframe flag for the output packet.Aneesh Dogra1-0/+1
2012-02-17avcodec: add a Sun Rasterfile encoderAneesh Dogra7-3/+236