summaryrefslogtreecommitdiff
path: root/libavcodec/tiff.c
Commit message (Expand)AuthorAge
* avcodec/tiff: respect side data preferenceNiklas Haas2024-03-04
* avcodec/cri, tdsc, tiff: Don't forward AVCodecContext.dct_algoAndreas Rheinhardt2024-02-14
* avcodec/tiff: pass arguments to bytestream2_seek in the right orderLeo Izen2024-02-11
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-20
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-22
* avcodec/tiff: Don't cast const awayAndreas Rheinhardt2023-09-07
* avcodec/tiff: add a zero DNG_LINEARIZATION_TABLE checkMichael Niedermayer2023-05-06
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-04
* avcodec/tiff: Prettify code in dng_blit()Michael Niedermayer2023-01-11
* avcodec/tiff: Check camera_calibration for 0Michael Niedermayer2023-01-11
* avcodec/tiff: Ignore tile_countMichael Niedermayer2022-11-28
* avcodec/tiff: Avoid 0.0/0.0 in camera_xyz_coeff()Michael Niedermayer2022-11-28
* avcodec/tiff: add read support for compressed rgb floating point formatsMark Reid2022-11-16
* avcodec/tiff: Remove commented-out codeAndreas Rheinhardt2022-09-30
* avcodec/tiff: support multiple black levelsPaul B Mahol2022-09-25
* avcodec/tiff: implement FF_CODEC_CAP_SKIP_FRAME_FILL_PARAMPaul B Mahol2022-09-25
* avcodec/tiff: improve color handling in DNGPaul B Mahol2022-09-25
* avcodec/tiff: add packed/planar 32bit float supportPaul B Mahol2022-09-25
* avcodec/tiff: improve lut handling for DNGPaul B Mahol2022-09-23
* avcodec/tiff: Fix loop detectionMichael Niedermayer2022-09-16
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-03
* lavc/tiff: Support multi-component files without RowsPerStrip tag.Carl Eugen Hoyos2022-09-01
* avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt2022-08-27
* 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