summaryrefslogtreecommitdiff
path: root/libavcodec/sbc.c
Commit message (Collapse)AuthorAge
* Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt2021-07-22
| | | | | | | Also remove other unnecessary headers and include headers directly while at it. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* avcodec/sbc: Fix non static function prefixMichael Niedermayer2018-04-19
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* sbc: implement SBC decoder (low-complexity subband codec)Aurelien Jacobs2018-03-07
This was originally based on libsbc, and was fully integrated into ffmpeg.