1. 67fd8dc Increase patchParam array size by one and fix out-of-bounce write in resetLppTransposer(). by Fraunhofer IIS FDK · 1 year, 4 months ago
  2. 2a40fde Prevent too large shift exponent in apply_inter_tes() and merge two loops. by Fraunhofer IIS FDK · 3 years, 6 months ago
  3. e5a14d0 Use scaleValuesSaturate() to avoid integer overflows in QmfTransposerApply(). by Fraunhofer IIS FDK · 3 years, 6 months ago
  4. 48e0fa0 Avoid unintentional sign conversions in lppTransposer() and lppTransposerHBE(). by Fraunhofer IIS FDK · 3 years, 6 months ago
  5. 826719d Merge changes I42956a9f,I92f7c559,I5af62590 into sc-dev by TreeHugger Robot · 3 years, 5 months ago
  6. c0c3096 Merge "Revise synthesis QMF scaling for PS to avoid integer overflow in qmfSynPrototypeFirSlot()." into sc-dev by TreeHugger Robot · 3 years, 5 months ago
  7. b0a46ba Merge "Prevent signed integer overflow in calc_qmfBufferReal()." into sc-dev by TreeHugger Robot · 3 years, 5 months ago
  8. ef864da Prevent signed integer overflow in complex path of calc_qmfBuffer(). by Fraunhofer IIS FDK · 4 years, 5 months ago
  9. 5522e52 Prevent signed integer overflow in calc_qmfBufferReal(). by Fraunhofer IIS FDK · 4 years, 5 months ago
  10. 0e0a2f6 Revise synthesis QMF scaling for PS to avoid integer overflow in qmfSynPrototypeFirSlot(). by Fraunhofer IIS FDK · 4 years, 5 months ago
  11. a1edc32 Sbr syncstate may only be set to upsampling if the sbr decoder was sucessfully initialized. by Fraunhofer IIS FDK · 3 years, 6 months ago
  12. cab99f4 Perform parameter check before parameter assignment to avoid incorrect initialization in resetFreqBandTables(). by Fraunhofer IIS FDK · 3 years, 6 months ago
  13. 9256cfb Make sure that alphaValue is correctly initialized in sbrDecoder_drcApplySlot(). by Fraunhofer IIS FDK · 4 years, 6 months ago
  14. 4305167 Limit smoothedNoise values to avoid integer overflows in adjustTimeSlotHQ() and adjustTimeSlotHQ_GainAndNoise(). by Fraunhofer IIS FDK · 4 years, 6 months ago
  15. b5dfe8f Fix heap buffer overflow in sbrDecoder_AssignQmfChannels2SbrChannels(). by Fraunhofer IIS FDK · 4 years, 3 months ago
  16. 0f130d5 Merge changes Iad37ae76,I4870251b,Icd937cad am: 662d974400 am: 0b8c6e731f by Kris Alder · 4 years, 6 months ago
  17. 7f7bbce Stop using __DATE__/__TIME__ on all builds by Anuj Joshi · 4 years, 6 months ago
  18. e016635 Avoid decoder internal clipping by converting the whole audio sample data path from 16 to 32 bit data width (FDKdec v3.2.0). by Fraunhofer IIS FDK · 4 years, 9 months ago
  19. 90c29e0 Revise memory overlay usage and remove deprecated buffers and overlay tags. by Fraunhofer IIS FDK · 4 years, 9 months ago
  20. 5d09563 Avoid too large shift exponent in apply_inter_tes() by using fIsLessThan. by Fraunhofer IIS FDK · 4 years, 11 months ago
  21. 801b45f Adjust scaling in lppTransposerHBE() to prevent signed integer overflow in autocorrelation. by Fraunhofer IIS FDK · 5 years ago
  22. 68cdcfc Avoid signed integer overflows in multiple adjustTimeSlot*() functions. by Fraunhofer IIS FDK · 5 years ago
  23. 2ce3e76 Improve robustness of limiter band table calculation in ResetLimiterBands(). by Fraunhofer IIS FDK · 5 years ago
  24. 5838a31 Fix signed integer overflow in pvcDecodeTimeSlot(). by Fraunhofer IIS FDK · 5 years ago
  25. b2f2a10 Limit too large shift value in apply_inter_tes(). by Fraunhofer IIS FDK · 5 years ago
  26. 54cd15b Fix nrgGain_e update in equalizeFiltBufferExp(). Prevents negative shift exponents in calculateSbrEnvelope(). by Fraunhofer IIS FDK · 5 years ago
  27. 9ba6f8b Fix signed integer overflow in calcFactorPerBand() calculation. by Fraunhofer IIS FDK · 5 years ago
  28. a702982 Prevent integer overflow in sbrDecoder_calculateGainVec(). by Fraunhofer IIS FDK · 5 years ago
  29. 6f98eab Saturate shift value in calculateSbrEnvelope(). Prevents too large shift values. by Fraunhofer IIS FDK · 5 years ago
  30. a65911c Limit shift exponent in adjustTimeSlot_EldGrid(). by Fraunhofer IIS FDK · 5 years ago
  31. bedfd82 Fix shift value assignment in addHighBandPart(). by Fraunhofer IIS FDK · 5 years ago
  32. b1b3064 Replace obsolete SBR CRC with superior FDK CRC implementation. Fixes ELD SBR CRC decoding and prevents negative shift exponents in calcCRC(). by Fraunhofer IIS FDK · 5 years ago
  33. 818743f Improve random phase table accuracy. by Fraunhofer IIS FDK · 6 years ago
  34. 2ef020c Increase scale factor gain in TES tool. by Fraunhofer IIS FDK · 6 years ago
  35. 69a5c18 Improve accuracy of division in calcSubbandGain(). by Fraunhofer IIS FDK · 6 years ago
  36. e51063c Avoid -1.0 autocorrelation input data. by Fraunhofer IIS FDK · 6 years ago
  37. 273a43f Discard SBR data in case of unsuccessful SBR header update. by Fraunhofer IIS FDK · 6 years ago
  38. 8972e93 libSBRdec: prevent OOB access by Jean-Michel Trivi · 6 years ago
  39. 55d2c95 Extend PS concealment/error treatment by Fraunhofer IIS FDK · 6 years ago
  40. 82383e3 Fix potential invalid memory access for concealment in decodeEnvelope() by Fraunhofer IIS FDK · 6 years ago
  41. 5cb1030 Reset all noisefloor levels in leanSbrConcealment() by Fraunhofer IIS FDK · 6 years ago
  42. 0cebd07 Apply sbrDecoder_Parse() function for all explict SBR elements by Fraunhofer IIS FDK · 6 years ago
  43. 0271d6a Call QMF transposer initialization only with successful SBR processing by Fraunhofer IIS FDK · 6 years ago
  44. 804f41a Add error path to generateFixFixOnly() by Fraunhofer IIS FDK · 6 years ago
  45. f828d3e Merge "Limit too large shift exponent in apply_inter_tes()" by Jean-Michel Trivi · 6 years ago
  46. 29b81ac Limit too large shift exponent in apply_inter_tes() by Fraunhofer IIS FDK · 6 years ago
  47. e93cd75 Limit too large scale_change exponent used in adjustTimeSlot by Fraunhofer IIS FDK · 6 years ago
  48. 5e57019 Prevent out of bounds accesses in lppTransposer() and lppTransposerHBE() by Fraunhofer IIS FDK · 6 years ago
  49. a4d1f0a FDKv2 ubsan patches by Fraunhofer IIS FDK · 6 years ago
  50. 44ac411 FDK patches: fix overflows in decoder out-of-band config by Fraunhofer IIS FDK · 6 years ago
  51. 6cfabd3 Upgrade to FDKv2 by Fraunhofer IIS FDK · 7 years ago
  52. 117691f Fix out of bound memory access in lppTransposer am: 6d3dd40e20 am: 2a7b438754 am: fca1027937 am: d8e897ae9e am: 6e15baff97 am: 06c27a9feb am: e6b649a380 am: 902decfc99 am: 77aac03fb6 by Jean-Michel Trivi · 7 years ago
  53. 06c27a9 Fix out of bound memory access in lppTransposer am: 6d3dd40e20 am: 2a7b438754 am: fca1027937 am: d8e897ae9e by Jean-Michel Trivi · 7 years ago
  54. fca1027 Fix out of bound memory access in lppTransposer am: 6d3dd40e20 am: 2a7b438754 by Jean-Michel Trivi · 7 years ago
  55. 6d3dd40 Fix out of bound memory access in lppTransposer by Jean-Michel Trivi · 7 years ago
  56. 6ec082c Remove redundant register storage class specifiers by Martin Storsjo · 8 years ago
  57. 6d7d501 Add casts to avoid errors due to narrowing by Martin Storsjo · 8 years ago
  58. c3f7cf7 Merge "Add default case for undefined pointer initialization" am: 9d0179c by Glenn Kasten · 8 years ago
  59. 1dd7649 Add default case for undefined pointer initialization by Glenn Kasten · 8 years ago
  60. 203e3f2 AAC/SBR decoder improvements and bugfixes by Jean-Michel Trivi · 8 years ago
  61. e1c78ed SBR/AAC encoder updates, code clean up by Jean-Michel Trivi · 8 years ago
  62. 2d435aa Remove __DATE__/__TIME__ by Dan Willemsen · 9 years ago
  63. 6e83307 Remove __DATE__/__TIME__ by Dan Willemsen · 9 years ago
  64. 6792cf6 AAC-Decoder: SBR delay for gapless by Jean-Michel Trivi · 10 years ago
  65. af967fc AAC Decoder: flush/seek improvements by Jean-Michel Trivi · 10 years ago
  66. 47c680c AAC Decoder: support 6.1/7.1 decoded as 5.1 by Jean-Michel Trivi · 11 years ago
  67. 5016eb7 Decoder stability, sanity checks improvements by Jean-Michel Trivi · 11 years ago
  68. b9774f9 Decode dynamic range control improvements by Jean-Michel Trivi · 11 years ago
  69. 3a0a695 FDK update for downsampled SBR by Jean-Michel Trivi · 11 years ago
  70. 4f0d970 Disclaimer update, lib version increment by Jean-Michel Trivi · 11 years ago
  71. 8bd0bae Fix HE-AAC SBR ignored high-freq data by Jean-Michel Trivi · 11 years ago
  72. 6ab3699 Bug 7170947 Update AAC codec by Jean-Michel Trivi · 12 years ago
  73. 381d698 Bug fixes in AAC decoder, AAC encoder, FDK library by Jean-Michel Trivi · 12 years ago
  74. 2228e36 Snapshot 2bda038c163298531d47394bc2c09e1409c5d0db by The Android Open Source Project · 12 years ago