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