| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/iff: dont add into unused pointers | Michael Niedermayer | 2024-04-01 | 1 | -6/+6 |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | avcodec: use the new AVFrame key_frame flag in all decoders and encoders | James Almer | 2023-05-04 | 1 | -2/+2 |
* | avcodec/iff: Use unsigned to avoid compiler warning | Andreas Rheinhardt | 2022-09-15 | 1 | -2/+3 |
* | avcodec/iff: Remove transient objects from the context | Andreas Rheinhardt | 2022-09-15 | 1 | -5/+2 |
* | avcodec/iff: Reindent after the previous commits | Andreas Rheinhardt | 2022-09-15 | 1 | -132/+128 |
* | avcodec/iff: Pass extradata and extradata_size explicitly | Andreas Rheinhardt | 2022-09-15 | 1 | -7/+8 |
* | avcodec/iff: Return early when possible | Andreas Rheinhardt | 2022-09-15 | 1 | -4/+6 |
* | avcodec/iff: Avoid redundant frees | Andreas Rheinhardt | 2022-09-15 | 1 | -11/+2 |
* | avcodec/iff: Split extract_header into extradata and packet part | Andreas Rheinhardt | 2022-09-15 | 1 | -55/+61 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec/internal: Move ff_get_buffer() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -2/+1 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -1/+1 |
* | avcodec/iff: Remove redundant #if | Andreas Rheinhardt | 2022-05-30 | 1 | -4/+0 |
* | 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/+2 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -6/+6 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | avcodec/iff: limit written bytes to twice the output array size in decode_de... | Michael Niedermayer | 2021-11-29 | 1 | -0/+5 |
* | avcodec/iff: Only write palette to plane 1 if its PAL8 | Michael Niedermayer | 2021-06-18 | 1 | -1/+2 |
* | avcodec/iff: Mark decoder as init-threadsafe | Andreas Rheinhardt | 2021-05-02 | 1 | -1/+1 |
* | avcodec/iff: Reorder checks to avoid unnecessary alloc+free | Andreas Rheinhardt | 2021-05-02 | 1 | -4/+3 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/iff: Fix off by x error | Michael Niedermayer | 2020-06-14 | 1 | -1/+1 |
* | avcodec/iff: Test video_size being non zero | Michael Niedermayer | 2020-05-12 | 1 | -0/+2 |
* | avcodec/iff: Fix several integer overflows | Michael Niedermayer | 2020-05-11 | 1 | -2/+1 |
* | avcodec/iff: Check length before memcpy() in decode_deep_rle32() | Michael Niedermayer | 2020-04-22 | 1 | -0/+2 |
* | avcodec/iff: Fix invalid pointer intermediates in decode_deep_rle32() | Michael Niedermayer | 2020-04-22 | 1 | -1/+1 |
* | avcodec/iff: Over-allocate ham_palbuf for HAM6 IFF-PBM | Michael Niedermayer | 2020-01-30 | 1 | -1/+5 |
* | avcodec/iff: Check input space before loop in decode_delta_d() | Michael Niedermayer | 2020-01-18 | 1 | -0/+3 |
* | avcodec/iff: Check that video_size is large enough for the read parameters | Michael Niedermayer | 2019-12-28 | 1 | -0/+2 |
* | avcodec/iff: Skip overflowing runs in decode_delta_d() | Michael Niedermayer | 2019-12-15 | 1 | -0/+2 |
* | avcodec/iff: Move index use after check in decodeplane8() | Michael Niedermayer | 2019-11-20 | 1 | -1/+2 |
* | avcodec/iff: Check available space before entering loop in decode_long_vertic... | Michael Niedermayer | 2019-11-09 | 1 | -0/+6 |
* | avcodec/iff: Check for overlap in cmap_read_palette() | Michael Niedermayer | 2019-09-05 | 1 | -0/+4 |
* | libavcodec/iff: Use unsigned to avoid undefined behaviour | Andreas Rheinhardt | 2019-08-05 | 1 | -17/+17 |
* | avcodec/iff: Add "else" to make code look prettier | Michael Niedermayer | 2019-07-14 | 1 | -1/+1 |
* | avcodec/iff: Check ham vs bpp | Michael Niedermayer | 2019-07-08 | 1 | -3/+10 |
* | avcodec/iff: finetune the palette size check in the mask case | Michael Niedermayer | 2019-06-23 | 1 | -1/+1 |
* | avcodec/iff: Fix mask_buf / mask_palbuf leak | Michael Niedermayer | 2019-06-23 | 1 | -0/+2 |
* | avcodec/iff: Cleanup on init failure | Michael Niedermayer | 2017-06-18 | 1 | -0/+1 |
* | Fix all -Wformat warnings raised by DJGPP | Clément Bœsch | 2017-03-29 | 1 | -2/+2 |
* | avcodec/iff: support for byterun1 ACBM compression | Paul B Mahol | 2017-02-12 | 1 | -0/+30 |
* | avcodec/iff: add support for vertical word compression in ILBM | Paul B Mahol | 2017-01-06 | 1 | -1/+84 |
* | avcodec/iff: remove palette swapping for anim | Paul B Mahol | 2016-08-15 | 1 | -12/+8 |
* | avcodec/iff: Check that there are enough bytes in dgb before reading | Michael Niedermayer | 2016-07-11 | 1 | -0/+4 |
* | avcodec/iff: remove useless () | Michael Niedermayer | 2016-07-11 | 1 | -1/+1 |
* | avcodec/iff: Print error for cols/bpp/bytes being bad in decode_delta_j() | Michael Niedermayer | 2016-07-06 | 1 | -2/+6 |
* | avcodec/iff: decode_delta_j: Check that the number of bytes that will be read... | Michael Niedermayer | 2016-07-06 | 1 | -2/+2 |