21 Commits (50471f96c4a68874575ab21f799c5999ed920838)

Author SHA1 Message Date
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 8 months ago
Michael Niedermayer cd66606a8f
avcodec/bonk: Fix undefined overflow in predictor_calc_error() 1 year ago
Michael Niedermayer 2b25a5168e
avcodec/bonk: Fix integer overflow in predictor_calc_error() 1 year ago
Michael Niedermayer 43e5e2e423
avcodec/bonk: Avoid undefined integer overflow in predictor_calc_error() 2 years ago
Anton Khirnov 8b20d0dcb5 lavc: deprecate AV_CODEC_CAP_SUBFRAMES 2 years ago
Michael Niedermayer 957106a24d
avcodec/bonk: decode multiple passes in intlist_read() at once 2 years ago
Paul B Mahol 0c7af7b954 avcodec/bonk: properly handle some other errors 2 years ago
Michael Niedermayer 8e58d20e10
avcodec/bonk: Check ntaps against buffer size 2 years ago
Michael Niedermayer 977028f9f4
avcodec/bonk: Avoid undefined overflow in quant 2 years ago
Paul B Mahol 5852682dbd avcodec/bonk: increase level limit as joint encodings needs more 2 years ago
Michael Niedermayer 8f975641d7
avcodec/bonk: Use unsigned in predictor_init_state() to avoid undefined behavior 2 years ago
Paul B Mahol abb5ff373d avcodec/bonk: check level value to not reach invalid values 2 years ago
Michael Niedermayer 104b516a13
avcodec/bonk: step cannot become 0 without overflowing which is undefined 2 years ago
Michael Niedermayer 5df8c300a9
avcodec/bonk: actual_run seems not able to become negative 2 years ago
Michael Niedermayer 00b489b168
avcodec/bonk: Remove special 32bit case from read_uint_max() 2 years ago
Michael Niedermayer 8e59e72041
avcodec/bonk: steplet cannot become negative 2 years ago
Michael Niedermayer 3263185225
avcodec/bonk: Check step against overflow 2 years ago
Michael Niedermayer 9f00286c4c
avcodec/bonk: Simplify read_uint_max() 2 years ago
Michael Niedermayer f4df49eb48
avcodec/bonk: Use unsigned in predictor_calc_error() to avoid undefined overflows 2 years ago
Andreas Rheinhardt 8d12f3de14 avcodec/bonk: Actually clip when using av_clip() 2 years ago
Paul B Mahol 88170070c4 avcodec: add bonk audio decoder 2 years ago