]> git.sesse.net Git - ffmpeg/history - libavcodec/tiff.c
Use full internal pathname in doxygen @file directives.
[ffmpeg] / libavcodec / tiff.c
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-26 Michael NiedermayerEnable faxcompr.
2008-12-22 Kostya ShishkovDecode TIFF image only after all tags have been decoded
2008-12-22 Kostya ShishkovSome TIFFs declare -1 for the single strip height
2008-12-22 Kostya ShishkovAdd monochrome TIFF support
2008-12-22 Kostya ShishkovCalculate line size variable correctly for lower bitdep...
2008-12-17 Kostya Shishkov4l: TIFF stores short strings inside tag, do not interp...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-29 Stefano SabatiniAdd long names to some AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-01 Michael Niedermayerconst
2007-12-01 Kostya ShishkovTIFF may omit compression tag.
2007-07-09 Måns Rullgårduse correct type for palette
2007-07-08 Måns Rullgårdkill warnings
2007-07-05 Diego Biurrunlicense header consistency cosmetics
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