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