summaryrefslogtreecommitdiff
path: root/libavcodec/tiff.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/tiff: Ignore tile_countMichael Niedermayer2023-03-271-4/+2
* avcodec/tiff: Fix loop detectionMichael Niedermayer2022-11-031-2/+2
* avcodec/tiff: Check tile_length and tile_widthMichael Niedermayer2022-09-011-0/+3
* avcodec/tiff: Check pixel format types for dngMichael Niedermayer2022-09-011-0/+3
* avcodec/tiff: Remove messing with jpeg contextMichael Niedermayer2021-12-301-22/+2
* avcodec/tiff: Use ff_set_dimensions() for setting up mjpeg context dimensionsMichael Niedermayer2021-12-231-7/+8
* avcodec/tiff: Pass max_pixels to mjpeg contextMichael Niedermayer2021-12-231-0/+1
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-1/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/tiff: Don't use separate temporary buffer for faxAndreas Rheinhardt2021-04-021-22/+6
* avcodec/tiff: Avoid forward declarationsAndreas Rheinhardt2021-03-311-199/+195
* avcodec/tiff: use av_packet_alloc() to allocate AVPacketsJames Almer2021-03-171-6/+8
* avcodec: Constify some AVPacketsAndreas Rheinhardt2021-03-091-1/+2
* avcodec/tiff_data: Move data to its only userAndreas Rheinhardt2021-02-231-6/+6
* avcodec/tiff: Disallow striped and tiled tiffs except for DNGMichael Niedermayer2020-12-281-2/+5
* avcodec/tiff: Make decoder init-threadsafeAndreas Rheinhardt2020-12-041-2/+2
* lavc, lavf: Remove newlines from calls to avpriv_request_sample().Carl Eugen Hoyos2020-10-111-2/+2
* avcodec/tiff: do not abort decoding if strips are availablePaul B Mahol2020-10-071-4/+3
* avcodec/tiff: Fix default white levelMichael Niedermayer2020-09-191-6/+7
* tiff: remove tiff type check for ICC profilesLynne2020-09-061-3/+0
* avcodec/tiff: Check jpeg context against jpeg frame parametersMichael Niedermayer2020-08-261-0/+5
* avcodec/tiff: Restrict tag order based on specificationMichael Niedermayer2020-08-261-0/+8
* avcodec/tiff: Avoid abort with DNG RAW TIFF with YA8Michael Niedermayer2020-08-261-1/+1
* avcodec/tiff: Check the linearization table sizeMichael Niedermayer2020-08-261-1/+3
* avcodec/tiff: Check bpp/bppcount for 0Michael Niedermayer2020-08-071-3/+3
* avcodec/tiff: Check input space in dng_decode_jpeg()Michael Niedermayer2020-07-101-0/+3
* avcodec/tiff: Check frame parameters before blit for DNGMichael Niedermayer2020-07-051-2/+13
* avcodec/tiff: Do not overrun the array ends in dng_blit()Michael Niedermayer2020-07-021-1/+4
* avcodec/tiff: Check stride for dngMichael 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