| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | avcodec/rka: improve VRQ mode decoding | Paul B Mahol | 2023-09-30 | 1 | -11/+15 |
* | avcodec/rka: rename variable to something more representative | Paul B Mahol | 2023-09-30 | 1 | -15/+15 |
* | avcodec/rka: do not output extra invalid samples in last frame | Paul B Mahol | 2023-08-30 | 1 | -0/+4 |
* | avcodec/rka: Fix integer overflow in decode_filter() | Michael Niedermayer | 2023-07-22 | 1 | -1/+1 |
* | avcodec/rka: use unsigned for buf0 additions | Michael Niedermayer | 2023-06-18 | 1 | -2/+2 |
* | avcodec/rka: Avoid undefined left shift | Michael Niedermayer | 2023-06-18 | 1 | -1/+1 |
* | avcodec/rka: avoid undefined multiply in cmode==0 | Michael Niedermayer | 2023-06-04 | 1 | -1/+1 |
* | avcodec/rka: use 64bit for srate_pad computation | Michael Niedermayer | 2023-06-04 | 1 | -1/+1 |
* | avcodec/rka: Fix signed integer overflow in decode_filter() | Michael Niedermayer | 2023-04-14 | 1 | -1/+1 |
* | avcodec/rka: avoid undefined doubling sum overflow | Michael Niedermayer | 2023-02-22 | 1 | -1/+1 |
* | avcodec/rka: avoid negative value shift | Michael Niedermayer | 2023-02-22 | 1 | -1/+1 |
* | avcodec/rka: check for size 1 filter | Michael Niedermayer | 2023-02-22 | 1 | -1/+1 |
* | avcodec/rka: Fix some integer anomalies | Michael Niedermayer | 2023-02-22 | 1 | -3/+3 |
* | avcodec/rka: fix long_name | Paul B Mahol | 2023-02-15 | 1 | -1/+1 |
* | avcodec/rka: fix channel value initialization | Paul B Mahol | 2023-02-15 | 1 | -1/+2 |
* | avcodec/rka: fix decoding uncorrelated stereo | Paul B Mahol | 2023-02-15 | 1 | -26/+31 |
* | avcodec/rka: fix array overflow | Paul B Mahol | 2023-02-15 | 1 | -2/+5 |
* | avcodec/rka: fix lossy mode decoding | Paul B Mahol | 2023-02-14 | 1 | -5/+7 |
* | avcodec/rka: add u8 sample format support | Paul B Mahol | 2023-02-13 | 1 | -35/+54 |
* | avcodec/rka: misc fixes and improvements | Paul B Mahol | 2023-02-13 | 1 | -51/+66 |
* | avcodec: add RKA decoder | Paul B Mahol | 2023-02-11 | 1 | -0/+944 |