| Commit message (Expand) | Author | Age | Files | Lines |
* | tiff: stop using deprecated avcodec_set_dimensions | Anton Khirnov | 2013-10-31 | 1 | -2/+2 |
* | tiff: do not overread the source buffer | Luca Barbato | 2013-06-07 | 1 | -1/+4 |
* | tiff: cleanup the error paths | Luca Barbato | 2013-06-07 | 1 | -10/+15 |
* | tiff: refactor fax support in a separate function | Luca Barbato | 2013-06-07 | 1 | -32/+33 |
* | tiff: refactor deflate support in a separate function | Luca Barbato | 2013-06-07 | 1 | -25/+37 |
* | tiff: K&R formatting cosmetics | Diego Biurrun | 2013-06-02 | 1 | -55/+59 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -18/+9 |
* | tiff: return meaningful error codes. | Anton Khirnov | 2013-01-06 | 1 | -27/+27 |
* | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -2/+2 |
* | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+2 |
* | Move av_reverse table to libavcodec | Diego Biurrun | 2012-10-12 | 1 | -3/+4 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -7/+7 |
* | tiffdec: Add support for GRAY16LE. | Alex Converse | 2012-09-19 | 1 | -1/+1 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | tiffdec: K&R cosmetics | Alex Converse | 2012-04-13 | 1 | -108/+147 |
* | tiffdec: Add a malloc check and refactor another. | Alex Converse | 2012-04-13 | 1 | -5/+10 |
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |
* | Replace memset(0) by zero initializations. | Diego Biurrun | 2012-03-28 | 1 | -2/+1 |
* | tiffdec: Prevent illegal memory access caused by recycled pointers. | Alex Converse | 2012-03-07 | 1 | -0/+2 |
* | Replace AVFrame pointer type punning by proper struct member assignments. | Diego Biurrun | 2012-03-01 | 1 | -1/+1 |
* | Remove unnecessary AVFrame pointer casts. | Diego Biurrun | 2012-03-01 | 1 | -3/+3 |
* | tiff: Prevent overreads in the type_sizes array. | Alex Converse | 2012-02-23 | 1 | -4/+11 |
* | tiff: Make the TIFF_LONG and TIFF_SHORT types unsigned. | Alex Converse | 2012-02-23 | 1 | -9/+9 |
* | tiffdec: fix out of bound reads/writes | Laurent Aimar | 2011-10-10 | 1 | -15/+25 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -10/+8 |
* | doxygen: consistently place brief description | Diego Biurrun | 2011-07-14 | 1 | -1/+2 |
* | tiff: print log in case of unknown / unsupported tag. | Stefano Sabatini | 2011-06-05 | 1 | -0/+2 |
* | tiff: fix linesize for mono-white/black formats. | Stefano Sabatini | 2011-06-05 | 1 | -1/+1 |
* | tiff: set palette in the context when specified in TIFF_PAL tag | Stefano Sabatini | 2011-05-24 | 1 | -10/+13 |
* | tiff: add support for SamplesPerPixel tag in tiff_decode_tag() | Stefano Sabatini | 2011-05-12 | 1 | -57/+65 |
* | tiff: Prefer enum TiffCompr over int for TiffContext.compr. | Stefano Sabatini | 2011-05-12 | 1 | -1/+1 |
* | tiff: add support for inverted FillOrder for uncompressed data | Stefano Sabatini | 2011-05-11 | 1 | -1/+7 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -1/+1 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Return on negative soff sizes, fixes issue 2515. | Daniel Kang | 2011-01-09 | 1 | -0/+4 |
* | Fix a crash when decoding tiff by moving check | Daniel Kang | 2011-01-06 | 1 | -4/+4 |
* | Fix crash for files with strip size larger than the buffer. | Daniel Kang | 2011-01-06 | 1 | -0/+5 |
* | Use new imgutils.h API names, fix deprecation warnings. | Stefano Sabatini | 2010-09-07 | 1 | -2/+2 |
* | Remove use of the deprecated function avcodec_check_dimensions(), use | Stefano Sabatini | 2010-08-06 | 1 | -2/+3 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | lzw.h does not need get_bits.h, tiff.c needs intreadwrite.h for AV_R* though | Baptiste Coudurier | 2009-12-03 | 1 | -1/+1 |
* | Move ff_reverse in libavcodec to av_reverse in libavutil. | Francesco Lavra | 2009-11-09 | 1 | -1/+2 |
* | Do not attempt to decode TIFF files containing fax data with uncompressed | Kostya Shishkov | 2009-10-01 | 1 | -0/+5 |
* | When BitsPerSample tag is not present in TIFF, that means file is | Kostya Shishkov | 2009-09-30 | 1 | -2/+13 |
* | Finally distinguish TIFF_CCITT_RLE and TIFF_G3 1-D case, so both of them | Kostya Shishkov | 2009-09-28 | 1 | -3/+1 |
* | Make TIFF decoder load compression options only for corresponding codec | Kostya Shishkov | 2009-09-28 | 1 | -1/+5 |
* | Do not compile ZLib data uncompressing function in TIFF decoder when ZLib is | Martin Storsjö | 2009-09-27 | 1 | -0/+2 |