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-03-17lavc: remove unecessary a64enc include.Clément Bœsch3-60/+25
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer373-3410/+3414
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov296-2493/+2494
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer247-79/+550
2012-08-15Don't include common.h from avutil.hMartin Storsjö238-2/+346
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-06-17lavc: build some codecs only if they are actually enabledPaul B Mahol13-15/+56
2012-03-23cosmetics: remove superfluous curly bracketsPaul B Mahol68-136/+68
2012-03-22a64multienc: switch to ff_alloc_packet2()Michael Niedermayer1-2/+1
2012-03-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer80-2482/+2375
2012-03-01Remove unnecessary AVFrame pointer casts.Diego Biurrun28-42/+42
2012-02-25a64multienc: fix "warning: buf may be used uninitialized in this function"Michael Niedermayer1-1/+1
2012-02-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer44-748/+721
2012-02-23a64multienc: switch to encode2().Anton Khirnov2-14/+29
2012-02-23a64multienc: don't write into output buffer when there's no output.Anton Khirnov1-2/+0
2011-06-02Remove unused variablesMans Rullgard41-143/+76
2011-05-29Fix various unused variable warningsClément Bœsch31-55/+40
2011-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini138-642/+642
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini137-637/+637
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
2011-01-18a64enc: make PixelFormat arrays constMans Rullgard1-2/+2
2010-10-05Cosmetics, lots of.Tobias Bindhammer2-45/+48
2010-10-05Skip unnecessary calculations in 4col-mode.Tobias Bindhammer1-1/+1
2010-10-05Add possibility to crop screens inside of encoded frames.Tobias Bindhammer1-4/+19
2010-10-05Add check for height when cropping.Tobias Bindhammer1-3/+3
2010-10-05Introduce palette with dynamic size.Tobias Bindhammer2-7/+10
2010-08-31Checking return values of av_malloc(z) and report an error in case.Tobias Bindhammer1-6/+13
2010-08-26Clarify code/avoid possible bugs by using precalculated values that are used ...Tobias Bindhammer1-9/+9
2010-08-26enable a flexible lifetimeTobias Bindhammer1-2/+1
2010-08-26Setting proper values in extradata for future use in muxerTobias Bindhammer1-0/+14
2010-08-25cleanup a bit in a64multi_encode_frame()Tobias Bindhammer1-7/+1
2010-08-25added/extended some comments in a64multi_encode_frame()Tobias Bindhammer1-1/+8
2010-08-24added interlacing option and compression option for colorram (lut)Tobias Bindhammer4-45/+184
2010-08-24fixed some return values and deprecated CODEC_TYPE_VIDEO.Tobias Bindhammer5-42/+118
2010-08-23Initial version of the a64 (multicolor charset) codecTobias Bindhammer3-0/+390