summaryrefslogtreecommitdiff
path: root/libavcodec/dca_core.c
Commit message (Expand)AuthorAgeFilesLines
* dca_core: convert to lavu/txLynne2022-11-061-7/+16
* avcodec/dcahuff: Replace DCAVLC by ordinary VLCsAndreas Rheinhardt2022-09-161-5/+5
* avcodec/dca_core: Don't use too big max_depth in get_vlc2()Andreas Rheinhardt2022-09-161-1/+1
* avcodec/dca_core: Inline number of bits of scale factor VLCsAndreas Rheinhardt2022-09-161-2/+4
* avcodec/dcahuff, dca_core, dca_lbr: Apply offset during VLC creationAndreas Rheinhardt2022-09-161-1/+1
* avcodec/dcahuff: Always use three bits for transition mode VLCsAndreas Rheinhardt2022-09-161-1/+1
* avcodec/dca_core, dcahuff: Don't use DCAVLC unnecessarilyAndreas Rheinhardt2022-09-161-1/+2
* avcodec/dca_core: Only call emms_c() if neededAndreas Rheinhardt2022-09-111-0/+8
* avcodec/internal: Move ff_side_data_update_matrix_encoding to decode.hAndreas Rheinhardt2022-08-271-1/+0
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-0/+1
* avcodec/dcadec: Treat the input packet's data as constAndreas Rheinhardt2022-07-041-2/+2
* dca: convert to new channel layout APIAnton Khirnov2022-03-151-3/+3
* all: Remove unnecessary libavcodec/internal.h inclusionsAndreas Rheinhardt2022-02-081-0/+1
* avcodec/dca: Unavpriv dca_sample_ratesAndreas Rheinhardt2022-01-041-1/+1
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* 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