64 Commits (e55c3857d20ba015e4914c2e80fcab037af0799d)

Author SHA1 Message Date
Paul B Mahol 2a374f06c4 targa: return more meaningful error codes 12 years ago
Bobby Bingham b56f94cc36 targa: cosmetics - add some whitespace 12 years ago
Bobby Bingham 50787fe350 targa: remove unused context members 12 years ago
Bobby Bingham c2eec3df89 targa: support 2-way and 4-way interleaved files 12 years ago
Bobby Bingham 3d9cdfdce7 targa: use named constants for flag values 12 years ago
Carl Eugen Hoyos b49d94e4f2 Support decoding of targa files with 32bit palette. 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Ronald S. Bultje 2ad405548b targa: convert to bytestream2. 13 years ago
Michael Niedermayer 43fd321252 targa: Fix input buffer size check. 13 years ago
Diego Biurrun 324deaa268 Replace AVFrame pointer type punning by proper struct member assignments. 13 years ago
Diego Biurrun 562b6c744a Remove unnecessary AVFrame pointer casts. 13 years ago
Michael Niedermayer eb3f81e4ef targadec: Simplify RLE out of packet check. 13 years ago
Carl Eugen Hoyos 34aadeaa2c Simplify PIX_FMT_RGB555LE selection in targa decoder. 13 years ago
Carl Eugen Hoyos b4634a006c Simplify targa decoding on big endian. 13 years ago
Justin Ruggles faaebcdf6b targa: add support for rgb555 palette 13 years ago
Carl Eugen Hoyos 6168e5812a Fix off-by-one error when decoding rigth-to-left targa. 13 years ago
Carl Eugen Hoyos 88bbabcc00 Support decoding right-to-left targa files. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Reimar Döffinger 90cbbbc1e2 targa: Do not read colormap from files without one. 14 years ago
Reimar Döffinger efdb198e00 targa: Simplify using bytestream_get functions. 14 years ago
Mans Rullgard 551dfdde70 targa: fix big-endian build 14 years ago
Mans Rullgard e65ab9d94f Remove unused variables 14 years ago
Baptiste Coudurier dbfdb288c1 Set alpha of palettes to 0xff. 14 years ago
Kostya Shishkov 2d8591c27e make containers pass palette change in AVPacket 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Ronald S. Bultje e48fe14a54 targa: prevent integer overflow in bufsize check. 14 years ago
Ronald S. Bultje 78e2380a6d targa: prevent integer overflow in bufsize check. 14 years ago
Jean-Daniel Dupas 7782cb207a targa: fix potential buffer overreads 14 years ago
Jean-Daniel Dupas 351423ae1f targa: fix potential buffer overreads 14 years ago
Reinhard Tartler 7ffe76e540 Merge libavcore into libavutil 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Stefano Sabatini b5becbab09 Create a targa.h file to contain common definitions for targa encoder 14 years ago
Stefano Sabatini e16f217ceb Use new imgutils.h API names, fix deprecation warnings. 14 years ago
Stefano Sabatini 6ce9b4310c Remove use of the deprecated function avcodec_check_dimensions(), use 14 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Kostya Shishkov c4396c241c Remove useless code causing crash in Targa decoder 15 years ago
Måns Rullgård 63613fe615 Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN 16 years ago
Baptiste Coudurier 89978e35a2 targa image decoder uses get_buffer, set CODEC_CAP_DR1 16 years ago
Kostya Shishkov 1c86db80a9 Remove useless assignment during initialization for some decoders 16 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Diego Biurrun 6a5d31ac25 Fix build: Add intreadwrite.h and bswap.h #includes where necessary. 16 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Stefano Sabatini bcdb2378f7 Add long names to some AVCodec declarations. 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Michael Niedermayer 4894578b58 const 17 years ago
Diego Biurrun e5a389a1b7 license header consistency cosmetics 18 years ago