summaryrefslogtreecommitdiff
path: root/libavcodec/sbcenc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* avcodec/sbcenc: Avoid copying packet data, allow user-supplied buffersAndreas Rheinhardt2021-05-231-2/+3
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* Avoid intermediate bitcount for number of bytes in PutBitContextAndreas Rheinhardt2021-03-301-1/+1
* avcodec: move msbc profile to encoderMarton Balint2020-05-221-0/+1
* lavc/sbc: Remove bool usage.Carl Eugen Hoyos2020-04-041-2/+1
* avcodec/sbc: Fix non static function prefixMichael Niedermayer2018-04-191-1/+1
* sbc: implement SBC encoder (low-complexity subband codec)Aurelien Jacobs2018-03-071-0/+361