26 Commits (85b8a4d2c7f4e2b5ea2ac0ba6f3bbfa12a10708d)

Author SHA1 Message Date
  Michael Niedermayer 85b8a4d2c7 avcodec/aacdec_fixed: Fix undefined shift in noise_scale() 6 years ago
  Michael Niedermayer 41315d5c7d avcodec/aacdec_fixed: Fix undefined integer overflow in apply_independent_coupling_fixed() 7 years ago
  Michael Niedermayer ada22c1c0f avcodec/aacdec_fixed: use 64bit to avoid overflow in rounding in apply_dependent_coupling_fixed() 7 years ago
  Michael Niedermayer 46db1182da avcodec/aacdec_fixed: Fix integer overflow in apply_independent_coupling_fixed() 7 years ago
  Michael Niedermayer db82e4f1e0 avcodec/aacdec_fixed: Fix undefined shift 8 years ago
  Michael Niedermayer dccead84c6 avcodec/aacdec_fixed: Fix integer overflow in apply_dependent_coupling_fixed() 8 years ago
  Michael Niedermayer b3bdb0ddc1 avcodec/aacdec_fixed: Fix integer overflow in predict() 8 years ago
  Michael Niedermayer 1e443051b2 avcodec/aacdec_fixed: fix invalid shift in predict() 8 years ago
  Michael Niedermayer 2dfb8c4178 avcodec/aacdec_fixed: fix: left shift of negative value -1 8 years ago
  Michael Niedermayer cf7edbd6c5 avcodec/aacdec_fixed: Check s for being too small 8 years ago
  Michael Niedermayer 6d499ecef9 avcodec/aacdec_fixed: Fix runtime error: left shift of negative value -1297616 8 years ago
  Michael Niedermayer 6b9cb5d26a avcodec/aacdec_fixed: Fix runtime error: left shift of 1 by 31 places cannot be represented in type 'int' 8 years ago
  Michael Niedermayer 6c3a63fc3d avcodec/aacdec_fixed: Fix multiple runtime error: shift exponent 127 is too large for 32-bit type 'int' 8 years ago
  Michael Niedermayer 8e87d146d7 avcodec/aacdec_fixed: Fix runtime error: signed integer overflow: -2147483648 * -1 cannot be represented in type 'int' 8 years ago
  Michael Niedermayer 620b452a11 avcodec/aacdec_fixed: Fix multiple runtime error: shift exponent 127 is too large for 32-bit type 'int' 8 years ago
  Michael Niedermayer b5228e44c7 avcodec/aacdec_fixed: Fix runtime error: shift exponent 34 is too large for 32-bit type 'int' 8 years ago
  Michael Niedermayer 26227d9186 avcodec/aacdec_fixed: Fix runtime error: left shift of negative value -1 8 years ago
  Michael Niedermayer 3a0ff78168 avcodec/aacdec_fixed: Fix multiple shift exponent 33 is too large for 32-bit type 'int' 8 years ago
  Michael Niedermayer ad2296ab3a avcodec/aacdec_fixed: Fix various integer overflows 8 years ago
  Reimar Döffinger 7c93f2c0b9 Move cbrt tables to separate cbrt_data(_fixed).c files. 10 years ago
  Derek Buitenhuis 1a29804558 aac: Make codec init run under ff_thread_once 10 years ago
  Timothy Gu 1597dba86a aacdec_fixed: Make exp2tab static const 10 years ago
  Jovan Zelincevic f21b4472ef libavcodec: Implementation of AAC_fixed_decoder (LC-module) [4/4] 10 years ago
  Djordje Pesut b04f46cb4b libavcodec: Implementation of AAC_fixed_decoder (LC-module) [3/4] 10 years ago