Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-30When BitsPerSample tag is not present in TIFF, that means file isKostya Shishkov
2009-09-28Finally distinguish TIFF_CCITT_RLE and TIFF_G3 1-D case, so both of themKostya Shishkov
2009-09-28Make TIFF decoder load compression options only for corresponding codecKostya Shishkov
2009-09-27Do not compile ZLib data uncompressing function in TIFF decoder when ZLib isMartin Storsjö
2009-09-27Looks like ZLib uncompress() cannot deal with some kinds of TIFF deflated data,Kostya Shishkov
2009-09-24Support both LSB and MSB orders for TIFF CCITT G.x compressed data.Kostya Shishkov
2009-06-05tiff image decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier
2009-06-02Check combined depth and number of components in TIFF decoder, thus eliminatingKostya Shishkov
2009-05-06Add 32-bit RGB support to TIFF decoder and extend a bit 'unsupported format' ...Kostya Shishkov
2009-04-24Remove useless assignment during initialization for some decodersKostya Shishkov
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-12-26Enable faxcompr.Michael Niedermayer
2008-12-22Decode TIFF image only after all tags have been decodedKostya Shishkov
2008-12-22Some TIFFs declare -1 for the single strip heightKostya Shishkov
2008-12-22Add monochrome TIFF supportKostya Shishkov
2008-12-22Calculate line size variable correctly for lower bitdepths and use it for raw...Kostya Shishkov
2008-12-174l: TIFF stores short strings inside tag, do not interpret it is as an offsetKostya Shishkov
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-04-30Add long names to some AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-02-01constMichael Niedermayer
2007-12-01TIFF may omit compression tag.Kostya Shishkov
2007-07-09use correct type for paletteMåns Rullgård
2007-07-09kill warningsMåns Rullgård
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-04-04Add some Doxygen comments, by Kamil Nowosad, k.nowosad students.mimuw.edu pl.Diego Biurrun
2007-04-03tiff encoder by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl)Michael Niedermayer
2007-01-25Some TIFFs do not set rows per strip for single strip.Kostya Shishkov
2007-01-20rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi
2006-11-13Support for 16-bit grayscaleKostya Shishkov
2006-11-13Give error about planar RGBKostya Shishkov
2006-11-13Update error messageKostya Shishkov
2006-11-13Use table for determining type sizesKostya Shishkov
2006-11-13Decoder can decode many ZLib-packed stripsKostya Shishkov
2006-11-13Print error message for unsupported mode (RGB planar,CMYK,YCrCb)Kostya Shishkov
2006-11-138-bit images support for TIFFKostya Shishkov
2006-11-13Rows per strip may be >= heightKostya Shishkov
2006-11-13Warn about JPEG in TIFFKostya Shishkov
2006-11-13Correctly detect 4-component imagesKostya Shishkov
2006-10-26LZW decoder as separate module plus TIFF LZW supportKostya Shishkov
2006-10-2610l predictor should not skip first lineKostya Shishkov
2006-10-13TIFF decoderKostya Shishkov