Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avcodec/dca: avoid using bitstream reader in a non-standard way | foo86 | 2017-07-18 | 1 | -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 headers | foo86 | 2017-07-18 | 1 | -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 encoder | Daniil Cherednik | 2017-05-08 | 1 | -1/+24 |
| | |||||
* | avcodec/dca: move huffman data into separate object file | foo86 | 2016-05-01 | 1 | -1/+1 |
| | | | | Signed-off-by: James Almer <jamrial@gmail.com> | ||||
* | avcodec/dca: add new decoder based on libdcadec | foo86 | 2016-01-31 | 1 | -0/+206 |