summaryrefslogtreecommitdiff
path: root/libavcodec/tiff.c
Commit message (Expand)AuthorAge
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Enable faxcompr.Michael Niedermayer2008-12-26
* Decode TIFF image only after all tags have been decodedKostya Shishkov2008-12-22
* Some TIFFs declare -1 for the single strip heightKostya Shishkov2008-12-22
* Add monochrome TIFF supportKostya Shishkov2008-12-22
* Calculate line size variable correctly for lower bitdepths and use it for raw...Kostya Shishkov2008-12-22
* 4l: TIFF stores short strings inside tag, do not interpret it is as an offsetKostya Shishkov2008-12-17
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add long names to some AVCodec declarations.Stefano Sabatini2008-04-29
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* constMichael Niedermayer2008-02-01
* TIFF may omit compression tag.Kostya Shishkov2007-12-01
* use correct type for paletteMåns Rullgård2007-07-09
* kill warningsMåns Rullgård2007-07-08
* license header consistency cosmeticsDiego Biurrun2007-07-05
* Add some Doxygen comments, by Kamil Nowosad, k.nowosad students.mimuw.edu pl.Diego Biurrun2007-04-04
* tiff encoder by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl)Michael Niedermayer2007-04-03
* Some TIFFs do not set rows per strip for single strip.Kostya Shishkov2007-01-25
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
* Support for 16-bit grayscaleKostya Shishkov2006-11-13
* Give error about planar RGBKostya Shishkov2006-11-13
* Update error messageKostya Shishkov2006-11-13
* Use table for determining type sizesKostya Shishkov2006-11-13
* Decoder can decode many ZLib-packed stripsKostya Shishkov2006-11-13
* Print error message for unsupported mode (RGB planar,CMYK,YCrCb)Kostya Shishkov2006-11-13
* 8-bit images support for TIFFKostya Shishkov2006-11-13
* Rows per strip may be >= heightKostya Shishkov2006-11-13
* Warn about JPEG in TIFFKostya Shishkov2006-11-13
* Correctly detect 4-component imagesKostya Shishkov2006-11-13
* LZW decoder as separate module plus TIFF LZW supportKostya Shishkov2006-10-26
* 10l predictor should not skip first lineKostya Shishkov2006-10-26
* TIFF decoderKostya Shishkov2006-10-13