]> git.sesse.net Git - ffmpeg/history - libavcodec/tiff.c
Replace all CODEC_ID_* with AV_CODEC_ID_*
[ffmpeg] / libavcodec / tiff.c
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-13 Alex Conversetiffdec: K&R cosmetics
2012-04-13 Alex Conversetiffdec: Add a malloc check and refactor another.
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-28 Diego BiurrunReplace memset(0) by zero initializations.
2012-03-07 Alex Conversetiffdec: Prevent illegal memory access caused by recycl...
2012-03-01 Diego BiurrunReplace AVFrame pointer type punning by proper struct...
2012-03-01 Diego BiurrunRemove unnecessary AVFrame pointer casts.
2012-02-24 Alex Conversetiff: Prevent overreads in the type_sizes array.
2012-02-24 Alex Conversetiff: Make the TIFF_LONG and TIFF_SHORT types unsigned.
2011-10-10 Laurent Aimartiffdec: fix out of bound reads/writes
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-14 Diego Biurrundoxygen: consistently place brief description
2011-06-05 Stefano Sabatinitiff: print log in case of unknown / unsupported tag.
2011-06-05 Stefano Sabatinitiff: fix linesize for mono-white/black formats.
2011-05-24 Stefano Sabatinitiff: set palette in the context when specified in...
2011-05-12 Stefano Sabatinitiff: add support for SamplesPerPixel tag in tiff_decod...
2011-05-12 Stefano Sabatinitiff: Prefer enum TiffCompr over int for TiffContext...
2011-05-11 Stefano Sabatinitiff: add support for inverted FillOrder for uncompress...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-09 Daniel KangReturn on negative soff sizes, fixes issue 2515.
2011-01-06 Daniel KangFix a crash when decoding tiff by moving check
2011-01-06 Daniel KangFix crash for files with strip size larger than the...
2010-09-07 Stefano SabatiniUse new imgutils.h API names, fix deprecation warnings.
2010-08-06 Stefano SabatiniRemove use of the deprecated function avcodec_check_dim...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-12-03 Baptiste Coudurierlzw.h does not need get_bits.h, tiff.c needs intreadwri...
2009-11-09 Francesco LavraMove ff_reverse in libavcodec to av_reverse in libavutil.
2009-10-01 Kostya ShishkovDo not attempt to decode TIFF files containing fax...
2009-09-30 Kostya ShishkovWhen BitsPerSample tag is not present in TIFF, that...
2009-09-28 Kostya ShishkovFinally distinguish TIFF_CCITT_RLE and TIFF_G3 1-D...
2009-09-28 Kostya ShishkovMake TIFF decoder load compression options only for...
2009-09-27 Martin StorsjöDo not compile ZLib data uncompressing function in...
2009-09-27 Kostya ShishkovLooks like ZLib uncompress() cannot deal with some...
2009-09-24 Kostya ShishkovSupport both LSB and MSB orders for TIFF CCITT G.x...
2009-06-05 Baptiste Couduriertiff image decoder uses get_buffer, set CODEC_CAP_DR1
2009-06-02 Kostya ShishkovCheck combined depth and number of components in TIFF...
2009-05-06 Kostya ShishkovAdd 32-bit RGB support to TIFF decoder and extend a...
2009-04-24 Kostya ShishkovRemove useless assignment during initialization for...
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
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