summaryrefslogtreecommitdiff
path: root/libavcodec/targaenc.c
Commit message (Expand)AuthorAge
* Merge commit 'd8f3b0fb584677d4882e3a2d7c28f8b15c7319f5'Hendrik Leppkes2016-11-14
|\
| * targaenc: Move size check to initialization functionVittorio Giovara2016-06-29
* | Merge commit 'be00ec832c519427cd92218abac77dafdc1d5487'Hendrik Leppkes2015-12-18
|\|
| * lavc: Deprecate coder_type and its symbolsVittorio Giovara2015-12-07
* | Merge commit 'f890677d05bc4e8b494a73373ab4cc19791bf884'Hendrik Leppkes2015-10-22
|\|
| * Replace any remaining avpicture function with imgutilsVittorio Giovara2015-10-21
* | 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 '45bde93eefa78c1bdb0936109fbd2e2fb27fbfe7'Michael Niedermayer2013-11-17
|\|
| * targaenc: 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
* | targaenc: remove unused TargaContextPaul B Mahol2013-07-28
* | lavc: do not use av_pix_fmt_descriptors directlyPaul B Mahol2012-10-12
* | Write 32bit palette to Targa files.Carl Eugen Hoyos2012-10-09
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\|
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* | targaenc: Use named TGA_RLE constant instead of magic numberBobby Bingham2012-09-18
* | Fix typo in targa encoder commentBobby Bingham2012-09-18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | Write palettised targa.Carl Eugen Hoyos2012-05-08
* | Make targa-in-mov QuickTime-compatible for more colour-spaces.Carl Eugen Hoyos2012-04-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
* | targaenc: switch to ff_alloc_packet2().Michael Niedermayer2012-03-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-21
|\|
| * targaenc: switch to encode2().Anton Khirnov2012-02-20
| * targaenc: don't modify input frame.Anton Khirnov2012-02-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-04
|\|
| * Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name().Stefano Sabatini2011-06-03
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-02
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* Add support for PIX_FMT_RGBA in the targa encoder.Stefano Sabatini2010-10-13
* Use named constants defined in targa.h.Stefano Sabatini2010-10-13
* Create a targa.h file to contain common definitions for targa encoderStefano Sabatini2010-10-13
* Make the targa encoder return sane error values rather than -1.Stefano Sabatini2010-10-12
* Targa encoder: log error message in case the pixel format in input isStefano Sabatini2010-10-12
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* targeenc: fix rgb555 encoding on big endian systems.Alexis Ballier2010-03-08
* Fix indentation after last commit.Benoit Fouet2009-10-01