summaryrefslogtreecommitdiff
path: root/libavcodec/tiff.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/tiff: Ignore tile_countMichael Niedermayer2023-04-151-4/+2
* avcodec/tiff: Fix loop detectionMichael Niedermayer2022-09-261-2/+2
* avcodec/tiff: Check pixel format types for dngMichael Niedermayer2022-09-261-0/+3
* avcodec/tiff: Fix default white levelMichael Niedermayer2021-02-021-6/+7
* avcodec/tiff: Check jpeg context against jpeg frame parametersMichael Niedermayer2021-02-021-0/+5
* avcodec/tiff: Restrict tag order based on specificationMichael Niedermayer2021-02-021-0/+8
* avcodec/tiff: Avoid abort with DNG RAW TIFF with YA8Michael Niedermayer2021-02-021-1/+1
* avcodec/tiff: Check the linearization table sizeMichael Niedermayer2021-02-021-1/+3
* avcodec/tiff: Check bpp/bppcount for 0Michael Niedermayer2021-02-021-3/+3
* avcodec/tiff: Check input space in dng_decode_jpeg()Michael Niedermayer2020-07-111-0/+3
* avcodec/tiff: Check frame parameters before blit for DNGMichael Niedermayer2020-07-091-2/+13
* avcodec/tiff: Do not overrun the array ends in dng_blit()Michael Niedermayer2020-07-091-1/+4
* avcodec/tiff: Check stride for dngn4.3Michael Niedermayer2020-06-151-0/+3
* avcodec/tiff: Check for Tiled and Stripped TIFFsMichael Niedermayer2020-05-211-0/+9
* avcodec/tiff: remove the unnecessary type conversionLimin Wang2020-05-081-1/+1
* avcodec/tiff: assert that raw tiff dng blit does not write over the end of a ...Michael Niedermayer2020-04-291-2/+4
* avcodec/tiff: Check for planar DNG imagesMichael Niedermayer2020-04-291-0/+2
* avcodec/tiff: Replace width overriding for bayer by assertMichael Niedermayer2020-04-291-1/+1
* avcodec/tiff: Some checks on bpp for DNGMichael Niedermayer2020-04-291-0/+8
* pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov2020-04-101-1/+0
* tiffdec: support embedded ICC profilesLynne2020-01-131-0/+18
* avcodec/tiff: check the black level denominatorJames Almer2019-10-291-0/+9
* avcodec/tiff: Set FF_CODEC_CAP_INIT_CLEANUPMichael Niedermayer2019-10-031-2/+1
* Revert "lavc/tiff: correct the default value of YCbCrSubsampling to 2x2"Carl Eugen Hoyos2019-09-261-1/+1
* lavc/tiff: correct the default value of YCbCrSubsampling to 2x2Pavel Skakov2019-09-251-1/+1
* avcodec/tiff: rewrite lut handlingPaul B Mahol2019-09-021-48/+12
* avcodec/tiff: set color_trc, remove sRGB conversionPaul B Mahol2019-09-021-10/+8
* lavc/tiff: Enable decoding of LinearRaw imagesNick Renieris2019-09-021-1/+1
* lavc/tiff: Default-initialize WhiteLevel DNG tag valueNick Renieris2019-09-021-3/+19
* lavc/tiff: Support DNGs with striped (non-tiled) JPEGs imagesNick Renieris2019-09-021-24/+37
* lavc/tiff: Decode 10-bit and 14-bit DNG imagesNick Renieris2019-09-021-8/+15
* lavc/tiff: Support decoding of DNGs with single-component JPEGsNick Renieris2019-09-021-10/+51
* lavc/mjpegdec: Enable decoding of single-component bayer imagesNick Renieris2019-09-021-0/+7
* lavc/tiff: Force DNG pixel data endianness on an edge caseNick Renieris2019-09-021-0/+12
* lavc/tiff: Don't apply strips-related logic to tiled imagesNick Renieris2019-09-021-20/+22
* lavc/tiff: Fix edge case with full-length/width tilesNick Renieris2019-09-021-2/+6
* lavc/tiff: Apply color scaling to uncompressed DNGsNick Renieris2019-09-021-1/+24
* lavc/tiff: Convert DNGs to sRGB color spaceNick Renieris2019-09-021-11/+23
* lavc/tiff: Decode embedded JPEGs in DNG imagesNick Renieris2019-09-021-7/+306
* avcodec/tiff: add missing break in tiff_decode_tag()Paul B Mahol2019-08-281-0/+1
* avcodec/tiff: Enforce increasing offsetsMichael Niedermayer2019-08-111-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