| Commit message (Expand) | Author | Age | Files | Lines |
* | ac3: convert to lavu/tx | Lynne | 2022-11-06 | 1 | -1/+2 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -1/+1 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -8/+8 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | ac3: convert to new channel layout API | Vittorio Giovara | 2022-03-15 | 1 | -0/+1 |
* | avcodec: Remove the FFT_FIXED_32 define | Andreas Rheinhardt | 2021-08-05 | 1 | -1/+0 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/ac3dec: Make decoders init-threadsafe | Andreas Rheinhardt | 2021-01-09 | 1 | -1/+1 |
* | avcodec/ac3dec: Check operations that can fail | Andreas Rheinhardt | 2021-01-09 | 1 | -0/+1 |
* | avcodec: Set AV_CODEC_CAP_CHANNEL_CONF in more decoders | Michael Niedermayer | 2020-11-28 | 1 | -1/+2 |
* | avcodec/ac3dec_fixed: Remove some temporary variables from scale_coefs() | Michael Niedermayer | 2020-06-08 | 1 | -22/+8 |
* | avcodec/ac3dec_fixed: Fix several invalid left shifts in scale_coefs() | Michael Niedermayer | 2020-04-16 | 1 | -8/+9 |
* | avcodec/ac3dec_fixed: Fix integer overflow in scale_coefs() | Michael Niedermayer | 2018-01-15 | 1 | -2/+2 |
* | avcodec/ac3dec_fixed: Fix multiple runtime error: signed integer overflow: -3... | Michael Niedermayer | 2017-06-08 | 1 | -1/+1 |
* | avcodec/ac3dec_fixed: Fix runtime error: left shift of 419 by 23 places canno... | Michael Niedermayer | 2017-06-04 | 1 | -1/+1 |
* | Merge commit '43717469f9daa402f6acb48997255827a56034e9' | Clément Bœsch | 2017-03-22 | 1 | -4/+4 |
* | avcodec/ac3dec: add consistent noise generation option. | Jonathan Campbell | 2017-01-22 | 1 | -0/+1 |
* | avcodec: use AV_OPT_TYPE_BOOL in a bunch of places | Clément Bœsch | 2015-12-04 | 1 | -1/+1 |
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
* | ac3dec_fixed: always use the USE_FIXED=1 variant of the AC3DecodeContext | Andreas Cadhalpun | 2015-03-14 | 1 | -0/+1 |
* | avcodec/ac3dec_fixed: remove unused arrays | Michael Niedermayer | 2014-09-08 | 1 | -12/+0 |
* | ac3dec_fixed: add missing "static const". | Reimar Döffinger | 2014-08-31 | 1 | -1/+1 |
* | Improved AC3 decoder level support (heavy drc, dialnorm) | Jean-Francois Thibert | 2014-08-27 | 1 | -34/+65 |
* | avcodec/ac3dec_fixed: add missingAVprefix to CODEC_ID | Michael Niedermayer | 2014-04-01 | 1 | -1/+1 |
* | avcodec/ac3: rename identifier used to select the fixed point variant | Michael Niedermayer | 2014-04-01 | 1 | -1/+1 |
* | libavcodec: Implementation of AC3 fixedpoint decoder | Nedeljko Babic | 2014-04-01 | 1 | -0/+176 |