summaryrefslogtreecommitdiff
path: root/libavcodec/tiff.c
Commit message (Collapse)AuthorAge
* Add some Doxygen comments, by Kamil Nowosad, k.nowosad students.mimuw.edu pl.Diego Biurrun2007-04-04
| | | | Originally committed as revision 8624 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tiff encoder by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl)Michael Niedermayer2007-04-03
| | | | Originally committed as revision 8608 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Some TIFFs do not set rows per strip for single strip.Kostya Shishkov2007-01-25
| | | | Originally committed as revision 7701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
| | | | Originally committed as revision 7587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support for 16-bit grayscaleKostya Shishkov2006-11-13
| | | | Originally committed as revision 7012 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give error about planar RGBKostya Shishkov2006-11-13
| | | | Originally committed as revision 7011 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update error messageKostya Shishkov2006-11-13
| | | | Originally committed as revision 7010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use table for determining type sizesKostya Shishkov2006-11-13
| | | | Originally committed as revision 7009 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Decoder can decode many ZLib-packed stripsKostya Shishkov2006-11-13
| | | | Originally committed as revision 7007 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print error message for unsupported mode (RGB planar,CMYK,YCrCb)Kostya Shishkov2006-11-13
| | | | Originally committed as revision 7006 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 8-bit images support for TIFFKostya Shishkov2006-11-13
| | | | Originally committed as revision 7005 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rows per strip may be >= heightKostya Shishkov2006-11-13
| | | | Originally committed as revision 7004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Warn about JPEG in TIFFKostya Shishkov2006-11-13
| | | | Originally committed as revision 7003 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correctly detect 4-component imagesKostya Shishkov2006-11-13
| | | | Originally committed as revision 7002 to svn://svn.ffmpeg.org/ffmpeg/trunk
* LZW decoder as separate module plus TIFF LZW supportKostya Shishkov2006-10-26
| | | | Originally committed as revision 6795 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l predictor should not skip first lineKostya Shishkov2006-10-26
| | | | Originally committed as revision 6794 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TIFF decoderKostya Shishkov2006-10-13
Originally committed as revision 6682 to svn://svn.ffmpeg.org/ffmpeg/trunk