22 Commits (eaefd3ada963aa35277a466170c6be3e2cbeabfc)

Author SHA1 Message Date
  Michael Niedermayer eaefd3ada9 avcodec/aacdec_fixed: Fix undefined integer overflow in apply_independent_coupling_fixed() 7 years ago
  Michael Niedermayer 1f81818c6a avcodec/aacdec_fixed: use 64bit to avoid overflow in rounding in apply_dependent_coupling_fixed() 7 years ago
  Michael Niedermayer 98096645f2 avcodec/aacdec_fixed: Fix integer overflow in apply_independent_coupling_fixed() 8 years ago
  Michael Niedermayer 43299eabea avcodec/aacdec_fixed: Fix undefined shift 8 years ago
  Michael Niedermayer 52ebd1a0dc avcodec/aacdec_fixed: Fix integer overflow in apply_dependent_coupling_fixed() 8 years ago
  Michael Niedermayer 56cc35019e avcodec/aacdec_fixed: Fix integer overflow in predict() 8 years ago
  Michael Niedermayer 410f709bec avcodec/aacdec_fixed: fix invalid shift in predict() 8 years ago
  Michael Niedermayer d4bc7fc412 avcodec/aacdec_fixed: fix: left shift of negative value -1 8 years ago
  Michael Niedermayer 784d57bb62 avcodec/aacdec_fixed: Check s for being too small 8 years ago
  Michael Niedermayer f3be926246 avcodec/aacdec_fixed: Fix runtime error: left shift of negative value -1297616 8 years ago
  Michael Niedermayer a8625d1110 avcodec/aacdec_fixed: Fix runtime error: left shift of 1 by 31 places cannot be represented in type 'int' 8 years ago
  Michael Niedermayer aaf104e525 avcodec/aacdec_fixed: Fix multiple runtime error: shift exponent 127 is too large for 32-bit type 'int' 8 years ago
  Michael Niedermayer 7fe0a0e9e7 avcodec/aacdec_fixed: Fix runtime error: signed integer overflow: -2147483648 * -1 cannot be represented in type 'int' 8 years ago
  Michael Niedermayer 96f0b1de49 avcodec/aacdec_fixed: Fix runtime error: shift exponent 34 is too large for 32-bit type 'int' 8 years ago
  Michael Niedermayer 113bba3a2a avcodec/aacdec_fixed: Fix runtime error: left shift of negative value -1 8 years ago
  Michael Niedermayer ddc77f1f1e avcodec/aacdec_fixed: Fix multiple shift exponent 33 is too large for 32-bit type 'int' 8 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