summaryrefslogtreecommitdiffstats
path: root/libavcodec/tiff.c
Commit message (Expand)AuthorAgeFilesLines
* tiff: read more tags of type stringPaul B Mahol2012-07-171-0/+53
* tiff: add smarter checks if there is enough data leftPaul B Mahol2012-07-171-13/+29
* tiff: port to bytestream2Paul B Mahol2012-07-171-106/+112
* lavc/tiff: add GeoTIFF support to the TIFF decoderThomas Kühnel2012-07-141-0/+319
* tiffdec: PIX_FMT_GRAY16LE supportPaul B Mahol2012-07-061-1/+1
* tiffdec: check overread for packbitsMichael Niedermayer2012-04-151-0/+8
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-141-107/+146
|\
| * tiffdec: K&R cosmeticsAlex Converse2012-04-131-108/+147
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-131-5/+10
|\ \ | |/
| * tiffdec: Add a malloc check and refactor another.Alex Converse2012-04-131-5/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-1/+1
|\ \ | |/
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-291-2/+1
|\ \ | |/
| * Replace memset(0) by zero initializations.Diego Biurrun2012-03-281-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-091-0/+2
|\ \ | |/
| * tiffdec: Prevent illegal memory access caused by recycled pointers.Alex Converse2012-03-071-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-031-4/+4
|\ \ | |/
| * 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
|\ \ | |/
OpenPOWER on IntegriCloud