14 Commits (6869a80e76f7f597896e60a0feaa7a32b1aa57ae)

Author SHA1 Message Date
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