| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -2/+1 |
* | avcodec/bonk: Fix undefined overflow in predictor_calc_error() | Michael Niedermayer | 2023-10-16 | 1 | -1/+1 |
* | avcodec/bonk: Fix integer overflow in predictor_calc_error() | Michael Niedermayer | 2023-09-14 | 1 | -1/+1 |
* | avcodec/bonk: Avoid undefined integer overflow in predictor_calc_error() | Michael Niedermayer | 2023-05-22 | 1 | -2/+2 |
* | lavc: deprecate AV_CODEC_CAP_SUBFRAMES | Anton Khirnov | 2023-05-15 | 1 | -2/+4 |
* | avcodec/bonk: decode multiple passes in intlist_read() at once | Michael Niedermayer | 2023-05-01 | 1 | -6/+11 |
* | avcodec/bonk: properly handle some other errors | Paul B Mahol | 2023-02-07 | 1 | -2/+2 |
* | 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 |