summaryrefslogtreecommitdiff
path: root/libavcodec/dca_lbr.c
Commit message (Expand)AuthorAgeFilesLines
* dca_lbr: convert to lavu/txLynne2022-11-061-4/+6
* avcodec/dca_lbr: Inline nb_bits for VLCsAndreas Rheinhardt2022-09-161-15/+16
* avcodec/dca_lbr: Hardcode lpc table to save spaceAndreas Rheinhardt2022-09-161-4/+11
* avcodec/dcahuff, dca_core, dca_lbr: Apply offset during VLC creationAndreas Rheinhardt2022-09-161-2/+2
* 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-1/+1
* avcodec/dca_lbr: set nchannelsJames Almer2022-03-151-0/+1
* lavc: drop temporary compat wrappers for channel layout API changeAnton Khirnov2022-03-151-7/+0
* dca: convert to new channel layout APIAnton Khirnov2022-03-151-8/+12
* all: Remove unnecessary libavcodec/internal.h inclusionsAndreas Rheinhardt2022-02-081-0/+1
* avcodec/dca*: Make decoder init-threadsafeAndreas Rheinhardt2021-05-021-9/+1
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-011-0/+1
* avcodec/dca_lbr: Fix some error codes and error passingMichael Niedermayer2020-02-031-69/+93
* avcodec/dca: move some enumeration typedefs into headersfoo862017-07-181-7/+2
* avcodec/dca_lbr: Fix off by 1 error in freq checkMichael Niedermayer2017-02-021-1/+1
* avcodec/dca: require checked bitstream readerfoo862016-05-311-1/+0
* avcodec/dca: use LUT for LBR frequency rangesfoo862016-05-201-10/+5
* avcodec/dca_lbr: Fix "warning: missing braces around initializer"Michael Niedermayer2016-05-111-1/+1
* avcodec/dca_lbr: explicitly initialize structs with zeroHendrik Leppkes2016-05-111-1/+1
* avcodec/dca: add DTS Express (LBR) decoderfoo862016-05-101-0/+1825