| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/bonk: Check ntaps against buffer size | Michael Niedermayer | 2023-01-12 | 1 | -0/+4 |
* | avcodec/bonk: Avoid undefined overflow in quant | Michael Niedermayer | 2023-01-12 | 1 | -1/+1 |
* | avcodec/bonk: increase level limit as joint encodings needs more | Paul B Mahol | 2023-01-02 | 1 | -1/+1 |
* | avcodec/bonk: Use unsigned in predictor_init_state() to avoid undefined behavior | Michael Niedermayer | 2022-11-28 | 1 | -2/+2 |
* | avcodec/bonk: check level value to not reach invalid values | Paul B Mahol | 2022-11-22 | 1 | -2/+6 |
* | avcodec/bonk: step cannot become 0 without overflowing which is undefined | Michael Niedermayer | 2022-11-14 | 1 | -2/+0 |
* | avcodec/bonk: actual_run seems not able to become negative | Michael Niedermayer | 2022-11-14 | 1 | -2/+1 |
* | avcodec/bonk: Remove special 32bit case from read_uint_max() | Michael Niedermayer | 2022-11-14 | 1 | -2/+1 |
* | avcodec/bonk: steplet cannot become negative | Michael Niedermayer | 2022-11-10 | 1 | -2/+1 |
* | avcodec/bonk: Check step against overflow | Michael Niedermayer | 2022-11-10 | 1 | -0/+2 |
* | avcodec/bonk: Simplify read_uint_max() | Michael Niedermayer | 2022-11-10 | 1 | -9/+2 |
* | avcodec/bonk: Use unsigned in predictor_calc_error() to avoid undefined overf... | Michael Niedermayer | 2022-11-10 | 1 | -1/+1 |
* | avcodec/bonk: Actually clip when using av_clip() | Andreas Rheinhardt | 2022-09-12 | 1 | -1/+1 |
* | avcodec: add bonk audio decoder | Paul B Mahol | 2022-09-12 | 1 | -0/+433 |