summaryrefslogtreecommitdiff
path: root/libavcodec/aptx.c
Commit message (Expand)AuthorAge
* avcodec/internal: Move FF_SIGNBIT and ff_log2_run to mathops.hAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* aptx: convert to new channel layout APIAnton Khirnov2022-03-15
* 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