summaryrefslogtreecommitdiff
path: root/libavcodec/qtrleenc.c
Commit message (Expand)AuthorAge
* Add some more deprecation guardsDiego Biurrun2016-05-11
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* qtrle: Properly use AVFrame APIVittorio Giovara2015-10-14
* Deprecate avctx.coded_frameVittorio Giovara2015-07-20
* Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-20
* qtrleenc: Keep coded_frame.key_frame a write-only variableVittorio Giovara2015-07-20
* qtrleenc: use the AVFrame API properly.Anton Khirnov2013-11-16
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* qtrleenc: switch to encode2().Anton Khirnov2012-02-23
* Drop unnecessary av_uninit attributes from some variable declarations.Diego Biurrun2012-02-13
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-07
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-06
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* qtrleenc: add rgb555 outputAlexis Ballier2010-03-17
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-06
* Add PIX_FMT_ARGB encoding to qtrle.Alexis Ballier2009-07-08
* fix qtrle encoding when previous frame linesize differs, fix #998Baptiste Coudurier2009-05-23
* Remove dead assignments found by CSABenjamin Larsson2009-05-03
* Add av_uninit macro to variable to avoid false positive warning:Diego Biurrun2009-02-11
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* Relicense from LGPL 2.1 to LGPL 2.1 or later with the authors' permission.Diego Biurrun2008-09-07
* license header consistency cosmetics.Diego Biurrun2008-09-06
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-11
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* add parenthesis, fix warning: qtrleenc.c:257: warning: suggest parentheses ar...Baptiste Coudurier2008-01-31
* license header consistency cosmeticsDiego Biurrun2007-07-05
* QT RLE encoderAlexis Ballier2007-07-02