]> git.sesse.net Git - ffmpeg/history - libavcodec/qtrleenc.c
Deprecate avctx.coded_frame
[ffmpeg] / libavcodec / qtrleenc.c
2015-07-20 Vittorio GiovaraDeprecate avctx.coded_frame
2015-07-20 Vittorio GiovaraGather all coded_frame allocations and free functions...
2015-07-20 Vittorio Giovaraqtrleenc: Keep coded_frame.key_frame a write-only variable
2013-11-16 Anton Khirnovqtrleenc: use the AVFrame API properly.
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-02-23 Anton Khirnovqtrleenc: switch to encode2().
2012-02-13 Diego BiurrunDrop unnecessary av_uninit attributes from some variabl...
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-09-07 Stefano SabatiniUse new imgutils.h API names, fix deprecation warnings.
2010-08-06 Stefano SabatiniRemove use of the deprecated function avcodec_check_dim...
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-17 Alexis Ballierqtrleenc: add rgb555 output
2009-09-06 Reimar DöffingerMark all pix_fmts and supported_framerates compound...
2009-07-08 Alexis BallierAdd PIX_FMT_ARGB encoding to qtrle.
2009-05-23 Baptiste Coudurierfix qtrle encoding when previous frame linesize differs...
2009-05-03 Benjamin LarssonRemove dead assignments found by CSA
2009-02-11 Diego BiurrunAdd av_uninit macro to variable to avoid false positive...
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-09-07 Diego BiurrunRelicense from LGPL 2.1 to LGPL 2.1 or later with the...
2008-09-06 Diego Biurrunlicense header consistency cosmetics.
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-11 Carl Eugen HoyosReplace some occurrences of -1 with PIX_FMT_NONE.
2008-04-27 Stefano SabatiniAdd long names to AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-01-31 Baptiste Coudurieradd parenthesis, fix warning: qtrleenc.c:257: warning...
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-07-02 Alexis BallierQT RLE encoder