summaryrefslogtreecommitdiff
path: root/libavcodec/tiff.c
Commit message (Expand)AuthorAge
...
* lavc/tiff: Enable decoding of LinearRaw imagesNick Renieris2019-09-02
* lavc/tiff: Default-initialize WhiteLevel DNG tag valueNick Renieris2019-09-02
* lavc/tiff: Support DNGs with striped (non-tiled) JPEGs imagesNick Renieris2019-09-02
* lavc/tiff: Decode 10-bit and 14-bit DNG imagesNick Renieris2019-09-02
* lavc/tiff: Support decoding of DNGs with single-component JPEGsNick Renieris2019-09-02
* lavc/mjpegdec: Enable decoding of single-component bayer imagesNick Renieris2019-09-02
* lavc/tiff: Force DNG pixel data endianness on an edge caseNick Renieris2019-09-02
* lavc/tiff: Don't apply strips-related logic to tiled imagesNick Renieris2019-09-02
* lavc/tiff: Fix edge case with full-length/width tilesNick Renieris2019-09-02
* lavc/tiff: Apply color scaling to uncompressed DNGsNick Renieris2019-09-02
* lavc/tiff: Convert DNGs to sRGB color spaceNick Renieris2019-09-02
* lavc/tiff: Decode embedded JPEGs in DNG imagesNick Renieris2019-09-02
* avcodec/tiff: add missing break in tiff_decode_tag()Paul B Mahol2019-08-28
* avcodec/tiff: Enforce increasing offsetsMichael Niedermayer2019-08-11
* avcodec/tiff: Recognize DNG/CinemaDNG imagesNick Renieris2019-05-30
* libavcodec/tiff: Process SubIFDs tag with multiple entriesNick Renieris2019-05-30
* avcodec/tiff: Option to decode embedded thumbnailNick Renieris2019-05-30
* avcodec/tiff: Multi-page supportNick Renieris2019-03-31
* avcodec/tiff: do not allow bpp 40 with undefined pixel formatsMichael Niedermayer2019-03-24
* lavc/tiff: Allow decoding of cmyka (five components).Carl Eugen Hoyos2019-03-20
* lavc/tiff: Support decoding 16bit cmyk.Carl Eugen Hoyos2019-03-20
* avcodec/tiff: Check for 12bit gray faxMichael Niedermayer2019-01-20
* lavc/tiff: Support CMYK images.Carl Eugen Hoyos2019-01-12
* avcodec/tiff: add support for 12bit grayscale imagesPaul B Mahol2018-12-16
* lavc/tiff: Fix leak of yuv_line in TiffContext.Carl Hetherington2018-12-11
* avcodec/tiff: Fix integer overflows in left shift in init_image()Michael Niedermayer2018-11-27
* avcodec/tiff: Limit filtering to decoded dataMichael Niedermayer2018-11-26
* avcodec/tiff: add initial bayer and sub image supportPaul B Mahol2018-11-12
* avcodec/tiff: check remaining packet size for stripsMichael Niedermayer2018-10-03
* avcodec/tiff: check ff_lzw_decode_open() for failurePaul B Mahol2018-09-09
* avcodec/tiff: Update pointer only when the result is usedMichael Niedermayer2017-06-23
* avcodec/tiff: Fix leak of geotags[].valMichael Niedermayer2017-06-11
* avcodec/tiff: Avoid loosing allocated geotag valuesMichael Niedermayer2017-06-05
* avcodec/tiff: Clear deinvert_buf_size on deallocationMichael Niedermayer2017-06-04
* avcodec/tiff: Use av_fast_padded_malloc() in tiff_unpack_fax()Michael Niedermayer2017-06-03
* avcodec/tiff: reset sampling[] if its invalidMichael Niedermayer2017-05-16
* avcodec: do not use AVFrame accessorMuhammad Faiz2017-04-23
* avcodec/tiff: Factor constant computation out of inner loopMichael Niedermayer2017-04-11
* avcodec/tiff: Check geotag count for being non zeroMichael Niedermayer2017-03-23
* avcodec/tiff: Check stripsize strippos for overflowMichael Niedermayer2017-03-20
* avcodec/tiff: Check palette shiftMichael Niedermayer2017-03-16
* avcodec/tiff: Check for multiple geo key directoriesMichael Niedermayer2017-03-14
* avcodec/tiff: Perform multiply in tiff_unpack_lzma() as 64bitMichael Niedermayer2017-01-10
* tiff: fix overflows when calling av_reduceAndreas Cadhalpun2016-12-15
* lavc/tiff: Print compression debug information.Carl Eugen Hoyos2016-10-05
* avcodec/tiff: Check subsample & rps values more completelyMichael Niedermayer2016-01-18
* avcodec/tiff: Support uncompressed G3 CCITT faxMichael Niedermayer2015-08-13
* avcodec/tiff: Support uncompressed G4 CCITT faxMichael Niedermayer2015-08-13
* Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-27
|\
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27