summaryrefslogtreecommitdiffstats
path: root/libavcodec/aptx.c
Commit message (Collapse)AuthorAgeFilesLines
* aptx: indentation (cosmetics only)Aurelien Jacobs2018-02-091-52/+52
|
* aptx: implement the aptX HD bluetooth codecAurelien Jacobs2018-02-091-27/+325
|
* aptx: do some clipping to match original codec in extreme casesAurelien Jacobs2018-02-091-1/+2
|
* aptx: factorize FFABS calculationAurelien Jacobs2018-02-091-3/+5
|
* aptx: simplify by pre-calculating factor_maxAurelien Jacobs2018-02-091-9/+7
|
* aptx: add codec cap SMALL_LAST_FRAME and INIT_THREADSAFE as appropriateAurelien Jacobs2017-12-181-0/+3
|
* aptx: implement the aptX bluetooth codecAurelien Jacobs2017-11-101-0/+860
The encoder was reverse engineered from binary library and from EP0398973B1 patent (long expired). The decoder was simply deduced from the encoder.
OpenPOWER on IntegriCloud