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-12libavcodec/xsubenc.c: Fix duplicate wordsMichael Niedermayer1-1/+1
2012-09-18Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521'Michael Niedermayer26-53/+54
2012-09-17xsubenc: reindentAnton Khirnov1-6/+6
2012-09-17lavc: replace AVCodecContext.encode with subtitle-specific callbackAnton Khirnov6-16/+18
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2011-10-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer113-599/+860
2011-10-20lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov22-38/+38
2011-08-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer9-23/+22
2011-08-03cosmetics: fix indentation/alignment in AVCodec declarationsDiego Biurrun4-12/+12
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer202-2171/+1882
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov191-2109/+1826
2011-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer88-606/+864
2011-06-23doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun38-259/+259
2011-05-04xsubenc: only 1 rectangle is supported so dont allow 0 as it would crash.Michael Niedermayer1-1/+1
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò268-358/+358
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò268-358/+358
2010-06-30Fix grammar errors in documentationMåns Rullgård111-579/+578
2010-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini383-1029/+1041
2009-08-26100l typo, xsub encoder printed end time hours where minutes should have been.Reimar Döffinger1-1/+1
2009-06-19Add support for encoding XSUB subtitles. Muxing support is still missing.Reimar Döffinger5-2/+226