summaryrefslogtreecommitdiff
path: root/libavcodec/tiff.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/tiff: Fix loop detectionMichael Niedermayer2022-10-091-2/+2
* avcodec/tiff: Restrict tag order based on specificationMichael Niedermayer2020-10-051-0/+8
* avcodec/tiff: Check bpp/bppcount for 0Michael Niedermayer2020-10-051-3/+3
* avcodec/tiff: Enforce increasing offsetsMichael Niedermayer2019-09-041-1/+10
* avcodec/tiff: Recognize DNG/CinemaDNG imagesNick Renieris2019-05-301-1/+29
* libavcodec/tiff: Process SubIFDs tag with multiple entriesNick Renieris2019-05-301-1/+4
* avcodec/tiff: Option to decode embedded thumbnailNick Renieris2019-05-301-3/+14
* avcodec/tiff: Multi-page supportNick Renieris2019-03-311-1/+24
* avcodec/tiff: do not allow bpp 40 with undefined pixel formatsMichael Niedermayer2019-03-241-0/+5
* lavc/tiff: Allow decoding of cmyka (five components).Carl Eugen Hoyos2019-03-201-10/+30
* lavc/tiff: Support decoding 16bit cmyk.Carl Eugen Hoyos2019-03-201-0/+16
* avcodec/tiff: Check for 12bit gray faxMichael Niedermayer2019-01-201-1/+1
* lavc/tiff: Support CMYK images.Carl Eugen Hoyos2019-01-121-2/+20
* avcodec/tiff: add support for 12bit grayscale imagesPaul B Mahol2018-12-161-0/+29
* lavc/tiff: Fix leak of yuv_line in TiffContext.Carl Hetherington2018-12-111-0/+2
* avcodec/tiff: Fix integer overflows in left shift in init_image()Michael Niedermayer2018-11-271-6/+6
* avcodec/tiff: Limit filtering to decoded dataMichael Niedermayer2018-11-261-3/+6
* avcodec/tiff: add initial bayer and sub image supportPaul B Mahol2018-11-121-11/+151
* avcodec/tiff: check remaining packet size for stripsMichael Niedermayer2018-10-031-1/+3
* avcodec/tiff: check ff_lzw_decode_open() for failurePaul B Mahol2018-09-091-0/+2
* avcodec/tiff: Update pointer only when the result is usedMichael Niedermayer2017-06-231-1/+2
* avcodec/tiff: Fix leak of geotags[].valMichael Niedermayer2017-06-111-0/+2
* avcodec/tiff: Avoid loosing allocated geotag valuesMichael Niedermayer2017-06-051-0/+2
* avcodec/tiff: Clear deinvert_buf_size on deallocationMichael Niedermayer2017-06-041-0/+1
* avcodec/tiff: Use av_fast_padded_malloc() in tiff_unpack_fax()Michael Niedermayer2017-06-031-3/+8
* avcodec/tiff: reset sampling[] if its invalidMichael Niedermayer2017-05-161-0/+1
* avcodec: do not use AVFrame accessorMuhammad Faiz2017-04-231-4/+4
* avcodec/tiff: Factor constant computation out of inner loopMichael Niedermayer2017-04-111-1/+2
* avcodec/tiff: Check geotag count for being non zeroMichael Niedermayer2017-03-231-1/+2
* avcodec/tiff: Check stripsize strippos for overflowMichael Niedermayer2017-03-201-0/+10
* avcodec/tiff: Check palette shiftMichael Niedermayer2017-03-161-0/+5
* avcodec/tiff: Check for multiple geo key directoriesMichael Niedermayer2017-03-141-0/+4
* avcodec/tiff: Perform multiply in tiff_unpack_lzma() as 64bitMichael Niedermayer2017-01-101-1/+1
* tiff: fix overflows when calling av_reduceAndreas Cadhalpun2016-12-151-2/+11
* lavc/tiff: Print compression debug information.Carl Eugen Hoyos2016-10-051-0/+1
* avcodec/tiff: Check subsample & rps values more completelyMichael Niedermayer2016-01-181-2/+7
* avcodec/tiff: Support uncompressed G3 CCITT faxMichael Niedermayer2015-08-131-5/+1
* avcodec/tiff: Support uncompressed G4 CCITT faxMichael Niedermayer2015-08-131-1/+1
* Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-2/+2
|\
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-2/+2
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | avcodec/tiff: move bpp check to after "end:"Michael Niedermayer2015-03-081-7/+7
* | Merge commit 'ae5e1f3d663a8c9a532d89e588cbc61f171c9186'Michael Niedermayer2015-03-081-0/+8
|\ \ | |/
| * tiff: Check that there is no aliasing in pixel format selectionAnton Khirnov2015-03-081-0/+8
* | Respect horizontal differencing predictor for 16bit gray tiff images.Carl Eugen Hoyos2015-01-301-0/+4
* | Merge commit 'f86f39cb9b1fcd063d5e4812132a75c06cc7acd2'Michael Niedermayer2015-01-151-62/+62
|\ \ | |/
| * 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
* | libavcodec/tiff: Fix static linking of lzma with msvc.Matthew Oliver2014-11-221-0/+1