summaryrefslogtreecommitdiff
path: root/libavcodec/aptx.c
Commit message (Expand)AuthorAge
* avcodec/aptx: split decoder and encoder into separate filesJames Almer2020-02-05
* avcodec/aptx: Check the number of channelsMichael Niedermayer2019-11-01
* avcodec/aptx: Fix multiple shift anomaliesMichael Niedermayer2019-09-30
* aptx: indentation (cosmetics only)Aurelien Jacobs2018-02-09
* aptx: implement the aptX HD bluetooth codecAurelien Jacobs2018-02-09
* aptx: do some clipping to match original codec in extreme casesAurelien Jacobs2018-02-09
* aptx: factorize FFABS calculationAurelien Jacobs2018-02-09
* aptx: simplify by pre-calculating factor_maxAurelien Jacobs2018-02-09
* aptx: add codec cap SMALL_LAST_FRAME and INIT_THREADSAFE as appropriateAurelien Jacobs2017-12-18
* aptx: implement the aptX bluetooth codecAurelien Jacobs2017-11-10