summaryrefslogtreecommitdiff
path: root/libavcodec/dca_core.c
Commit message (Expand)AuthorAge
* avcodec/dcadec: Treat the input packet's data as constAndreas Rheinhardt2022-07-04
* dca: convert to new channel layout APIAnton Khirnov2022-03-15
* all: Remove unnecessary libavcodec/internal.h inclusionsAndreas Rheinhardt2022-02-08
* avcodec/dca: Unavpriv dca_sample_ratesAndreas Rheinhardt2022-01-04
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-22
* avcodec/dca_core: always limit frame size to data sizefoo862017-10-09
* avcodec/dca: remove GetBitContext usage from avpriv_dca_parse_core_frame_head...James Almer2017-07-21
* avcodec/dca: avoid using bitstream reader in a non-standard wayfoo862017-07-18
* avcodec/dca_core: probe extension headers directlyfoo862017-07-18
* avcodec/dca_core: switch to common frame header parsing functionfoo862017-07-18
* avcodec/dca: move some enumeration typedefs into headersfoo862017-07-18
* avcodec/dcaenc: Initial implementation of ADPCM encoding for DCA encoderDaniil Cherednik2017-05-08
* dcaenc: Implementation of Huffman codes for DCA encoderDaniil Cherednik2017-01-15
* avcodec/dca: remove useless debug messagefoo862016-05-20
* avcodec/dca: convert to AVCRCfoo862016-05-03
* avcodec/dca: fix sync word search error conditionfoo862016-05-02
* avcodec/dca: move huffman data into separate object filefoo862016-05-01
* avcodec/dca: clear X96 channels if nothing was decodedfoo862016-03-06
* dca: add emms_c after usage of AV_COPY128Hendrik Leppkes2016-02-02
* dca: add emms_c after AV_ZERO128 macrosHendrik Leppkes2016-02-02
* avcodec/dca_core: rename get_vlc functionJames Almer2016-02-01
* avcodec/dca: add new decoder based on libdcadecfoo862016-01-31