summaryrefslogtreecommitdiffstats
path: root/libavcodec/tiff.c
Commit message (Expand)AuthorAgeFilesLines
* tiff: fix "assignment discards qualifiers from pointer target type" warningMichael Niedermayer2012-10-081-1/+1
* Support decoding of monochrome tiff images without bpp tag.Carl Eugen Hoyos2012-09-121-0/+2
* tiff/doubles2str: check for truncationMichael Niedermayer2012-09-091-1/+3
* tiff/doubles2str: factor out component_lenMichael Niedermayer2012-09-091-2/+3
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+1
|\
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | 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
OpenPOWER on IntegriCloud