summaryrefslogtreecommitdiff
path: root/libavcodec/aacdec_fixed.c
Commit message (Expand)AuthorAgeFilesLines
* aacdec: convert to lavu/tx and support fixed-point 960-sample decodingLynne2022-11-061-2/+3
* avcodec/codec_internal: Avoid deprecation warnings for channel_layoutsAndreas Rheinhardt2022-09-281-3/+1
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/aacdec_fixed: add missing priv_classJames Almer2022-08-011-0/+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-10/+10
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-1/+1
* aac: convert to new channel layout APIAnton Khirnov2022-03-151-0/+3
* avcodec: Remove the FFT_FIXED_32 defineAndreas Rheinhardt2021-08-051-1/+0
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/aacdec_fixed: Move fixed-point sinewin tables to its only userAndreas Rheinhardt2021-02-071-3/+3
* avcodec/aacdec, aactab: Move kbd tables to their only userAndreas Rheinhardt2020-12-081-0/+3
* avcodec/aacdec_fixed: Limit index in vector_pow43()Michael Niedermayer2020-10-181-2/+2
* avcodec/aacdec_fixed: Add FF_CODEC_CAP_INIT_CLEANUPMichael Niedermayer2019-09-241-1/+1
* avcodec/aacdec_fixed: Handle more extreem cases in noise_scale()Michael Niedermayer2019-06-041-4/+9
* avcodec/aacdec_fixed: ssign seems always -1 in noise_scale(), simplifyMichael Niedermayer2019-06-041-4/+4
* avcodec/aacdec_fixed: Fix undefined shift in noise_scale()Michael Niedermayer2019-04-251-1/+1
* avcodec/aacdec_fixed: Provide context to av_log()Michael Niedermayer2019-01-011-2/+2
* avcodec/aacdec_fixed: Fix undefined integer overflow in apply_independent_cou...Michael Niedermayer2018-06-151-1/+1
* avcodec/aacdec_fixed: use 64bit to avoid overflow in rounding in apply_depend...Michael Niedermayer2018-05-271-1/+1
* avcodec/aacdec_fixed: Fix integer overflow in apply_independent_coupling_fixed()Michael Niedermayer2018-04-021-1/+1
* avcodec/aacdec_fixed: Fix undefined shiftMichael Niedermayer2017-11-131-1/+1
* Merge commit 'b5f19f7478492307e4b4763aeac3180faf50e17f'James Almer2017-10-301-1/+1
* avcodec/aacdec_fixed: Fix integer overflow in apply_dependent_coupling_fixed()Michael Niedermayer2017-10-301-1/+1
* avcodec/aacdec_fixed: Fix integer overflow in predict()Michael Niedermayer2017-10-301-2/+2
* avcodec/aacdec_fixed: fix invalid shift in predict()Michael Niedermayer2017-08-051-2/+6
* avcodec/aacdec_fixed: fix: left shift of negative value -1Michael Niedermayer2017-07-241-1/+1
* avcodec/aacdec_fixed: Check s for being too smallMichael Niedermayer2017-06-191-2/+3
* avcodec/aacdec_fixed: Fix runtime error: left shift of negative value -1297616Michael Niedermayer2017-06-111-1/+1
* avcodec/aacdec_fixed: Fix runtime error: left shift of 1 by 31 places cannot ...Michael Niedermayer2017-05-281-2/+2
* avcodec/aacdec_fixed: Fix multiple runtime error: shift exponent 127 is too l...Michael Niedermayer2017-05-281-1/+3
* avcodec/aacdec_fixed: Fix runtime error: signed integer overflow: -2147483648...Michael Niedermayer2017-05-251-1/+1
* avcodec/aacdec_fixed: Fix multiple runtime error: shift exponent 127 is too l...Michael Niedermayer2017-05-231-1/+3
* avcodec/aacdec_fixed: Fix runtime error: shift exponent 34 is too large for 3...Michael Niedermayer2017-05-211-1/+5
* avcodec/aacdec_fixed: Fix runtime error: left shift of negative value -1Michael Niedermayer2017-05-131-5/+5
* avcodec/aacdec_fixed: Fix multiple shift exponent 33 is too large for 32-bit ...Michael Niedermayer2017-05-111-1/+5
* avcodec/aacdec_fixed: Fix various integer overflowsMichael Niedermayer2017-05-111-1/+1
* Move cbrt tables to separate cbrt_data(_fixed).c files.Reimar Döffinger2016-03-131-3/+3
* Merge commit '2c6811397bdf13d43ca206e48d6d6da9c2cd47c6'Hendrik Leppkes2016-01-011-0/+2
* aac: Make codec init run under ff_thread_onceDerek Buitenhuis2015-10-151-0/+1
* aacdec_fixed: Make exp2tab static constTimothy Gu2015-08-221-1/+1
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
* libavcodec: Implementation of AAC_fixed_decoder (LC-module) [4/4]Jovan Zelincevic2015-07-091-1/+0
* libavcodec: Implementation of AAC_fixed_decoder (LC-module) [3/4]Djordje Pesut2015-07-091-0/+444