85 Commits (0a5ff1964355f6d288071b7c0bc4fb24f658c9fc)

Author SHA1 Message Date
Michael Niedermayer 01593278ce avcodec/targa: Check colors vs. available space 5 years ago
Michael Niedermayer acdacb108d avcodec/targa: Skip hflip on blank images 8 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Anton Khirnov eed5a478ba targa: stop using deprecated avcodec_set_dimensions 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Paul B Mahol d9954ccff0 targa: set pict_type 11 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Michael Niedermayer 796012af6c targa: Fix y check in advance_line 12 years ago
Anton Khirnov 01cbc6f6ad targa: return meaningful error codes. 12 years ago
Michael Niedermayer 7cb46b5191 targa: use checked bytestream read 12 years ago
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Michael Niedermayer 579d21f777 tga: check palette size earlier. 12 years ago
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