| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/adpcm_data: Move tables only used by adpcm.c to it | Andreas Rheinhardt | 2021-07-22 | 1 | -127/+0 |
* | avcodec/adpcm_data: Fix type mismatch for ff_adpcm_afc_coeffs | Andreas Rheinhardt | 2021-07-22 | 1 | -3/+3 |
* | avcodec/adpcm_ima_cunning: document origin of tables | Zane van Iperen | 2020-10-26 | 1 | -0/+12 |
* | avcodec/adpcm_data: extend ff_adpcm_ima_cunning_index_table | Michael Niedermayer | 2020-05-29 | 1 | -2/+2 |
* | avcodec: add support for Cunning Developments' ADPCM | Zane van Iperen | 2020-04-24 | 1 | -0/+13 |
* | avcodec/adpcm_data: use uint16_t to handle all values | Paul B Mahol | 2017-06-24 | 1 | -1/+1 |
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -1/+1 |
|\ |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -1/+1 |
* | | avcodec: add adpcm MTAF decoder | Paul B Mahol | 2016-05-21 | 1 | -0/+67 |
* | | Correct few "ffmpeg" typos | Paul B Mahol | 2014-08-24 | 1 | -1/+1 |
* | | lavc/adpcm_data: fix const misplacement | Lukasz Marek | 2014-02-07 | 1 | -1/+1 |
* | | ADPCM IMA WAV 2, 3 and 5 bits decoder | Paul B Mahol | 2013-07-05 | 1 | -1/+22 |
* | | ADPCM IMA Dialogic decoder | Paul B Mahol | 2012-11-24 | 1 | -0/+8 |
* | | ADPCM AFC decoder | Paul B Mahol | 2012-11-22 | 1 | -0/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-01 | 1 | -13/+13 |
|\| |
|
| * | adpcm: pretty-print tables | Justin Ruggles | 2011-09-29 | 1 | -13/+13 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-12 | 1 | -4/+4 |
|/ |
|
* | adpcm: split ADPCM encoders and decoders into separate files. | Justin Ruggles | 2011-09-12 | 1 | -0/+78 |