summaryrefslogtreecommitdiff
path: root/libavcodec/qtrleenc.c
Commit message (Expand)AuthorAge
* avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-27
* Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer2015-07-21
|\
| * Deprecate avctx.coded_frameVittorio Giovara2015-07-20
* | Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer2015-07-20
|\|
| * Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-20
* | Merge commit 'efc618aff9d68d2ddc323a5c5f892ac71951f162'Michael Niedermayer2015-07-20
|\|
| * qtrleenc: Keep coded_frame.key_frame a write-only variableVittorio Giovara2015-07-20
* | avcodec/qtrleenc: Check that width is a multiple of 4 for grayscaleMichael Niedermayer2014-06-11
* | avcodec/qtrleenc: use av_mallocz_array()Michael Niedermayer2014-04-18
* | Merge commit 'd48c20630214a4effcc920e93a5044bee4e2002e'Michael Niedermayer2013-11-17
|\|
| * qtrleenc: use the AVFrame API properly.Anton Khirnov2013-11-16
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* | Improve QTRLE encoding performance, no change to output file size/content.Malcolm Bechard2013-02-22
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\|
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | lavc/qtrlenc: return proper error codes from qtrle_encode_init()Stefano Sabatini2012-06-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-07
|\|
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* | cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-23
* | qtrleenc: switch to ff_alloc_packet2().Michael Niedermayer2012-03-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-24
|\|
| * qtrleenc: switch to encode2().Anton Khirnov2012-02-23
* | qtrleenc: fix uninitialized variable warningsMichael Niedermayer2012-02-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-14
|\|
| * Drop unnecessary av_uninit attributes from some variable declarations.Diego Biurrun2012-02-13
* | Fix "ouput" typo and add a check.Clément Bœsch2012-01-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-30
|\|
| * 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
* | Fix "mixed declarations and code" warnings.Carl Eugen Hoyos2011-06-08
* | Added PIX_FMT_GRAY8 to the formats supported by the QuickTime RLE encoderJohn Horigan2011-05-12
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-02
* | Merge libavcore into libavutilReinhard Tartler2011-02-16
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* 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