summaryrefslogtreecommitdiff
path: root/libavcodec/dca_lbr.c
Commit message (Expand)AuthorAgeFilesLines
* 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