]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/tiff.c
reindent
[frescor/ffmpeg.git] / libavcodec / tiff.c
2009-05-06 kostyaAdd 32-bit RGB support to TIFF decoder and extend a...
2009-04-24 kostyaRemove useless assignment during initialization for...
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-26 michaelEnable faxcompr.
2008-12-22 kostyaDecode TIFF image only after all tags have been decoded
2008-12-22 kostyaSome TIFFs declare -1 for the single strip height
2008-12-22 kostyaAdd monochrome TIFF support
2008-12-22 kostyaCalculate line size variable correctly for lower bitdep...
2008-12-17 kostya4l: TIFF stores short strings inside tag, do not interp...
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-04-29 diegoAdd long names to some AVCodec declarations.
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2008-02-01 michaelconst
2007-12-01 kostyaTIFF may omit compression tag.
2007-07-09 mruuse correct type for palette
2007-07-08 mrukill warnings
2007-07-05 diegolicense header consistency cosmetics
2007-04-04 diegoAdd some Doxygen comments, by Kamil Nowosad, k.nowosad...
2007-04-03 michaeltiff encoder by (Bartlomiej Wolowiec b.wolowiec stude...
2007-01-25 kostyaSome TIFFs do not set rows per strip for single strip.
2007-01-19 alexrename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-11-13 kostyaSupport for 16-bit grayscale
2006-11-13 kostyaGive error about planar RGB
2006-11-13 kostyaUpdate error message
2006-11-13 kostyaUse table for determining type sizes
2006-11-13 kostyaDecoder can decode many ZLib-packed strips
2006-11-13 kostyaPrint error message for unsupported mode (RGB planar...
2006-11-13 kostya8-bit images support for TIFF
2006-11-13 kostyaRows per strip may be >= height
2006-11-13 kostyaWarn about JPEG in TIFF
2006-11-13 kostyaCorrectly detect 4-component images
2006-10-26 kostyaLZW decoder as separate module plus TIFF LZW support
2006-10-26 kostya10l predictor should not skip first line
2006-10-13 kostyaTIFF decoder