]> git.sesse.net Git - ffmpeg/history - libavcodec/tiff.c
Add some explanatory comments to #endif directives.
[ffmpeg] / libavcodec / tiff.c
2007-04-04 Diego BiurrunAdd some Doxygen comments, by Kamil Nowosad, k.nowosad...
2007-04-03 Michael Niedermayertiff encoder by (Bartlomiej Wolowiec b.wolowiec stude...
2007-01-25 Kostya ShishkovSome TIFFs do not set rows per strip for single strip.
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-11-13 Kostya ShishkovSupport for 16-bit grayscale
2006-11-13 Kostya ShishkovGive error about planar RGB
2006-11-13 Kostya ShishkovUpdate error message
2006-11-13 Kostya ShishkovUse table for determining type sizes
2006-11-13 Kostya ShishkovDecoder can decode many ZLib-packed strips
2006-11-13 Kostya ShishkovPrint error message for unsupported mode (RGB planar...
2006-11-13 Kostya Shishkov8-bit images support for TIFF
2006-11-13 Kostya ShishkovRows per strip may be >= height
2006-11-13 Kostya ShishkovWarn about JPEG in TIFF
2006-11-13 Kostya ShishkovCorrectly detect 4-component images
2006-10-26 Kostya ShishkovLZW decoder as separate module plus TIFF LZW support
2006-10-26 Kostya Shishkov10l predictor should not skip first line
2006-10-13 Kostya ShishkovTIFF decoder