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