163 Commits (a247ac640df3da573cd661065bf53f37863e2b46)

Author SHA1 Message Date
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
Andreas Cadhalpun ec0275843d avcodec: remove leftover iff_byterun1 decoder 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Diego Biurrun 7f9f771eac avcodec: Don't anonymously typedef structs 10 years ago
Michael Niedermayer 3539d6c63a avcodec/iff: check pixfmt for rgb8 / rgbn 10 years ago
Michael Niedermayer 9bcdb98839 avcodec/iff: Factorize av_pix_fmt_desc_get() out 10 years ago
Michael Niedermayer 4843227b2c avcodec/iff: ensure that runs with insufficient input dont leave uninitialized bytes in the output 11 years ago
Michael Niedermayer b3f44eafa5 avcodec/iff: warn about truncated input to decode_byterun() and clear remaining output 11 years ago
Diego Biurrun 8f8bc92365 Add missing #includes for *INT64_MAX and *INT64_C 11 years ago