Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avcodec/sbcdec_data: Merge data into header | Andreas Rheinhardt | 2025-03-12 | 1 | -6/+93 |
| | | | | | | | sbcdec_data.h is only included by sbcdec.c, so this won't cause the data to be included multiple times in the binary. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | ||||
* | sbc: implement SBC decoder (low-complexity subband codec) | Aurelien Jacobs | 2018-03-07 | 1 | -0/+44 |
This was originally based on libsbc, and was fully integrated into ffmpeg. |