summaryrefslogtreecommitdiff
path: root/libavcodec/dca_core.h
Commit message (Expand)AuthorAgeFilesLines
* dca_core: convert to lavu/txLynne2022-11-061-2/+3
* avcodec/dcadec: Treat the input packet's data as constAndreas Rheinhardt2022-07-041-2/+2
* all: Remove unnecessary libavcodec/internal.h inclusionsAndreas Rheinhardt2022-02-081-2/+0
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-011-1/+1
* avcodec/dca: avoid using bitstream reader in a non-standard wayfoo862017-07-181-0/+1
* avcodec/dca: move some enumeration typedefs into headersfoo862017-07-181-0/+28
* avcodec/dcaenc: Initial implementation of ADPCM encoding for DCA encoderDaniil Cherednik2017-05-081-1/+24
* avcodec/dca: move huffman data into separate object filefoo862016-05-011-1/+1
* avcodec/dca: add new decoder based on libdcadecfoo862016-01-311-0/+206