summaryrefslogtreecommitdiffstats
path: root/libavcodec/tiff.c
Commit message (Expand)AuthorAgeFilesLines
...
| * Replace AVFrame pointer type punning by proper struct member assignments.Diego Biurrun2012-03-011-1/+1
| * Remove unnecessary AVFrame pointer casts.Diego Biurrun2012-03-011-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-251-13/+20
|\ \ | |/
| * tiff: Prevent overreads in the type_sizes array.Alex Converse2012-02-231-4/+11
| * tiff: Make the TIFF_LONG and TIFF_SHORT types unsigned.Alex Converse2012-02-231-9/+9
| * tiffdec: fix out of bound reads/writesLaurent Aimar2011-10-101-15/+25
* | Support decoding gray8a tiff images.Carl Eugen Hoyos2012-01-221-0/+3
* | Support 64bit tiff images.Carl Eugen Hoyos2012-01-141-2/+7
* | tiffdec: notify user that tile support is missingPaul B Mahol2012-01-111-0/+7
* | Only expand raw and packed 1bpp tiff horizontally if it is palettised.Carl Eugen Hoyos2011-12-311-3/+6
* | tiffdec: hotfix for fate failure.Michael Niedermayer2011-12-311-3/+11
* | Fix decoding some 1bpp tiff files, they are palettized.Carl Eugen Hoyos2011-12-311-8/+19
* | Simplify tiff decoder by merging two functions.Carl Eugen Hoyos2011-12-311-22/+10
* | tiff.c: Use switch / case instead of if / else where appropriate.Carl Eugen Hoyos2011-12-311-3/+6
* | Set TIFF default grascale palette opaque.Carl Eugen Hoyos2011-11-121-1/+1
* | 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
OpenPOWER on IntegriCloud