aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/tiff.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/tiff: Check value on positive signed targetsMichael Niedermayer2024-07-151-2/+18
* avcodec/tiff: Suppress unused variable warningsAndreas Rheinhardt2024-06-031-2/+2
* avcodec/tiff: Assert init_get_bits8() success in unpack_gray()Michael Niedermayer2024-05-281-1/+2
* avcodec/tiff: Assert init_get_bits8() success in horizontal_fill()Michael Niedermayer2024-05-281-1/+2
* avcodec/tiff: Fix leak on errorAndreas Rheinhardt2024-05-201-1/+3
* avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_IAndreas Rheinhardt2024-05-191-1/+0
* avcodec/tiff: Don't cast const away via bsearchAndreas Rheinhardt2024-04-031-1/+1
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-0/+1
* avcodec/tiff_data: Avoid relocations for TiffGeoTagNameTypeAndreas Rheinhardt2024-03-141-12/+16
* avcodec/tiff: Use ff_tget_long() where appropriateAndreas Rheinhardt2024-03-121-18/+18
* avcodec/tiff: Improve inclusionsAndreas Rheinhardt2024-03-121-0/+1
* avcodec/tiff: Don't check before av_freep()Andreas Rheinhardt2024-03-121-5/+2
* avcodec/tiff: Avoid duplicating stringsAndreas Rheinhardt2024-03-121-1/+2
* avcodec/tiff: Fix handling of av_strdup() failuresAndreas Rheinhardt2024-03-121-20/+18
* avcodec/tiff: respect side data preferenceNiklas Haas2024-03-081-5/+5
* avcodec/cri, tdsc, tiff: Don't forward AVCodecContext.dct_algoAndreas Rheinhardt2024-02-141-1/+0
* avcodec/tiff: pass arguments to bytestream2_seek in the right orderLeo Izen2024-02-111-1/+1
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-201-0/+1
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-221-1/+0
* avcodec/tiff: Don't cast const awayAndreas Rheinhardt2023-09-071-3/+3
* avcodec/tiff: add a zero DNG_LINEARIZATION_TABLE checkMichael Niedermayer2023-05-061-1/+1
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-1/+2
* avcodec/tiff: Prettify code in dng_blit()Michael Niedermayer2023-01-111-1/+1
* avcodec/tiff: Check camera_calibration for 0Michael Niedermayer2023-01-111-2/+4
* avcodec/tiff: Ignore tile_countMichael Niedermayer2022-11-281-4/+2
* avcodec/tiff: Avoid 0.0/0.0 in camera_xyz_coeff()Michael Niedermayer2022-11-281-0/+2
* avcodec/tiff: add read support for compressed rgb floating point formatsMark Reid2022-11-161-0/+68
* avcodec/tiff: Remove commented-out codeAndreas Rheinhardt2022-09-301-6/+1
* avcodec/tiff: support multiple black levelsPaul B Mahol2022-09-251-23/+40
* avcodec/tiff: implement FF_CODEC_CAP_SKIP_FRAME_FILL_PARAMPaul B Mahol2022-09-251-3/+8
* avcodec/tiff: improve color handling in DNGPaul B Mahol2022-09-251-12/+192
* avcodec/tiff: add packed/planar 32bit float supportPaul B Mahol2022-09-251-12/+24
* avcodec/tiff: improve lut handling for DNGPaul B Mahol2022-09-231-4/+4
* avcodec/tiff: Fix loop detectionMichael Niedermayer2022-09-161-2/+2
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* lavc/tiff: Support multi-component files without RowsPerStrip tag.Carl Eugen Hoyos2022-09-011-1/+1
* avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt2022-08-271-4/+1
* avcodec/codec_internal: add cap for ICC profile supportNiklas Haas2022-07-301-1/+1
* avcodec/tiff: Check tile_length and tile_widthMichael Niedermayer2022-07-221-0/+3
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+1
* avcodec/tiff: Check pixel format types for dngMichael Niedermayer2022-07-121-0/+3
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-4/+3
* avcodec/mathops: Move bitswap_32() to its only userAndreas Rheinhardt2022-03-211-0/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-7/+7
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* avcodec/tiff: do not abort on zero denominatorPaul B Mahol2022-03-031-4/+4
* avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt2022-02-091-5/+4
* 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