summaryrefslogtreecommitdiffstats
path: root/libavcodec/tiff.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-2/+2
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* tiff: Check that there is no aliasing in pixel format selectionAnton Khirnov2015-03-081-0/+8
* tiff: support decoding GBRP and GBRAP formatsPaul B Mahol2015-01-141-57/+81
* tiff: support encoding and decoding 64bit imagesCarl Eugen Hoyos2014-12-181-2/+7
* tiff: Return proper error for missing LZMA compressionDiego Elio Pettenò2014-08-181-0/+3
* tiff: Improve grayscale supportDiego Elio Pettenò2014-08-101-11/+3
* tiff: support reading gray+alpha at 8 bitsCarl Eugen Hoyos2014-08-041-0/+3
* tiff: support reading gray+alpha at 16 bitsVittorio Giovara2014-08-041-0/+3
* tiff: Replace deprecated PIX_FMT names by modern onesDiego Biurrun2014-08-021-2/+2
* Revert "tiff: support reading gray+alpha at 8 bits"Janne Grunau2014-07-211-3/+0
* tiff: support reading gray+alpha at 8 bitsCarl Eugen Hoyos2014-07-201-0/+3
* tiffdec: support predictor type 2 with RGB48 pixel formatJean First2014-04-121-4/+18
* tiffdec: remove an unneeded variableJustin Ruggles2014-04-121-3/+1
* tiff: use a better name and enum values for PhotometricInterpretationJustin Ruggles2014-04-121-17/+28
* tiffdec: use a single strip if RowsPerStrip is 0Justin Ruggles2014-04-121-8/+3
* tiffdec: use bytestream2 to simplify overread/overwrite protectionJustin Ruggles2014-04-121-138/+111
* tiffdec: use correct data type for palette entries and set alpha to 0xFFJustin Ruggles2014-04-121-5/+6
* tiffdec: rename variables for consistency and fix variable shadowingJean First2014-04-121-8/+5
* tiff: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-311-2/+2
* tiff: do not overread the source bufferLuca Barbato2013-06-071-1/+4
* tiff: cleanup the error pathsLuca Barbato2013-06-071-10/+15
* tiff: refactor fax support in a separate functionLuca Barbato2013-06-071-32/+33
* tiff: refactor deflate support in a separate functionLuca Barbato2013-06-071-25/+37
* tiff: K&R formatting cosmeticsDiego Biurrun2013-06-021-55/+59
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-18/+9
* tiff: return meaningful error codes.Anton Khirnov2013-01-061-27/+27
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* Move av_reverse table to libavcodecDiego Biurrun2012-10-121-3/+4
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-7/+7
* tiffdec: Add support for GRAY16LE.Alex Converse2012-09-191-1/+1
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* tiffdec: K&R cosmeticsAlex Converse2012-04-131-108/+147
* tiffdec: Add a malloc check and refactor another.Alex Converse2012-04-131-5/+10
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-281-2/+1
* tiffdec: Prevent illegal memory access caused by recycled pointers.Alex Converse2012-03-071-0/+2
* Replace AVFrame pointer type punning by proper struct member assignments.Diego Biurrun2012-03-011-1/+1
* Remove unnecessary AVFrame pointer casts.Diego Biurrun2012-03-011-3/+3
* tiff: Prevent overreads in the type_sizes array.Alex Converse2012-02-231-4/+11
* tiff: Make the TIFF_LONG and TIFF_SHORT types unsigned.Alex Converse2012-02-231-9/+9
* tiffdec: fix out of bound reads/writesLaurent Aimar2011-10-101-15/+25
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-10/+8
* doxygen: consistently place brief descriptionDiego Biurrun2011-07-141-1/+2
* tiff: print log in case of unknown / unsupported tag.Stefano Sabatini2011-06-051-0/+2
* tiff: fix linesize for mono-white/black formats.Stefano Sabatini2011-06-051-1/+1
* tiff: set palette in the context when specified in TIFF_PAL tagStefano Sabatini2011-05-241-10/+13
* tiff: add support for SamplesPerPixel tag in tiff_decode_tag()Stefano Sabatini2011-05-121-57/+65
OpenPOWER on IntegriCloud