| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/dca_core: always limit frame size to data size | foo86 | 2017-10-09 | 1 | -1/+1 |
* | avcodec/dca: remove GetBitContext usage from avpriv_dca_parse_core_frame_head... | James Almer | 2017-07-21 | 1 | -1/+1 |
* | avcodec/dca: avoid using bitstream reader in a non-standard way | foo86 | 2017-07-18 | 1 | -5/+7 |
* | avcodec/dca_core: probe extension headers directly | foo86 | 2017-07-18 | 1 | -15/+16 |
* | avcodec/dca_core: switch to common frame header parsing function | foo86 | 2017-07-18 | 1 | -98/+51 |
* | avcodec/dca: move some enumeration typedefs into headers | foo86 | 2017-07-18 | 1 | -48/+20 |
* | avcodec/dcaenc: Initial implementation of ADPCM encoding for DCA encoder | Daniil Cherednik | 2017-05-08 | 1 | -35/+11 |
* | dcaenc: Implementation of Huffman codes for DCA encoder | Daniil Cherednik | 2017-01-15 | 1 | -12/+4 |
* | avcodec/dca: remove useless debug message | foo86 | 2016-05-20 | 1 | -3/+1 |
* | avcodec/dca: convert to AVCRC | foo86 | 2016-05-03 | 1 | -15/+10 |
* | avcodec/dca: fix sync word search error condition | foo86 | 2016-05-02 | 1 | -6/+9 |
* | avcodec/dca: move huffman data into separate object file | foo86 | 2016-05-01 | 1 | -64/+6 |
* | avcodec/dca: clear X96 channels if nothing was decoded | foo86 | 2016-03-06 | 1 | -0/+1 |
* | dca: add emms_c after usage of AV_COPY128 | Hendrik Leppkes | 2016-02-02 | 1 | -0/+4 |
* | dca: add emms_c after AV_ZERO128 macros | Hendrik Leppkes | 2016-02-02 | 1 | -0/+4 |
* | avcodec/dca_core: rename get_vlc function | James Almer | 2016-02-01 | 1 | -7/+7 |
* | avcodec/dca: add new decoder based on libdcadec | foo86 | 2016-01-31 | 1 | -0/+2603 |