1. befb83b Fixes misleading initialization with not enough zeros by Jean-Marc Valin · 6 years ago
  2. a8e2a2b Prevent the SILK counter from overflowing after 2 years and 9 months by Jean-Marc Valin · 6 years ago
  3. 01b035f Silence compiler warnings by Mark Harris · 6 years ago
  4. cd78f39 Fixes a SILK bandwidth switching regression by Jean-Marc Valin · 6 years ago
  5. 85ce87f Improving rate control for low bitrate by Jean-Marc Valin · 6 years ago
  6. 42f43db Silk makes use of Opus VAD by Gustaf Ullberg · 6 years ago
  7. d01199b two more asserts I forgot by Jean-Marc Valin · 7 years ago
  8. 2b249dd Harden SILK x86 code by Jean-Marc Valin · 7 years ago
  9. 909f1ce Hardening silk/fixed by Jean-Marc Valin · 7 years ago
  10. e69fc19 Hardening asserts for SILK float by Jean-Marc Valin · 7 years ago
  11. 7e3352e Converting some silk_assert()s into hardening celt_assert()s by Jean-Marc Valin · 7 years ago
  12. cea38f1 Fixed off-by-one issue in Silk DTX by Gustaf Ullberg · 7 years ago
  13. 4b6af2d Fixes integer overflow in SILK VAD for 10-ms frames by Jean-Marc Valin · 7 years ago
  14. f3cff05 Better rate allocation for stereo SILK in hybrid mode by Jean-Marc Valin · 7 years ago
  15. 6db968e Rename SSE 4.1 files to match their targets. by Ralph Giles · 7 years ago
  16. 34d821c Fix a duplicate symbol name. by Ralph Giles · 7 years ago
  17. f3390cd Don't use MAY_HAVE_NEON in arm_silk_map.c. by Jonathan Lennox · 7 years ago
  18. aef369f silk_LIMIT_32() should return an opus_int32 (not opus_int) by Jean-Marc Valin · 7 years ago
  19. 9bb2820 cosmetics,silk: correct input/output arg comments by Linfeng Zhang · 8 years ago
  20. 43db562 Optimize silk_biquad_alt_stride2() for ARM NEON by Linfeng Zhang · 8 years ago
  21. 60eb7d8 Update silk_biquad_alt() by Linfeng Zhang · 8 years ago
  22. 8e19536 Optimize silk_warped_autocorrelation_FIX() for ARM NEON by Linfeng Zhang · 8 years ago
  23. d6d7037 Fix compiler warnings by Mark Harris · 8 years ago
  24. abc1a77 Fix stability test by Jean-Marc Valin · 8 years ago
  25. 0834ad6 Speed up test_unit_LPC_inv_pred_gain by returning early on stable filters by Jean-Marc Valin · 8 years ago
  26. 95d4c9f Optimize silk_LPC_inverse_pred_gain() for ARM NEON by Linfeng Zhang · 8 years ago
  27. 6868865 Adding a unit test for LPC_inv_pred_gain() by Jean-Marc Valin · 8 years ago
  28. 572d65d Remove silk_LPC_inverse_pred_gain_Q24() which is no longer used anywhere by Jean-Marc Valin · 8 years ago
  29. feabcdc fix ARM build w/--disable-intrinsics --enable-asm by James Zern · 8 years ago
  30. cfdaf36 Optimize silk_NSQ_del_dec() for ARM NEON by Linfeng Zhang · 8 years ago
  31. 68afa49 Avoids undefined behaviour in ARM-optimized code by Jean-Marc Valin · 8 years ago
  32. 864bc8c Update NSQ_LPC_BUF_LENGTH macro by Linfeng Zhang · 8 years ago
  33. d664319 Add FIXED_POINT check if using celt_fir in SILK's LPC analysis filter by Felicia Lim · 8 years ago
  34. 783ad76 Revise celt_fir_c() to not pass in argument "mem" by Linfeng Zhang · 8 years ago
  35. efcdeb9 Fix some compiler warnings by Mark Harris · 8 years ago
  36. bd54e27 Correct SILK encoder gain limit by Mark Harris · 8 years ago
  37. 4dde082 Remove SILK_DEBUG define when _WIN32 and _DEBUG are defined. by Ralph Giles · 8 years ago
  38. 3fdfcd4 Remove commented-out DEBUG_STORE_DATA calls. r=keon by Ralph Giles · 8 years ago
  39. f1deb29 Eliminate trailing spaces by Mark Harris · 8 years ago
  40. 3868831 Fixing some opus_int vs opus_int32 mismatches by Jean-Marc Valin · 8 years ago
  41. 8ab3e80 Fixes an overflow in LPC_inverse_pred_gain_QA() by Jean-Marc Valin · 8 years ago
  42. c7bbc3e Speeding up PVQ using unlikely() and moving first position out of the loop by Jean-Marc Valin · 8 years ago
  43. 10b2978 Making it clearer to Coverity that nStates cannot exceed NLSF_QUANT_DEL_DEC_STATES by Jean-Marc Valin · 8 years ago
  44. 5da0498 Fixes overflow in CNG by Jean-Marc Valin · 8 years ago
  45. 79e8f52 Ensure that NLSF cannot be negative when computing a min distance between them by Felicia Lim · 8 years ago
  46. c75fa18 Disabling the use of celt_fir() in silk_LPC_analysis_filter() by default by Jean-Marc Valin · 8 years ago
  47. 07ca5cc Fixes an overflow in limit_warped_coefs() by Jean-Marc Valin · 8 years ago
  48. b1d38ed Avoiding an overflow in the LTP quantization by Jean-Marc Valin · 8 years ago
  49. bb224a4 Disables MIPS silk_noise_shape_analysis_FIX() until it's updated by Jean-Marc Valin · 8 years ago
  50. 5b91130 More headroom in fixed-point silk_burg_modified() to avoid an overflow by Jean-Marc Valin · 8 years ago
  51. ed44e78 Increase headroom in silk_warped_autocorrelation_FIX() by Jean-Marc Valin · 8 years ago
  52. 594c4d8 Increase headroom to avoid overflow in silk_pitch_analysis_core() by Jean-Marc Valin · 8 years ago
  53. de473b3 Avoids undefined behaviour from left-shifting negative values by Jean-Marc Valin · 8 years ago
  54. 6f26011 Fix include warning by Tristan Matthews · 8 years ago
  55. c4027c1 Fix include warning by Tristan Matthews · 8 years ago
  56. 2b011b6 Moving FEC decision to the Opus encoder level (from SILK level) by Jean-Marc Valin · 8 years ago
  57. cc344b0 CBR: set gains to their previons values where we're busting the budget by Jean-Marc Valin · 8 years ago
  58. 4e75dd0 Set pulses to zero if we can't meet rate target by Jean-Marc Valin · 8 years ago
  59. 6e12486 Now that we're preventing huge gains, we no longer need to pretend there's by Jean-Marc Valin · 8 years ago
  60. d8781a0 CBR: lock the gain on a subframe when the number of pulses stops going down by Jean-Marc Valin · 8 years ago
  61. 0a698d6 merge back in the LTP gain safety limiter by Koen Vos · 8 years ago
  62. f78e508 CBR: Using the same gain increase for fixed-point as for float by Jean-Marc Valin · 8 years ago
  63. d60816f comment about reduced codelength component in LTP quantizer error metric by Koen Vos · 8 years ago
  64. 3af77bf avoid double if statement for finding best quantized LTP coefs by Koen Vos · 8 years ago
  65. 2799c53 increase NSQ decision delay from 32 to 40 by Koen Vos · 8 years ago
  66. ae25203 reduced noise floor in noise shaping analysis by 2 dB by Koen Vos · 8 years ago
  67. 3e054b8 increase order of noise shaping filter by Koen Vos · 8 years ago
  68. f06774c more conservative scaling of LTP corrs; remove assert that checks for negative residual energy; discard CB entries leading to such negative energies by Koen Vos · 8 years ago
  69. 07691f1 Clean up: alignment of comments by Koen Vos · 9 years ago
  70. 90f8c5e Clean up: replace tabs by spaces by Koen Vos · 9 years ago
  71. 6e40eb5 removed prefilter by Koen Vos · 9 years ago
  72. 52cfffe slight clean up by Koen Vos · 9 years ago
  73. 8abd50e undo some loop unrolling by Koen Vos · 9 years ago
  74. 6adea4b pitch analysis (in FIX) now scales the input down at the start, instead of at every stage by Koen Vos · 9 years ago
  75. fc7ce7d minor clean up of pointer offsets by Koen Vos · 9 years ago
  76. 8c9d418 simplified computation of LTP coefs by Koen Vos · 9 years ago
  77. 4f5557c Attenuate SILK PLC gain only for unvoiced speech by Felicia Lim · 9 years ago
  78. 894f729 Makes the encoder more aggressive about meeting the rate target by Jean-Marc Valin · 8 years ago
  79. 89857b5 Using more fine-grained complexity settings for SILK by Jean-Marc Valin · 8 years ago
  80. 34da05b Fixes signed integer overlof in silk_ADD_POS_SAT32() by Jean-Marc Valin · 8 years ago
  81. 3648134 New DTX that works in all modes (SILK/CELT/HYBRID) by Felicia Lim · 8 years ago
  82. e437424 NLSF_VQ_MAX_SURVIVORS is no longer useful by Jean-Marc Valin · 8 years ago
  83. 8daa4d3 take advantage of more efficient NLSF quantization by reducing number of survivors in search by Koen Vos · 9 years ago
  84. eb2c8f3 NLSF_del_dec_quant minor clean up by Koen Vos · 9 years ago
  85. c462ae9 NLSF_encode now also uses NLSF weights from table by Koen Vos · 9 years ago
  86. aa7e174 NLSF VQ now uses absolute error, and prediction by Koen Vos · 9 years ago
  87. 2955f68 NLSF decoding now uses tables for NLSF weights by Koen Vos · 9 years ago
  88. 7c64560 Implement sum_sqr_shift() using two passes with no branch inside the loops by Jean-Marc Valin · 9 years ago
  89. 61714e9 Quality: Increase CELT rate for voiced frames in hybrid mode by Jean-Marc Valin · 8 years ago
  90. 6be769c Apply 02f3ac225f99 fix for divide-by-zero to the SSE4.1 version of silk_burg_modified() by Jean-Marc Valin · 8 years ago
  91. 512f17a Add Aarch64 intrinsics for saturated add/subtract. by Jonathan Lennox · 9 years ago
  92. 81b699c Add OPUS_FAST_INT64 definition of silk_SMULWT. by Jonathan Lennox · 9 years ago
  93. c59c138 Explicitly cast results of silk OPUS_FAST_INT64 macros back to opus_int32. by Jonathan Lennox · 9 years ago
  94. 8da4f84 Move OPUS_FAST_INT64 definition to celt/arch.h. by Jonathan Lennox · 9 years ago
  95. 7f1c6fa Add Neon intrinsics for Silk noise shape feedback loop. by Jonathan Lennox · 9 years ago
  96. 81a1942 Apply Neon short prediction optimization to silk_noise_shape_quantizer_del_dec. by Jonathan Lennox · 9 years ago
  97. 44e8e73 Add Neon intrinsics for Silk noise shape quantization. by Jonathan Lennox · 9 years ago
  98. 58dbcf2 Update URLs by Mark Harris · 8 years ago
  99. 29d1369 Replace another useless 32x16 multiply with 16x16 by Jean-Marc Valin · 8 years ago
  100. 3f4a64f Replacing some 32x16 multiplies with 16x16 when both operands are 16 bits by Jean-Marc Valin · 8 years ago