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
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-13tiffdec: K&R cosmeticsAlex Converse
2012-04-13tiffdec: Add a malloc check and refactor another.Alex Converse
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun
2012-03-08tiffdec: Prevent illegal memory access caused by recycled pointers.Alex Converse
2012-03-02Replace AVFrame pointer type punning by proper struct member assignments.Diego Biurrun
2012-03-02Remove unnecessary AVFrame pointer casts.Diego Biurrun
2012-02-24tiff: Prevent overreads in the type_sizes array.Alex Converse
2012-02-24tiff: Make the TIFF_LONG and TIFF_SHORT types unsigned.Alex Converse
2011-10-10tiffdec: fix out of bound reads/writesLaurent Aimar
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-14doxygen: consistently place brief descriptionDiego Biurrun
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-24tiff: set palette in the context when specified in TIFF_PAL tagStefano Sabatini
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-11tiff: add support for inverted FillOrder for uncompressed dataStefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-15Merge libavcore into libavutilReinhard Tartler
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
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