summaryrefslogtreecommitdiff
path: root/libavcodec/bonk.c
Commit message (Expand)AuthorAge
* avcodec/bonk: Avoid undefined integer overflow in predictor_calc_error()Michael Niedermayer2023-05-22
* lavc: deprecate AV_CODEC_CAP_SUBFRAMESAnton Khirnov2023-05-15
* avcodec/bonk: decode multiple passes in intlist_read() at onceMichael Niedermayer2023-05-01
* avcodec/bonk: properly handle some other errorsPaul B Mahol2023-02-07
* avcodec/bonk: Check ntaps against buffer sizeMichael Niedermayer2023-01-12
* avcodec/bonk: Avoid undefined overflow in quantMichael Niedermayer2023-01-12
* avcodec/bonk: increase level limit as joint encodings needs morePaul B Mahol2023-01-02
* avcodec/bonk: Use unsigned in predictor_init_state() to avoid undefined behaviorMichael Niedermayer2022-11-28
* avcodec/bonk: check level value to not reach invalid valuesPaul B Mahol2022-11-22
* avcodec/bonk: step cannot become 0 without overflowing which is undefinedMichael Niedermayer2022-11-14
* avcodec/bonk: actual_run seems not able to become negativeMichael Niedermayer2022-11-14
* avcodec/bonk: Remove special 32bit case from read_uint_max()Michael Niedermayer2022-11-14
* avcodec/bonk: steplet cannot become negativeMichael Niedermayer2022-11-10
* avcodec/bonk: Check step against overflowMichael Niedermayer2022-11-10
* avcodec/bonk: Simplify read_uint_max()Michael Niedermayer2022-11-10
* avcodec/bonk: Use unsigned in predictor_calc_error() to avoid undefined overf...Michael Niedermayer2022-11-10
* avcodec/bonk: Actually clip when using av_clip()Andreas Rheinhardt2022-09-12
* avcodec: add bonk audio decoderPaul B Mahol2022-09-12