summaryrefslogtreecommitdiff
path: root/libavcodec/qtrleenc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/qtrleenc: Fix memleak upon allocation failureAndreas Rheinhardt2021-02-271-0/+1
* avcodec/qtrleenc: fix undefined behaviourPaul B Mahol2019-09-291-3/+4
* lavc/qtrleenc: simplify FF_API_CODED_FRAME deprecation guardClément Bœsch2016-06-221-10/+1
* Merge commit '763d69bfb2f0094e99f43e657cfd2b0471361f6b'Clément Bœsch2016-06-221-0/+6
|\
| * Add some more deprecation guardsDiego Biurrun2016-05-111-0/+6
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-2/+2
|\ \ | |/
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-2/+2
* | Merge commit '901f9c0a32985f48672fd68594111dc55d88a57a'Hendrik Leppkes2015-10-141-10/+14
|\ \ | |/
| * qtrle: Properly use AVFrame APIVittorio Giovara2015-10-141-8/+13
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-271-1/+1
* | Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer2015-07-211-0/+4
|\ \ | |/
| * Deprecate avctx.coded_frameVittorio Giovara2015-07-201-0/+4
* | Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer2015-07-201-8/+0
|\ \ | |/
| * Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-201-8/+0
* | Merge commit 'efc618aff9d68d2ddc323a5c5f892ac71951f162'Michael Niedermayer2015-07-201-8/+14
|\ \ | |/
| * qtrleenc: Keep coded_frame.key_frame a write-only variableVittorio Giovara2015-07-201-8/+14
* | avcodec/qtrleenc: Check that width is a multiple of 4 for grayscaleMichael Niedermayer2014-06-111-0/+4
* | avcodec/qtrleenc: use av_mallocz_array()Michael Niedermayer2014-04-181-1/+1
* | Merge commit 'd48c20630214a4effcc920e93a5044bee4e2002e'Michael Niedermayer2013-11-171-19/+25
|\ \ | |/
| * qtrleenc: use the AVFrame API properly.Anton Khirnov2013-11-161-19/+25
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* | Improve QTRLE encoding performance, no change to output file size/content.Malcolm Bechard2013-02-221-21/+61
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-10/+10
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-5/+5
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | lavc/qtrlenc: return proper error codes from qtrle_encode_init()Stefano Sabatini2012-06-191-4/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-2/+4
|\ \ | |/
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-2/+4
* | cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-231-2/+1
* | qtrleenc: switch to ff_alloc_packet2().Michael Niedermayer2012-03-221-3/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-241-12/+18
|\ \ | |/
| * qtrleenc: switch to encode2().Anton Khirnov2012-02-231-12/+18
* | qtrleenc: fix uninitialized variable warningsMichael Niedermayer2012-02-161-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-141-1/+1
|\ \ | |/
| * Drop unnecessary av_uninit attributes from some variable declarations.Diego Biurrun2012-02-131-1/+1
* | Fix "ouput" typo and add a check.Clément Bœsch2012-01-281-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-7/+7
|\ \ | |/
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-7/+7
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-2/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* | Fix "mixed declarations and code" warnings.Carl Eugen Hoyos2011-06-081-2/+4
* | Added PIX_FMT_GRAY8 to the formats supported by the QuickTime RLE encoderJohn Horigan2011-05-121-13/+33
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-021-2/+2
* | Merge libavcore into libavutilReinhard Tartler2011-02-161-1/+1
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
|/
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-071-1/+1