| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/dca_xll: add detection of DTS:X and DTS:X IMAX | Marth64 | 2023-03-02 | 1 | -1/+25 |
* | avcodec/internal: Move ff_side_data_update_matrix_encoding to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -1/+0 |
* | avcodec/internal: Move ff_get_buffer() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -0/+1 |
* | avcodec/dcadec: Treat the input packet's data as const | Andreas Rheinhardt | 2022-07-04 | 1 | -5/+5 |
* | dca: convert to new channel layout API | Anton Khirnov | 2022-03-15 | 1 | -1/+1 |
* | all: Remove unnecessary libavcodec/internal.h inclusions | Andreas Rheinhardt | 2022-02-08 | 1 | -0/+1 |
* | avcodec/avcodec: Stop including channel_layout.h in avcodec.h | Andreas Rheinhardt | 2021-07-22 | 1 | -0/+1 |
* | avcodec/dca: avoid using bitstream reader in a non-standard way | foo86 | 2017-07-18 | 1 | -1/+1 |
* | avcodec/dca_xll: Fix runtime error: signed integer overflow: 2147286116 + 629... | Michael Niedermayer | 2017-03-12 | 1 | -1/+1 |
* | avcodec/dca_xll: Fix runtime error: signed integer overflow: 1762028192 + 698... | Michael Niedermayer | 2017-03-12 | 1 | -1/+1 |
* | avcodec/dca: Fix multiple runtime error: signed integer overflow | Michael Niedermayer | 2017-02-28 | 1 | -2/+2 |
* | avcodec/dca_xll: Fix runtime error: signed integer overflow: -1073741824 * 32... | Michael Niedermayer | 2017-02-21 | 1 | -2/+2 |
* | avcodec/dca_xll: signed integer overflow: 255251 * 32768 cannot be represente... | Michael Niedermayer | 2017-02-21 | 1 | -2/+2 |
* | avcodec/dca: add support for 20-bit XLL | foo86 | 2017-01-07 | 1 | -2/+4 |
* | avcodec/dca: require checked bitstream reader | foo86 | 2016-05-31 | 1 | -1/+1 |
* | avcodec/dca: remove Rice code length limit | foo86 | 2016-05-20 | 1 | -1/+1 |
* | avcodec/dca: convert to AVCRC | foo86 | 2016-05-03 | 1 | -6/+3 |
* | avcodec/dca: simplify condition | foo86 | 2016-03-03 | 1 | -11/+6 |
* | avcodec/dca: fix av_cold placement in declarations | foo86 | 2016-03-03 | 1 | -2/+2 |
* | avcodec/dca: add new decoder based on libdcadec | foo86 | 2016-01-31 | 1 | -0/+1499 |
* | avcodec/dca: remove old decoder | foo86 | 2016-01-31 | 1 | -747/+0 |
* | dca_xll: use av_clip_intp2() | James Almer | 2015-04-18 | 1 | -2/+2 |
* | Merge commit 'c9ed48e80ef807ab0c1bb946ac8db5f34d83d9c9' | Michael Niedermayer | 2015-03-17 | 1 | -1/+1 |
|\ |
|
| * | dca: Read params->pancABIT0[param_index] only if part0 is set | Niels Möller | 2015-03-17 | 1 | -1/+1 |
* | | Merge commit '217e4ff4d1f845b76e44634e29371cd09313d1c2' | Michael Niedermayer | 2015-03-15 | 1 | -4/+4 |
|/ |
|
* | dca: Support for XLL (lossless extension) | Niels Möller | 2015-03-15 | 1 | -0/+747 |