summaryrefslogtreecommitdiffstats
path: root/libavcodec/tiff.c
Commit message (Expand)AuthorAgeFilesLines
* Merge libavcore into libavutilReinhard Tartler2011-02-161-1/+1
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
* Return on negative soff sizes, fixes issue 2515.Daniel Kang2011-01-091-0/+4
* Fix a crash when decoding tiff by moving checkDaniel Kang2011-01-061-4/+4
* Fix crash for files with strip size larger than the buffer.Daniel Kang2011-01-061-0/+5
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-071-2/+2
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-061-2/+3
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* lzw.h does not need get_bits.h, tiff.c needs intreadwrite.h for AV_R* thoughBaptiste Coudurier2009-12-031-1/+1
* Move ff_reverse in libavcodec to av_reverse in libavutil.Francesco Lavra2009-11-091-1/+2
* Do not attempt to decode TIFF files containing fax data with uncompressedKostya Shishkov2009-10-011-0/+5
* When BitsPerSample tag is not present in TIFF, that means file isKostya Shishkov2009-09-301-2/+13
* Finally distinguish TIFF_CCITT_RLE and TIFF_G3 1-D case, so both of themKostya Shishkov2009-09-281-3/+1
* Make TIFF decoder load compression options only for corresponding codecKostya Shishkov2009-09-281-1/+5
* Do not compile ZLib data uncompressing function in TIFF decoder when ZLib isMartin Storsjö2009-09-271-0/+2
* Looks like ZLib uncompress() cannot deal with some kinds of TIFF deflated data,Kostya Shishkov2009-09-271-2/+25
* Support both LSB and MSB orders for TIFF CCITT G.x compressed data.Kostya Shishkov2009-09-241-2/+15
* tiff image decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-051-1/+1
* Check combined depth and number of components in TIFF decoder, thus eliminatingKostya Shishkov2009-06-021-18/+15
* Add 32-bit RGB support to TIFF decoder and extend a bit 'unsupported format' ...Kostya Shishkov2009-05-061-1/+9
* Remove useless assignment during initialization for some decodersKostya Shishkov2009-04-241-1/+0
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-3/+3
* Enable faxcompr.Michael Niedermayer2008-12-261-9/+35
* Decode TIFF image only after all tags have been decodedKostya Shishkov2008-12-221-44/+50
* Some TIFFs declare -1 for the single strip heightKostya Shishkov2008-12-221-0/+2
* Add monochrome TIFF supportKostya Shishkov2008-12-221-0/+3
* Calculate line size variable correctly for lower bitdepths and use it for raw...Kostya Shishkov2008-12-221-3/+3
* 4l: TIFF stores short strings inside tag, do not interpret it is as an offsetKostya Shishkov2008-12-171-0/+5
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Add long names to some AVCodec declarations.Stefano Sabatini2008-04-291-1/+2
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* constMichael Niedermayer2008-02-011-15/+16
* TIFF may omit compression tag.Kostya Shishkov2007-12-011-0/+1
* use correct type for paletteMåns Rullgård2007-07-091-3/+3
* kill warningsMåns Rullgård2007-07-081-3/+4
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* Add some Doxygen comments, by Kamil Nowosad, k.nowosad students.mimuw.edu pl.Diego Biurrun2007-04-041-0/+6
* tiff encoder by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl)Michael Niedermayer2007-04-031-42/+1
* Some TIFFs do not set rows per strip for single strip.Kostya Shishkov2007-01-251-0/+1
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-191-3/+3
* Support for 16-bit grayscaleKostya Shishkov2006-11-131-0/+8
* Give error about planar RGBKostya Shishkov2006-11-131-0/+8
* Update error messageKostya Shishkov2006-11-131-1/+1
* Use table for determining type sizesKostya Shishkov2006-11-131-2/+9
* Decoder can decode many ZLib-packed stripsKostya Shishkov2006-11-131-4/+0
* Print error message for unsupported mode (RGB planar,CMYK,YCrCb)Kostya Shishkov2006-11-131-0/+6
* 8-bit images support for TIFFKostya Shishkov2006-11-131-15/+69
OpenPOWER on IntegriCloud