| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Looks like ZLib uncompress() cannot deal with some kinds of TIFF deflated data, | Kostya Shishkov | 2009-09-27 | 1 | -2/+25 |
* | Support both LSB and MSB orders for TIFF CCITT G.x compressed data. | Kostya Shishkov | 2009-09-24 | 1 | -2/+15 |
* | tiff image decoder uses get_buffer, set CODEC_CAP_DR1 | Baptiste Coudurier | 2009-06-05 | 1 | -1/+1 |
* | Check combined depth and number of components in TIFF decoder, thus eliminating | Kostya Shishkov | 2009-06-02 | 1 | -18/+15 |
* | Add 32-bit RGB support to TIFF decoder and extend a bit 'unsupported format' ... | Kostya Shishkov | 2009-05-06 | 1 | -1/+9 |
* | Remove useless assignment during initialization for some decoders | Kostya Shishkov | 2009-04-24 | 1 | -1/+0 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -3/+3 |
* | Enable faxcompr. | Michael Niedermayer | 2008-12-26 | 1 | -9/+35 |
* | Decode TIFF image only after all tags have been decoded | Kostya Shishkov | 2008-12-22 | 1 | -44/+50 |
* | Some TIFFs declare -1 for the single strip height | Kostya Shishkov | 2008-12-22 | 1 | -0/+2 |
* | Add monochrome TIFF support | Kostya Shishkov | 2008-12-22 | 1 | -0/+3 |
* | Calculate line size variable correctly for lower bitdepths and use it for raw... | Kostya Shishkov | 2008-12-22 | 1 | -3/+3 |
* | 4l: TIFF stores short strings inside tag, do not interpret it is as an offset | Kostya Shishkov | 2008-12-17 | 1 | -0/+5 |