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-02-22Improve QTRLE encoding performance, no change to output file size/content.Malcolm Bechard1-21/+61
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-06-19lavc/qtrlenc: return proper error codes from qtrle_encode_init()Stefano Sabatini1-4/+5
2012-04-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer207-756/+771
2012-04-06cosmetics: Align codec declarationsMartin Storsjö200-638/+731
2012-03-23cosmetics: remove superfluous curly bracketsPaul B Mahol68-136/+68
2012-03-22qtrleenc: switch to ff_alloc_packet2().Michael Niedermayer1-3/+1
2012-02-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer44-748/+721
2012-02-23qtrleenc: switch to encode2().Anton Khirnov1-12/+18
2012-02-16qtrleenc: fix uninitialized variable warningsMichael Niedermayer1-2/+2
2012-02-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer27-192/+132
2012-02-13Drop unnecessary av_uninit attributes from some variable declarations.Diego Biurrun6-10/+8
2012-01-28Fix "ouput" typo and add a check.Clément Bœsch6-6/+6
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-08Fix "mixed declarations and code" warnings.Carl Eugen Hoyos2-5/+6
2011-05-11Added PIX_FMT_GRAY8 to the formats supported by the QuickTime RLE encoderJohn Horigan1-13/+33
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-02-16Merge libavcore into libavutilReinhard Tartler121-320/+167
2011-02-15Merge libavcore into libavutilReinhard Tartler120-321/+166
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-09-07Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini51-66/+66
2010-08-06Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini46-54/+92
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
2010-03-17qtrleenc: add rgb555 outputAlexis Ballier1-3/+3
2009-09-06Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger35-56/+56
2009-07-08Add PIX_FMT_ARGB encoding to qtrle.Alexis Ballier1-1/+4
2009-05-23fix qtrle encoding when previous frame linesize differs, fix #998Baptiste Coudurier1-6/+9
2009-05-03Remove dead assignments found by CSABenjamin Larsson3-5/+1
2009-02-11Add av_uninit macro to variable to avoid false positive warning:Diego Biurrun1-1/+1
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni71-207/+206
2008-09-07Relicense from LGPL 2.1 to LGPL 2.1 or later with the authors' permission.Diego Biurrun1-1/+2
2008-09-06license header consistency cosmetics.Diego Biurrun1-2/+2
2008-06-12Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini167-231/+235
2008-05-11Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos31-50/+50
2008-04-27Add long names to AVCodec declarations.Stefano Sabatini53-10/+78
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng145-288/+296
2008-01-31add parenthesis, fix warning: qtrleenc.c:257: warning: suggest parentheses ar...Baptiste Coudurier1-1/+1
2007-07-05license header consistency cosmeticsDiego Biurrun133-142/+45
2007-07-02QT RLE encoderAlexis Ballier6-2/+332