summaryrefslogtreecommitdiffstats
path: root/libavcodec/aacdec_fixed.c
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud