summaryrefslogtreecommitdiffstats
path: root/libavcodec/targa.c
Commit message (Expand)AuthorAgeFilesLines
* targa: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-311-3/+2
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-28/+2
* targa: return meaningful error codes.Anton Khirnov2013-01-141-8/+8
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-6/+6
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* targa: convert to bytestream2.Ronald S. Bultje2012-03-261-107/+90
* Replace AVFrame pointer type punning by proper struct member assignments.Diego Biurrun2012-03-011-1/+1
* Remove unnecessary AVFrame pointer casts.Diego Biurrun2012-03-011-3/+3
* targa: add support for rgb555 paletteJustin Ruggles2012-01-131-10/+29
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-10/+8
* targa: fix big-endian buildMans Rullgard2011-06-021-0/+1
* Remove unused variablesMans Rullgard2011-06-021-3/+3
* 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
* 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