| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | Add long names to some AVCodec declarations. | Stefano Sabatini | 2008-04-29 | 1 | -1/+2 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -2/+2 |
* | const | Michael Niedermayer | 2008-02-01 | 1 | -15/+16 |
* | TIFF may omit compression tag. | Kostya Shishkov | 2007-12-01 | 1 | -0/+1 |
* | use correct type for palette | Måns Rullgård | 2007-07-09 | 1 | -3/+3 |
* | kill warnings | Måns Rullgård | 2007-07-08 | 1 | -3/+4 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+0 |
* | Add some Doxygen comments, by Kamil Nowosad, k.nowosad students.mimuw.edu pl. | Diego Biurrun | 2007-04-04 | 1 | -0/+6 |
* | tiff encoder by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl) | Michael Niedermayer | 2007-04-03 | 1 | -42/+1 |
* | Some TIFFs do not set rows per strip for single strip. | Kostya Shishkov | 2007-01-25 | 1 | -0/+1 |
* | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 | Alex Beregszaszi | 2007-01-19 | 1 | -3/+3 |