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
2011-11-12Set TIFF default grascale palette opaque.Carl Eugen Hoyos
2011-10-01Fix out of bound reads/writes in the TIFF decoder.Laurent Aimar
2011-09-25Support LZW and ZLIB compressed 4bpp tiff samples.Carl Eugen Hoyos
2011-09-25cosmetics, remove unused and rename variables for consistencyJean First
2011-09-25tiffdec: add RGB48 (16bit) supportJean First
2011-09-07Fix decoding of 2/4 bpp Tiff samples.Carl Eugen Hoyos
2011-08-23Support decoding of 2bpp and 4bpp TIFF images.Carl Eugen Hoyos
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-14doxygen: consistently place brief descriptionDiego Biurrun
2011-06-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-05tiff: print log in case of unknown / unsupported tag.Stefano Sabatini
2011-06-05tiff: fix linesize for mono-white/black formats.Stefano Sabatini
2011-05-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-24tiff: set palette in the context when specified in TIFF_PAL tagStefano Sabatini
2011-05-13tiff: fix linesize for mono-white/black formatsStefano Sabatini
2011-05-13tiff: print log in case of unknown / unsupported tagStefano Sabatini
2011-05-13Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-12tiff: add support for SamplesPerPixel tag in tiff_decode_tag()Stefano Sabatini
2011-05-12tiff: Prefer enum TiffCompr over int for TiffContext.compr.Stefano Sabatini
2011-05-12Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-11tiff: add support for inverted FillOrder for uncompressed dataStefano Sabatini
2011-05-11tiff: prefer enum TiffCompr over int for TiffContext.comprStefano Sabatini
2011-05-11tiff: remove duplicated author information, fix @file doxyStefano Sabatini
2011-04-27Set alpha of palettes to 0xff.Baptiste Coudurier
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-17Merge libavcore into libavutilReinhard Tartler
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-09Return on negative soff sizes, fixes issue 2515.Daniel Kang
2011-01-07Fix a crash when decoding tiff by moving checkDaniel Kang
2011-01-06Fix crash for files with strip size larger than the buffer.Daniel Kang
2010-09-07Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini
2010-08-06Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-12-03lzw.h does not need get_bits.h, tiff.c needs intreadwrite.h for AV_R* thoughBaptiste Coudurier
2009-11-09Move ff_reverse in libavcodec to av_reverse in libavutil.Francesco Lavra
2009-10-01Do not attempt to decode TIFF files containing fax data with uncompressedKostya Shishkov
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