summaryrefslogtreecommitdiff
path: root/libavcodec/sbc.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt2021-07-221-1/+2
| | | | | | | Also remove other unnecessary headers and include headers directly while at it. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-011-0/+1
| | | | They are not properly namespaced and not intended for public use.
* avcodec/sbc: Fix non static function prefixMichael Niedermayer2018-04-191-1/+1
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* sbc: implement SBC decoder (low-complexity subband codec)Aurelien Jacobs2018-03-071-0/+118
This was originally based on libsbc, and was fully integrated into ffmpeg.