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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-31Only expand raw and packed 1bpp tiff horizontally if it is palettised.Carl Eugen Hoyos
2011-12-31tiffdec: hotfix for fate failure.Michael Niedermayer
2011-12-31Fix decoding some 1bpp tiff files, they are palettized.Carl Eugen Hoyos
2011-12-31Simplify tiff decoder by merging two functions.Carl Eugen Hoyos
2011-12-31tiff.c: Use switch / case instead of if / else where appropriate.Carl Eugen Hoyos
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ö