| Commit message (Expand) | Author | Age | Files | Lines |
* | Support decoding gray8a tiff images. | Carl Eugen Hoyos | 2012-01-22 | 1 | -0/+3 |
* | Support 64bit tiff images. | Carl Eugen Hoyos | 2012-01-14 | 1 | -2/+7 |
* | tiffdec: notify user that tile support is missing | Paul B Mahol | 2012-01-11 | 1 | -0/+7 |
* | Only expand raw and packed 1bpp tiff horizontally if it is palettised. | Carl Eugen Hoyos | 2011-12-31 | 1 | -3/+6 |
* | tiffdec: hotfix for fate failure. | Michael Niedermayer | 2011-12-31 | 1 | -3/+11 |
* | Fix decoding some 1bpp tiff files, they are palettized. | Carl Eugen Hoyos | 2011-12-31 | 1 | -8/+19 |
* | Simplify tiff decoder by merging two functions. | Carl Eugen Hoyos | 2011-12-31 | 1 | -22/+10 |
* | tiff.c: Use switch / case instead of if / else where appropriate. | Carl Eugen Hoyos | 2011-12-31 | 1 | -3/+6 |
* | Set TIFF default grascale palette opaque. | Carl Eugen Hoyos | 2011-11-12 | 1 | -1/+1 |
* | Fix out of bound reads/writes in the TIFF decoder. | Laurent Aimar | 2011-10-01 | 1 | -15/+25 |
* | Support LZW and ZLIB compressed 4bpp tiff samples. | Carl Eugen Hoyos | 2011-09-25 | 1 | -1/+17 |
* | cosmetics, remove unused and rename variables for consistency | Jean First | 2011-09-25 | 1 | -13/+10 |
* | tiffdec: add RGB48 (16bit) support | Jean First | 2011-09-25 | 1 | -0/+14 |
* | Fix decoding of 2/4 bpp Tiff samples. | Carl Eugen Hoyos | 2011-09-07 | 1 | -3/+3 |
* | Support decoding of 2bpp and 4bpp TIFF images. | Carl Eugen Hoyos | 2011-08-23 | 1 | -3/+32 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -10/+8 |
|\ |
|
| * | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -10/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-15 | 1 | -0/+2 |
|\| |
|
| * | doxygen: consistently place brief description | Diego Biurrun | 2011-07-14 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-06 | 1 | -1/+0 |
|\| |
|
| * | tiff: print log in case of unknown / unsupported tag. | Stefano Sabatini | 2011-06-05 | 1 | -0/+2 |
| * | tiff: fix linesize for mono-white/black formats. | Stefano Sabatini | 2011-06-05 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-25 | 1 | -10/+13 |
|\| |
|
| * | tiff: set palette in the context when specified in TIFF_PAL tag | Stefano Sabatini | 2011-05-24 | 1 | -10/+13 |
* | | tiff: fix linesize for mono-white/black formats | Stefano Sabatini | 2011-05-13 | 1 | -1/+1 |
* | | tiff: print log in case of unknown / unsupported tag | Stefano Sabatini | 2011-05-13 | 1 | -0/+3 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-13 | 1 | -57/+65 |
|\| |
|
| * | tiff: add support for SamplesPerPixel tag in tiff_decode_tag() | Stefano Sabatini | 2011-05-12 | 1 | -57/+65 |
| * | tiff: Prefer enum TiffCompr over int for TiffContext.compr. | Stefano Sabatini | 2011-05-12 | 1 | -1/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-12 | 1 | -1/+7 |
|\| |
|
| * | tiff: add support for inverted FillOrder for uncompressed data | Stefano Sabatini | 2011-05-11 | 1 | -1/+7 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -1/+1 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | | tiff: prefer enum TiffCompr over int for TiffContext.compr | Stefano Sabatini | 2011-05-11 | 1 | -1/+1 |
* | | tiff: remove duplicated author information, fix @file doxy | Stefano Sabatini | 2011-05-11 | 1 | -3/+1 |
* | | Set alpha of palettes to 0xff. | Baptiste Coudurier | 2011-04-27 | 1 | -1/+2 |
* | | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-16 | 1 | -1/+1 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
|/ |
|
* | Return on negative soff sizes, fixes issue 2515. | Daniel Kang | 2011-01-09 | 1 | -0/+4 |
* | Fix a crash when decoding tiff by moving check | Daniel Kang | 2011-01-06 | 1 | -4/+4 |
* | Fix crash for files with strip size larger than the buffer. | Daniel Kang | 2011-01-06 | 1 | -0/+5 |
* | Use new imgutils.h API names, fix deprecation warnings. | Stefano Sabatini | 2010-09-07 | 1 | -2/+2 |
* | Remove use of the deprecated function avcodec_check_dimensions(), use | Stefano Sabatini | 2010-08-06 | 1 | -2/+3 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | lzw.h does not need get_bits.h, tiff.c needs intreadwrite.h for AV_R* though | Baptiste Coudurier | 2009-12-03 | 1 | -1/+1 |
* | Move ff_reverse in libavcodec to av_reverse in libavutil. | Francesco Lavra | 2009-11-09 | 1 | -1/+2 |
* | Do not attempt to decode TIFF files containing fax data with uncompressed | Kostya Shishkov | 2009-10-01 | 1 | -0/+5 |
* | When BitsPerSample tag is not present in TIFF, that means file is | Kostya Shishkov | 2009-09-30 | 1 | -2/+13 |