summaryrefslogtreecommitdiff
path: root/libavcodec/targaenc.c
Commit message (Expand)AuthorAge
* 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
* Add support for TARGA images without RLE compression.Anne-Laure de Smit2009-10-01
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-06
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* set coded_frameMichael Niedermayer2008-05-28
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-11
* Prevent targaenc.c from outputting trash byte.Ramiro Polla2008-05-04
* Add long names to some AVCodec declarations.Stefano Sabatini2008-04-29
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* license header consistency cosmeticsDiego Biurrun2007-07-05
* Changed the rle encoder a little and made it more universal.Xiaohui Sun2007-04-03
* generic rle encoder by Bartlomiej Wolowiec b.wolowiec students mimuw edu plMichael Niedermayer2007-04-03
* Add RLE encoding support, patch by Bobby Bingham, uhmmmm gmail com.Bobby Bingham2007-03-17
* Move the encoding of the image data to its own function.Bobby Bingham2007-03-17
* Add 15 bit support, patch by Bobby Bingham, uhmmmm gmail com.Bobby Bingham2007-03-17
* Targa (.tga) encoder,Bobby Bingham2007-03-15