84 Commits (fd09cd08c0ad059ee41ccafc6836a285c1b35c45)

Author SHA1 Message Date
Laurent Aimar 04a845caa7 tiffdec: fix out of bound reads/writes 13 years ago
Laurent Aimar 5ca5d432e0 Fix out of bound reads/writes in the TIFF decoder. 13 years ago
Carl Eugen Hoyos ef8756dab2 Support LZW and ZLIB compressed 4bpp tiff samples. 13 years ago
Jean First 251345a3fe cosmetics, remove unused and rename variables for consistency 13 years ago
Jean First 72381b2b47 tiffdec: add RGB48 (16bit) support 13 years ago
Carl Eugen Hoyos d898ab9090 Fix decoding of 2/4 bpp Tiff samples. 13 years ago
Carl Eugen Hoyos 5f5e37e0fa Support decoding of 2bpp and 4bpp TIFF images. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Diego Biurrun f6f95d4e49 doxygen: consistently place brief description 14 years ago
Stefano Sabatini 1863a3c7aa tiff: print log in case of unknown / unsupported tag. 14 years ago
Stefano Sabatini a43458d7eb tiff: fix linesize for mono-white/black formats. 14 years ago
Stefano Sabatini 7ca5338b49 tiff: set palette in the context when specified in TIFF_PAL tag 14 years ago
Stefano Sabatini d8297ca443 tiff: fix linesize for mono-white/black formats 14 years ago
Stefano Sabatini 762b4662f0 tiff: print log in case of unknown / unsupported tag 14 years ago
Stefano Sabatini bbc572a2c4 tiff: add support for SamplesPerPixel tag in tiff_decode_tag() 14 years ago
Stefano Sabatini 8102d886be tiff: Prefer enum TiffCompr over int for TiffContext.compr. 14 years ago
Stefano Sabatini b437f5b055 tiff: add support for inverted FillOrder for uncompressed data 14 years ago
Stefano Sabatini aa909d300f tiff: prefer enum TiffCompr over int for TiffContext.compr 14 years ago
Stefano Sabatini 1e97700fba tiff: remove duplicated author information, fix @file doxy 14 years ago
Baptiste Coudurier dbfdb288c1 Set alpha of palettes to 0xff. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 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
Daniel Kang a4db272a92 Return on negative soff sizes, fixes issue 2515. 14 years ago
Daniel Kang d381249bb8 Fix a crash when decoding tiff by moving check 14 years ago
Daniel Kang 1ba44140a3 Fix crash for files with strip size larger than the buffer. 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
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Baptiste Coudurier bdcc13f2bf lzw.h does not need get_bits.h, tiff.c needs intreadwrite.h for AV_R* though 15 years ago
Francesco Lavra 91cc5d3767 Move ff_reverse in libavcodec to av_reverse in libavutil. 15 years ago
Kostya Shishkov a8b95021e5 Do not attempt to decode TIFF files containing fax data with uncompressed 15 years ago
Kostya Shishkov 53f9f9c91b When BitsPerSample tag is not present in TIFF, that means file is 15 years ago
Kostya Shishkov 8da5d3dc37 Finally distinguish TIFF_CCITT_RLE and TIFF_G3 1-D case, so both of them 15 years ago
Kostya Shishkov 7c6f5238c6 Make TIFF decoder load compression options only for corresponding codec 15 years ago
Martin Storsjö eec69b399a Do not compile ZLib data uncompressing function in TIFF decoder when ZLib is 15 years ago
Kostya Shishkov e96f885aa0 Looks like ZLib uncompress() cannot deal with some kinds of TIFF deflated data, 15 years ago
Kostya Shishkov a58e96be0e Support both LSB and MSB orders for TIFF CCITT G.x compressed data. 15 years ago
Baptiste Coudurier a08e67e70d tiff image decoder uses get_buffer, set CODEC_CAP_DR1 16 years ago
Kostya Shishkov 9706d1c766 Check combined depth and number of components in TIFF decoder, thus eliminating 16 years ago
Kostya Shishkov 512cfd9d54 Add 32-bit RGB support to TIFF decoder and extend a bit 'unsupported format' message 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 bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Michael Niedermayer 92799d3213 Enable faxcompr. 16 years ago
Kostya Shishkov 108c96d5e7 Decode TIFF image only after all tags have been decoded 16 years ago