summaryrefslogtreecommitdiffstats
path: root/libavcodec/dca_core.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/dca_core: always limit frame size to data sizefoo862017-10-091-1/+1
* avcodec/dca: remove GetBitContext usage from avpriv_dca_parse_core_frame_head...James Almer2017-07-211-1/+1
* avcodec/dca: avoid using bitstream reader in a non-standard wayfoo862017-07-181-5/+7
* avcodec/dca_core: probe extension headers directlyfoo862017-07-181-15/+16
* avcodec/dca_core: switch to common frame header parsing functionfoo862017-07-181-98/+51
* avcodec/dca: move some enumeration typedefs into headersfoo862017-07-181-48/+20
* avcodec/dcaenc: Initial implementation of ADPCM encoding for DCA encoderDaniil Cherednik2017-05-081-35/+11
* dcaenc: Implementation of Huffman codes for DCA encoderDaniil Cherednik2017-01-151-12/+4
* avcodec/dca: remove useless debug messagefoo862016-05-201-3/+1
* avcodec/dca: convert to AVCRCfoo862016-05-031-15/+10
* avcodec/dca: fix sync word search error conditionfoo862016-05-021-6/+9
* avcodec/dca: move huffman data into separate object filefoo862016-05-011-64/+6
* avcodec/dca: clear X96 channels if nothing was decodedfoo862016-03-061-0/+1
* dca: add emms_c after usage of AV_COPY128Hendrik Leppkes2016-02-021-0/+4
* dca: add emms_c after AV_ZERO128 macrosHendrik Leppkes2016-02-021-0/+4
* avcodec/dca_core: rename get_vlc functionJames Almer2016-02-011-7/+7
* avcodec/dca: add new decoder based on libdcadecfoo862016-01-311-0/+2603
OpenPOWER on IntegriCloud