summaryrefslogtreecommitdiff
path: root/libavcodec/tiff.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-09
|\
| * tiffdec: Prevent illegal memory access caused by recycled pointers.Alex Converse2012-03-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-03
|\|
| * Replace AVFrame pointer type punning by proper struct member assignments.Diego Biurrun2012-03-01
| * Remove unnecessary AVFrame pointer casts.Diego Biurrun2012-03-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-25
|\|
| * tiff: Prevent overreads in the type_sizes array.Alex Converse2012-02-23
| * tiff: Make the TIFF_LONG and TIFF_SHORT types unsigned.Alex Converse2012-02-23
| * tiffdec: fix out of bound reads/writesLaurent Aimar2011-10-10
* | Support decoding gray8a tiff images.Carl Eugen Hoyos2012-01-22
* | Support 64bit tiff images.Carl Eugen Hoyos2012-01-14
* | tiffdec: notify user that tile support is missingPaul B Mahol2012-01-11
* | Only expand raw and packed 1bpp tiff horizontally if it is palettised.Carl Eugen Hoyos2011-12-31
* | tiffdec: hotfix for fate failure.Michael Niedermayer2011-12-31
* | Fix decoding some 1bpp tiff files, they are palettized.Carl Eugen Hoyos2011-12-31
* | Simplify tiff decoder by merging two functions.Carl Eugen Hoyos2011-12-31
* | tiff.c: Use switch / case instead of if / else where appropriate.Carl Eugen Hoyos2011-12-31
* | Set TIFF default grascale palette opaque.Carl Eugen Hoyos2011-11-12
* | 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