aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/dca_core.h
Commit message (Collapse)AuthorAgeFilesLines
* avcodec/dca: avoid using bitstream reader in a non-standard wayfoo862017-07-181-0/+1
| | | | | | Use proper get_bits.h functions instead of directly accessing index. Signed-off-by: James Almer <jamrial@gmail.com>
* avcodec/dca: move some enumeration typedefs into headersfoo862017-07-181-0/+28
| | | | | | | These values will be used by the parser. Prefix them with DCA_ appropriately. Signed-off-by: James Almer <jamrial@gmail.com>
* 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
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* avcodec/dca: add new decoder based on libdcadecfoo862016-01-311-0/+206