| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/internal: Move FF_SIGNBIT and ff_log2_run to mathops.h | Andreas Rheinhardt | 2022-03-21 | 1 | -1/+1 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | aptx: convert to new channel layout API | Anton Khirnov | 2022-03-15 | 1 | -1/+1 |
* | avcodec/aptx: split decoder and encoder into separate files | James Almer | 2020-02-05 | 1 | -633/+6 |
* | avcodec/aptx: Check the number of channels | Michael Niedermayer | 2019-11-01 | 1 | -0/+3 |
* | avcodec/aptx: Fix multiple shift anomalies | Michael Niedermayer | 2019-09-30 | 1 | -8/+8 |
* | aptx: indentation (cosmetics only) | Aurelien Jacobs | 2018-02-09 | 1 | -52/+52 |
* | aptx: implement the aptX HD bluetooth codec | Aurelien Jacobs | 2018-02-09 | 1 | -27/+325 |
* | aptx: do some clipping to match original codec in extreme cases | Aurelien Jacobs | 2018-02-09 | 1 | -1/+2 |
* | aptx: factorize FFABS calculation | Aurelien Jacobs | 2018-02-09 | 1 | -3/+5 |
* | aptx: simplify by pre-calculating factor_max | Aurelien Jacobs | 2018-02-09 | 1 | -9/+7 |
* | aptx: add codec cap SMALL_LAST_FRAME and INIT_THREADSAFE as appropriate | Aurelien Jacobs | 2017-12-18 | 1 | -0/+3 |
* | aptx: implement the aptX bluetooth codec | Aurelien Jacobs | 2017-11-10 | 1 | -0/+860 |