summaryrefslogtreecommitdiff
path: root/libavcodec/tiff.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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