summaryrefslogtreecommitdiff
path: root/libavcodec/targa.c
Commit message (Expand)AuthorAge
* 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
* Add long names to some AVCodec declarations.Stefano Sabatini2008-04-29
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* constMichael Niedermayer2008-02-01
* license header consistency cosmeticsDiego Biurrun2007-07-05
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-07
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
* RGB32 support in TargaKostya Shishkov2006-11-03
* Use bpp from header in error messageKostya Shishkov2006-11-03
* Targa image decoderKostya Shishkov2006-10-11