summaryrefslogtreecommitdiff
path: root/libavcodec/dcamath.h
Commit message (Collapse)AuthorAgeFilesLines
* avcodec/dcaenc: Initial implementation of ADPCM encoding for DCA encoderDaniil Cherednik2017-05-081-0/+1
|
* avcodec/dca: add math helpers and fixed point DCTfoo862016-01-311-0/+55
|
* avcodec/dca: remove old decoderfoo862016-01-311-47/+0
| | | | | Remove all files and functions which are not going to be reused, and disable all functions and FATE tests temporarily which will be.
* all: Add missing header guardsTimothy Gu2016-01-281-0/+5
|
* Merge commit '85990140e7302d1e7fcc9fc0eea316178c19fe03'Hendrik Leppkes2016-01-021-4/+4
| | | | | | | * commit '85990140e7302d1e7fcc9fc0eea316178c19fe03': dca: Add math helpers. Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
* dca: Add math helpers.Alexandra Hájková2015-12-231-0/+42
They will be used by the integer core decoder.