summaryrefslogtreecommitdiffstats
path: root/libavcodec/qtrleenc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-061-1/+2
* Fix grammar errors in documentationMåns Rullgård2010-06-301-2/+2
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* qtrleenc: add rgb555 outputAlexis Ballier2010-03-171-3/+3
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-061-1/+1
* Add PIX_FMT_ARGB encoding to qtrle.Alexis Ballier2009-07-081-1/+4
* fix qtrle encoding when previous frame linesize differs, fix #998Baptiste Coudurier2009-05-231-6/+9
* Remove dead assignments found by CSABenjamin Larsson2009-05-031-1/+0
* Add av_uninit macro to variable to avoid false positive warning:Diego Biurrun2009-02-111-1/+1
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-1/+1
* Relicense from LGPL 2.1 to LGPL 2.1 or later with the authors' permission.Diego Biurrun2008-09-071-1/+2
* license header consistency cosmetics.Diego Biurrun2008-09-061-2/+2
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-111-1/+1
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* add parenthesis, fix warning: qtrleenc.c:257: warning: suggest parentheses ar...Baptiste Coudurier2008-01-311-1/+1
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* QT RLE encoderAlexis Ballier2007-07-021-0/+327
OpenPOWER on IntegriCloud