172 Commits (f2b79c5b855b7450c8f3c15b9ec11b439cd2a294)

Author SHA1 Message Date
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt ce7dbd0481 avcodec/codec_internal: Make FFCodec.decode use AVFrame* 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Martin Storsjö a78f136f3f configure: Use a separate config_components.h header for $ALL_COMPONENTS 3 years ago
Michael Niedermayer 3809467d4d avcodec/iff: limit written bytes to twice the output array size in decode_delta_l() 3 years ago
Michael Niedermayer 216eb60b85 avcodec/iff: Only write palette to plane 1 if its PAL8 3 years ago
Andreas Rheinhardt abe61c349d avcodec/iff: Mark decoder as init-threadsafe 4 years ago
Andreas Rheinhardt 9ae6f5ae92 avcodec/iff: Reorder checks to avoid unnecessary alloc+free 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Michael Niedermayer 51225dee0a avcodec/iff: Fix off by x error 4 years ago
Michael Niedermayer a035fd88ae avcodec/iff: Test video_size being non zero 5 years ago
Michael Niedermayer 7a92147f87 avcodec/iff: Fix several integer overflows 5 years ago
Michael Niedermayer b4a33387cb avcodec/iff: Check length before memcpy() in decode_deep_rle32() 5 years ago
Michael Niedermayer bc41a29a5a avcodec/iff: Fix invalid pointer intermediates in decode_deep_rle32() 5 years ago
Michael Niedermayer 8652f4e7a1 avcodec/iff: Over-allocate ham_palbuf for HAM6 IFF-PBM 5 years ago
Michael Niedermayer e7af64178a avcodec/iff: Check input space before loop in decode_delta_d() 5 years ago
Michael Niedermayer f1b97f62f8 avcodec/iff: Check that video_size is large enough for the read parameters 5 years ago
Michael Niedermayer 185f441ba2 avcodec/iff: Skip overflowing runs in decode_delta_d() 5 years ago
Michael Niedermayer a1f8b36cc4 avcodec/iff: Move index use after check in decodeplane8() 5 years ago
Michael Niedermayer 32b3c8ce7d avcodec/iff: Check available space before entering loop in decode_long_vertical_delta2() / decode_long_vertical_delta() 5 years ago
Michael Niedermayer dfa5d1a366 avcodec/iff: Check for overlap in cmap_read_palette() 5 years ago
Andreas Rheinhardt f12e662a3d libavcodec/iff: Use unsigned to avoid undefined behaviour 5 years ago
Michael Niedermayer 84669b1872 avcodec/iff: Add "else" to make code look prettier 5 years ago
Michael Niedermayer f76d7352e0 avcodec/iff: Check ham vs bpp 5 years ago
Michael Niedermayer 0f9789c8e3 avcodec/iff: finetune the palette size check in the mask case 5 years ago
Michael Niedermayer 92e8db532c avcodec/iff: Fix mask_buf / mask_palbuf leak 5 years ago
Michael Niedermayer 9a6503f496 avcodec/iff: Cleanup on init failure 8 years ago
Clément Bœsch 549045254c Fix all -Wformat warnings raised by DJGPP 8 years ago
Paul B Mahol 5979fb0b1e avcodec/iff: support for byterun1 ACBM compression 8 years ago
Paul B Mahol 49633f9f74 avcodec/iff: add support for vertical word compression in ILBM 8 years ago
Paul B Mahol 0ea03dbbf9 avcodec/iff: remove palette swapping for anim 8 years ago
Michael Niedermayer a2550e7d2e avcodec/iff: Check that there are enough bytes in dgb before reading 8 years ago
Michael Niedermayer 9585c50942 avcodec/iff: remove useless () 8 years ago
Michael Niedermayer 55ef890b29 avcodec/iff: Print error for cols/bpp/bytes being bad in decode_delta_j() 8 years ago
Michael Niedermayer fcdbbbd85a avcodec/iff: decode_delta_j: Check that the number of bytes that will be read are available 8 years ago
Michael Niedermayer c3ad63c6a3 avcodec/iff: Fix bytestream advance 9 years ago
Piotr Bandurski 854c405dab avcodec/iff: mention RGB8/RGBN decoder 9 years ago
Paul B Mahol a5c5ae5ed8 avcodec/iff: add support for ANBR files 9 years ago
Paul B Mahol 810a8ba5b6 avcodec/iff: add forgotten checks for end of input buffer 9 years ago
Paul B Mahol eef2f64294 avcodec/iff: scala anim32 & anim16 decompression 9 years ago
Paul B Mahol 95b20ad7b2 avcodec/iff: fix artifacts with uncompressed ham ANIMs 9 years ago
Paul B Mahol 72e33eec3a avcodec/iff: add support for ANIMs with keyframes and concatenated ANIMs 9 years ago
Paul B Mahol 8767470fb5 avcodec/iff: check if there is enough bytes left 9 years ago
Paul B Mahol 5350e0fc97 avcodec/iff: rewrite out of bounds checking in writer 9 years ago
Paul B Mahol 51a1c1c6ac avcodec/iff: check for end of buffer in input for delta_l decompression 9 years ago
Paul B Mahol 01ead2a639 avcodec/iff: implement 3rd delta ANIM decompression 9 years ago
Paul B Mahol 17ea1cd559 avcodec/iff: change delta l offset to uint32_t 9 years ago
Paul B Mahol cb928fc448 lavc: add IFF ANIM decoder 9 years ago
Alexandra Hájková 5c31eaa999 Remove unnecessary get_bits.h #includes and add missing headers where needed. 9 years ago