summaryrefslogtreecommitdiff
path: root/libavcodec/ac3dec_fixed.c
Commit message (Expand)AuthorAgeFilesLines
* ac3: convert to lavu/txLynne2022-11-061-1/+2
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+1
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-8/+8
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* ac3: convert to new channel layout APIVittorio Giovara2022-03-151-0/+1
* avcodec: Remove the FFT_FIXED_32 defineAndreas Rheinhardt2021-08-051-1/+0
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/ac3dec: Make decoders init-threadsafeAndreas Rheinhardt2021-01-091-1/+1
* avcodec/ac3dec: Check operations that can failAndreas Rheinhardt2021-01-091-0/+1
* avcodec: Set AV_CODEC_CAP_CHANNEL_CONF in more decodersMichael Niedermayer2020-11-281-1/+2
* avcodec/ac3dec_fixed: Remove some temporary variables from scale_coefs()Michael Niedermayer2020-06-081-22/+8
* avcodec/ac3dec_fixed: Fix several invalid left shifts in scale_coefs()Michael Niedermayer2020-04-161-8/+9
* avcodec/ac3dec_fixed: Fix integer overflow in scale_coefs()Michael Niedermayer2018-01-151-2/+2
* avcodec/ac3dec_fixed: Fix multiple runtime error: signed integer overflow: -3...Michael Niedermayer2017-06-081-1/+1
* avcodec/ac3dec_fixed: Fix runtime error: left shift of 419 by 23 places canno...Michael Niedermayer2017-06-041-1/+1
* Merge commit '43717469f9daa402f6acb48997255827a56034e9'Clément Bœsch2017-03-221-4/+4
* avcodec/ac3dec: add consistent noise generation option.Jonathan Campbell2017-01-221-0/+1
* avcodec: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-1/+1
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
* ac3dec_fixed: always use the USE_FIXED=1 variant of the AC3DecodeContextAndreas Cadhalpun2015-03-141-0/+1
* avcodec/ac3dec_fixed: remove unused arraysMichael Niedermayer2014-09-081-12/+0
* ac3dec_fixed: add missing "static const".Reimar Döffinger2014-08-311-1/+1
* Improved AC3 decoder level support (heavy drc, dialnorm)Jean-Francois Thibert2014-08-271-34/+65
* avcodec/ac3dec_fixed: add missingAVprefix to CODEC_IDMichael Niedermayer2014-04-011-1/+1
* avcodec/ac3: rename identifier used to select the fixed point variantMichael Niedermayer2014-04-011-1/+1
* libavcodec: Implementation of AC3 fixedpoint decoderNedeljko Babic2014-04-011-0/+176