summaryrefslogtreecommitdiff
path: root/libavcodec/tiff.c
Commit message (Expand)AuthorAge
* avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt2022-02-09
* avcodec/tiff: Remove messing with jpeg contextMichael Niedermayer2021-12-30
* avcodec/tiff: Use ff_set_dimensions() for setting up mjpeg context dimensionsMichael Niedermayer2021-12-23
* avcodec/tiff: Pass max_pixels to mjpeg contextMichael Niedermayer2021-12-23
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/tiff: Don't use separate temporary buffer for faxAndreas Rheinhardt2021-04-02
* avcodec/tiff: Avoid forward declarationsAndreas Rheinhardt2021-03-31
* avcodec/tiff: use av_packet_alloc() to allocate AVPacketsJames Almer2021-03-17
* avcodec: Constify some AVPacketsAndreas Rheinhardt2021-03-09
* avcodec/tiff_data: Move data to its only userAndreas Rheinhardt2021-02-23
* avcodec/tiff: Disallow striped and tiled tiffs except for DNGMichael Niedermayer2020-12-28
* avcodec/tiff: Make decoder init-threadsafeAndreas Rheinhardt2020-12-04
* lavc, lavf: Remove newlines from calls to avpriv_request_sample().Carl Eugen Hoyos2020-10-11
* avcodec/tiff: do not abort decoding if strips are availablePaul B Mahol2020-10-07
* avcodec/tiff: Fix default white levelMichael Niedermayer2020-09-19
* tiff: remove tiff type check for ICC profilesLynne2020-09-06
* avcodec/tiff: Check jpeg context against jpeg frame parametersMichael Niedermayer2020-08-26
* avcodec/tiff: Restrict tag order based on specificationMichael Niedermayer2020-08-26
* avcodec/tiff: Avoid abort with DNG RAW TIFF with YA8Michael Niedermayer2020-08-26
* avcodec/tiff: Check the linearization table sizeMichael Niedermayer2020-08-26
* avcodec/tiff: Check bpp/bppcount for 0Michael Niedermayer2020-08-07
* avcodec/tiff: Check input space in dng_decode_jpeg()Michael Niedermayer2020-07-10
* avcodec/tiff: Check frame parameters before blit for DNGMichael Niedermayer2020-07-05
* avcodec/tiff: Do not overrun the array ends in dng_blit()Michael Niedermayer2020-07-02
* avcodec/tiff: Check stride for dngMichael Niedermayer2020-06-15
* avcodec/tiff: Check for Tiled and Stripped TIFFsMichael Niedermayer2020-05-21
* avcodec/tiff: remove the unnecessary type conversionLimin Wang2020-05-08
* avcodec/tiff: assert that raw tiff dng blit does not write over the end of a ...Michael Niedermayer2020-04-29
* avcodec/tiff: Check for planar DNG imagesMichael Niedermayer2020-04-29
* avcodec/tiff: Replace width overriding for bayer by assertMichael Niedermayer2020-04-29
* avcodec/tiff: Some checks on bpp for DNGMichael Niedermayer2020-04-29
* pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov2020-04-10
* tiffdec: support embedded ICC profilesLynne2020-01-13
* avcodec/tiff: check the black level denominatorJames Almer2019-10-29
* avcodec/tiff: Set FF_CODEC_CAP_INIT_CLEANUPMichael Niedermayer2019-10-03
* Revert "lavc/tiff: correct the default value of YCbCrSubsampling to 2x2"Carl Eugen Hoyos2019-09-26
* lavc/tiff: correct the default value of YCbCrSubsampling to 2x2Pavel Skakov2019-09-25
* avcodec/tiff: rewrite lut handlingPaul B Mahol2019-09-02
* avcodec/tiff: set color_trc, remove sRGB conversionPaul B Mahol2019-09-02
* 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