summaryrefslogtreecommitdiffstats
path: root/libavcodec/tiff.c
Commit message (Expand)AuthorAgeFilesLines
* Fix out of bound reads/writes in the TIFF decoder.Laurent Aimar2011-10-011-15/+25
* Support LZW and ZLIB compressed 4bpp tiff samples.Carl Eugen Hoyos2011-09-251-1/+17
* cosmetics, remove unused and rename variables for consistencyJean First2011-09-251-13/+10
* tiffdec: add RGB48 (16bit) supportJean First2011-09-251-0/+14
* Fix decoding of 2/4 bpp Tiff samples.Carl Eugen Hoyos2011-09-071-3/+3
* Support decoding of 2bpp and 4bpp TIFF images.Carl Eugen Hoyos2011-08-231-3/+32
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-10/+8
|\
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-10/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-151-0/+2
|\ \ | |/
| * doxygen: consistently place brief descriptionDiego Biurrun2011-07-141-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-061-1/+0
|\ \ | |/
| * tiff: print log in case of unknown / unsupported tag.Stefano Sabatini2011-06-051-0/+2
| * tiff: fix linesize for mono-white/black formats.Stefano Sabatini2011-06-051-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-251-10/+13
|\ \ | |/
| * tiff: set palette in the context when specified in TIFF_PAL tagStefano Sabatini2011-05-241-10/+13
* | tiff: fix linesize for mono-white/black formatsStefano Sabatini2011-05-131-1/+1
* | tiff: print log in case of unknown / unsupported tagStefano Sabatini2011-05-131-0/+3
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-131-57/+65
|\ \ | |/
| * tiff: add support for SamplesPerPixel tag in tiff_decode_tag()Stefano Sabatini2011-05-121-57/+65
| * tiff: Prefer enum TiffCompr over int for TiffContext.compr.Stefano Sabatini2011-05-121-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-121-1/+7
|\ \ | |/
| * tiff: add support for inverted FillOrder for uncompressed dataStefano Sabatini2011-05-111-1/+7
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * 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
* | tiff: prefer enum TiffCompr over int for TiffContext.comprStefano Sabatini2011-05-111-1/+1
* | tiff: remove duplicated author information, fix @file doxyStefano Sabatini2011-05-111-3/+1
* | Set alpha of palettes to 0xff.Baptiste Coudurier2011-04-271-1/+2
* | 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
|/
* Return on negative soff sizes, fixes issue 2515.Daniel Kang2011-01-091-0/+4
* Fix a crash when decoding tiff by moving checkDaniel Kang2011-01-061-4/+4
* Fix crash for files with strip size larger than the buffer.Daniel Kang2011-01-061-0/+5
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-071-2/+2
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-061-2/+3
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* lzw.h does not need get_bits.h, tiff.c needs intreadwrite.h for AV_R* thoughBaptiste Coudurier2009-12-031-1/+1
* Move ff_reverse in libavcodec to av_reverse in libavutil.Francesco Lavra2009-11-091-1/+2
* Do not attempt to decode TIFF files containing fax data with uncompressedKostya Shishkov2009-10-011-0/+5
* When BitsPerSample tag is not present in TIFF, that means file isKostya Shishkov2009-09-301-2/+13
* Finally distinguish TIFF_CCITT_RLE and TIFF_G3 1-D case, so both of themKostya Shishkov2009-09-281-3/+1
* Make TIFF decoder load compression options only for corresponding codecKostya Shishkov2009-09-281-1/+5
* Do not compile ZLib data uncompressing function in TIFF decoder when ZLib isMartin Storsjö2009-09-271-0/+2
* Looks like ZLib uncompress() cannot deal with some kinds of TIFF deflated data,Kostya Shishkov2009-09-271-2/+25
* Support both LSB and MSB orders for TIFF CCITT G.x compressed data.Kostya Shishkov2009-09-241-2/+15
* tiff image decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-051-1/+1
* Check combined depth and number of components in TIFF decoder, thus eliminatingKostya Shishkov2009-06-021-18/+15
* Add 32-bit RGB support to TIFF decoder and extend a bit 'unsupported format' ...Kostya Shishkov2009-05-061-1/+9
* Remove useless assignment during initialization for some decodersKostya Shishkov2009-04-241-1/+0
OpenPOWER on IntegriCloud