summaryrefslogtreecommitdiff
path: root/libavcodec/dca_xll.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/dca_xll: add detection of DTS:X and DTS:X IMAXMarth642023-03-021-1/+25
* 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-5/+5
* dca: convert to new channel layout APIAnton Khirnov2022-03-151-1/+1
* all: Remove unnecessary libavcodec/internal.h inclusionsAndreas Rheinhardt2022-02-081-0/+1
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* avcodec/dca: avoid using bitstream reader in a non-standard wayfoo862017-07-181-1/+1
* avcodec/dca_xll: Fix runtime error: signed integer overflow: 2147286116 + 629...Michael Niedermayer2017-03-121-1/+1
* avcodec/dca_xll: Fix runtime error: signed integer overflow: 1762028192 + 698...Michael Niedermayer2017-03-121-1/+1
* avcodec/dca: Fix multiple runtime error: signed integer overflowMichael Niedermayer2017-02-281-2/+2
* avcodec/dca_xll: Fix runtime error: signed integer overflow: -1073741824 * 32...Michael Niedermayer2017-02-211-2/+2
* avcodec/dca_xll: signed integer overflow: 255251 * 32768 cannot be represente...Michael Niedermayer2017-02-211-2/+2
* avcodec/dca: add support for 20-bit XLLfoo862017-01-071-2/+4
* avcodec/dca: require checked bitstream readerfoo862016-05-311-1/+1
* avcodec/dca: remove Rice code length limitfoo862016-05-201-1/+1
* avcodec/dca: convert to AVCRCfoo862016-05-031-6/+3
* avcodec/dca: simplify conditionfoo862016-03-031-11/+6
* avcodec/dca: fix av_cold placement in declarationsfoo862016-03-031-2/+2
* avcodec/dca: add new decoder based on libdcadecfoo862016-01-311-0/+1499
* avcodec/dca: remove old decoderfoo862016-01-311-747/+0
* dca_xll: use av_clip_intp2()James Almer2015-04-181-2/+2
* Merge commit 'c9ed48e80ef807ab0c1bb946ac8db5f34d83d9c9'Michael Niedermayer2015-03-171-1/+1
|\
| * dca: Read params->pancABIT0[param_index] only if part0 is setNiels Möller2015-03-171-1/+1
* | Merge commit '217e4ff4d1f845b76e44634e29371cd09313d1c2'Michael Niedermayer2015-03-151-4/+4
|/
* dca: Support for XLL (lossless extension)Niels Möller2015-03-151-0/+747