| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/tiff: Check value on positive signed targets | Michael Niedermayer | 2024-07-15 | 1 | -2/+18 |
* | avcodec/tiff: Suppress unused variable warnings | Andreas Rheinhardt | 2024-06-03 | 1 | -2/+2 |
* | avcodec/tiff: Assert init_get_bits8() success in unpack_gray() | Michael Niedermayer | 2024-05-28 | 1 | -1/+2 |
* | avcodec/tiff: Assert init_get_bits8() success in horizontal_fill() | Michael Niedermayer | 2024-05-28 | 1 | -1/+2 |
* | avcodec/tiff: Fix leak on error | Andreas Rheinhardt | 2024-05-20 | 1 | -1/+3 |
* | avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I | Andreas Rheinhardt | 2024-05-19 | 1 | -1/+0 |
* | avcodec/tiff: Don't cast const away via bsearch | Andreas Rheinhardt | 2024-04-03 | 1 | -1/+1 |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | avcodec/tiff_data: Avoid relocations for TiffGeoTagNameType | Andreas Rheinhardt | 2024-03-14 | 1 | -12/+16 |
* | avcodec/tiff: Use ff_tget_long() where appropriate | Andreas Rheinhardt | 2024-03-12 | 1 | -18/+18 |
* | avcodec/tiff: Improve inclusions | Andreas Rheinhardt | 2024-03-12 | 1 | -0/+1 |
* | avcodec/tiff: Don't check before av_freep() | Andreas Rheinhardt | 2024-03-12 | 1 | -5/+2 |
* | avcodec/tiff: Avoid duplicating strings | Andreas Rheinhardt | 2024-03-12 | 1 | -1/+2 |
* | avcodec/tiff: Fix handling of av_strdup() failures | Andreas Rheinhardt | 2024-03-12 | 1 | -20/+18 |
* | avcodec/tiff: respect side data preference | Niklas Haas | 2024-03-08 | 1 | -5/+5 |
* | avcodec/cri, tdsc, tiff: Don't forward AVCodecContext.dct_algo | Andreas Rheinhardt | 2024-02-14 | 1 | -1/+0 |
* | avcodec/tiff: pass arguments to bytestream2_seek in the right order | Leo Izen | 2024-02-11 | 1 | -1/+1 |
* | Revert "all: Don't set AVClass.item_name to its default value" | Anton Khirnov | 2024-01-20 | 1 | -0/+1 |
* | all: Don't set AVClass.item_name to its default value | Andreas Rheinhardt | 2023-12-22 | 1 | -1/+0 |
* | avcodec/tiff: Don't cast const away | Andreas Rheinhardt | 2023-09-07 | 1 | -3/+3 |
* | avcodec/tiff: add a zero DNG_LINEARIZATION_TABLE check | Michael Niedermayer | 2023-05-06 | 1 | -1/+1 |
* | avcodec: use the new AVFrame key_frame flag in all decoders and encoders | James Almer | 2023-05-04 | 1 | -1/+2 |
* | avcodec/tiff: Prettify code in dng_blit() | Michael Niedermayer | 2023-01-11 | 1 | -1/+1 |
* | avcodec/tiff: Check camera_calibration for 0 | Michael Niedermayer | 2023-01-11 | 1 | -2/+4 |
* | avcodec/tiff: Ignore tile_count | Michael Niedermayer | 2022-11-28 | 1 | -4/+2 |
* | avcodec/tiff: Avoid 0.0/0.0 in camera_xyz_coeff() | Michael Niedermayer | 2022-11-28 | 1 | -0/+2 |
* | avcodec/tiff: add read support for compressed rgb floating point formats | Mark Reid | 2022-11-16 | 1 | -0/+68 |
* | avcodec/tiff: Remove commented-out code | Andreas Rheinhardt | 2022-09-30 | 1 | -6/+1 |
* | avcodec/tiff: support multiple black levels | Paul B Mahol | 2022-09-25 | 1 | -23/+40 |
* | avcodec/tiff: implement FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM | Paul B Mahol | 2022-09-25 | 1 | -3/+8 |
* | avcodec/tiff: improve color handling in DNG | Paul B Mahol | 2022-09-25 | 1 | -12/+192 |
* | avcodec/tiff: add packed/planar 32bit float support | Paul B Mahol | 2022-09-25 | 1 | -12/+24 |
* | avcodec/tiff: improve lut handling for DNG | Paul B Mahol | 2022-09-23 | 1 | -4/+4 |
* | avcodec/tiff: Fix loop detection | Michael Niedermayer | 2022-09-16 | 1 | -2/+2 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | lavc/tiff: Support multi-component files without RowsPerStrip tag. | Carl Eugen Hoyos | 2022-09-01 | 1 | -1/+1 |
* | avcodec/internal: Move ff_set_dimensions() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -4/+1 |
* | avcodec/codec_internal: add cap for ICC profile support | Niklas Haas | 2022-07-30 | 1 | -1/+1 |
* | avcodec/tiff: Check tile_length and tile_width | Michael Niedermayer | 2022-07-22 | 1 | -0/+3 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -1/+1 |
* | avcodec/tiff: Check pixel format types for dng | Michael Niedermayer | 2022-07-12 | 1 | -0/+3 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Make FFCodec.decode use AVFrame* | Andreas Rheinhardt | 2022-04-05 | 1 | -4/+3 |
* | avcodec/mathops: Move bitswap_32() to its only user | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -7/+7 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | avcodec/tiff: do not abort on zero denominator | Paul B Mahol | 2022-03-03 | 1 | -4/+4 |
* | avcodec/thread: Don't use ThreadFrame when unnecessary | Andreas Rheinhardt | 2022-02-09 | 1 | -5/+4 |
* | avcodec/tiff: Remove messing with jpeg context | Michael Niedermayer | 2021-12-30 | 1 | -22/+2 |
* | avcodec/tiff: Use ff_set_dimensions() for setting up mjpeg context dimensions | Michael Niedermayer | 2021-12-23 | 1 | -7/+8 |