summaryrefslogtreecommitdiff
path: root/libavcodec/tiff.c
Commit message (Expand)AuthorAge
* avcodec/codec_internal: add cap for ICC profile supportNiklas Haas2022-07-30
* avcodec/tiff: Check tile_length and tile_widthMichael Niedermayer2022-07-22
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/tiff: Check pixel format types for dngMichael Niedermayer2022-07-12
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-05
* avcodec/mathops: Move bitswap_32() to its only userAndreas Rheinhardt2022-03-21
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* avcodec/tiff: do not abort on zero denominatorPaul B Mahol2022-03-03
* 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