summaryrefslogtreecommitdiffstats
path: root/libavcodec/targa.c
Commit message (Expand)AuthorAgeFilesLines
* targa: Do not read colormap from files without one.Reimar Döffinger2011-06-281-2/+7
* targa: Simplify using bytestream_get functions.Reimar Döffinger2011-06-281-10/+8
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-031-3/+4
|\
| * targa: fix big-endian buildMans Rullgard2011-06-021-0/+1
| * Remove unused variablesMans Rullgard2011-06-021-3/+3
* | Set alpha of palettes to 0xff.Baptiste Coudurier2011-04-271-3/+3
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-171-7/+0
|\ \ | |/
| * make containers pass palette change in AVPacketKostya Shishkov2011-04-151-7/+0
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * targa: prevent integer overflow in bufsize check.Ronald S. Bultje2011-02-211-1/+1
| * targa: fix potential buffer overreadsJean-Daniel Dupas2011-02-181-10/+34
| * 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
* | targa: prevent integer overflow in bufsize check.Ronald S. Bultje2011-02-221-1/+1
* | targa: fix potential buffer overreadsJean-Daniel Dupas2011-02-181-10/+34
* | 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
|/
* Create a targa.h file to contain common definitions for targa encoderStefano Sabatini2010-10-131-8/+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
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Remove useless code causing crash in Targa decoderKostya Shishkov2009-09-171-1/+0
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-261-1/+1
* targa image decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-051-1/+1
* Remove useless assignment during initialization for some decodersKostya Shishkov2009-04-241-1/+0
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-111-0/+2
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Add long names to some AVCodec declarations.Stefano Sabatini2008-04-291-1/+2
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* constMichael Niedermayer2008-02-011-2/+2
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-071-1/+1
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-191-10/+10
* RGB32 support in TargaKostya Shishkov2006-11-031-0/+10
* Use bpp from header in error messageKostya Shishkov2006-11-031-1/+1
* Targa image decoderKostya Shishkov2006-10-111-0/+244
OpenPOWER on IntegriCloud