1. 6a07d58 Upgrade libopus to d2f6805c3f36718a742c33c56eb945c2e10646ef by Haibo Huang · 3 years, 10 months ago
  2. c2b542b Add support for Meson build system by Tim-Philipp Müller · 9 years ago
  3. e2bcf2c Merge branch 'upstream-master' by Harish Mahendrakar · 4 years ago
  4. 907a523 Replace WIN32 with _WIN32 everywhere by Nirbheek Chauhan · 4 years, 2 months ago
  5. cb66cb3 silk: Fix incorrect ifdef in debug.c by Nirbheek Chauhan · 4 years, 2 months ago
  6. 09f8f05 Build time improvement, for MSVC use intrin0.h instead of intrin.h and remove usage of stdio.h in production code by Marcus Asteborg · 4 years, 4 months ago
  7. fe00017 Disable message box when calling abort(). The message box is causing hangs in tests. by Marcus Asteborg · 4 years, 4 months ago
  8. adcb7bc Fix another signed integer overflow in silk_noise_shape_quantizer_del_dec by Felicia Lim · 4 years, 6 months ago
  9. 923bebd Fix signed integer overflows in silk_noise_shape_quantizer_del_dec by Felicia Lim · 4 years, 7 months ago
  10. cf58efe Revert "Attenuate SILK PLC gain only for unvoiced speech" by Jesús de Vicente Peña · 5 years ago
  11. 53c13b2 improve handling at end of buffer am: 5d2e0a05b7 by Ray Essick · 5 years ago
  12. 5d2e0a0 improve handling at end of buffer by Ray Essick · 5 years ago
  13. cd529ed Fix NEON optimizations buffer read overrun by Felicia Lim · 5 years ago
  14. 9f6f361 Avoid processing LPC coeffs beyond the given order in NEON optimizations am: 7daa5b5802 by Felicia Lim · 5 years ago
  15. 3e8d8b2 Avoid processing LPC coeffs beyond the given order in NEON optimizations by Felicia Lim · 5 years ago
  16. 7daa5b5 Avoid processing LPC coeffs beyond the given order in NEON optimizations by Felicia Lim · 5 years ago
  17. de8d48c Opus encode fails on 32-bit ARM by Ray Essick · 5 years ago
  18. 812ae3f Avoid processing LPC coeffs beyond the given order in NEON optimizations by Felicia Lim · 5 years ago
  19. 3ebf4ad Silk CNG adapts faster to received packets with lower gains by Felicia Lim · 5 years ago
  20. 196511d Fix build errors using Makefile.mips by Mark Harris · 5 years ago
  21. 7f037a2 Fix integer overflow diagnostics within opus by Ray Essick · 6 years ago
  22. 0efcc2b Upgrade Opus to v1.3 by Felicia Lim · 6 years ago
  23. befb83b Fixes misleading initialization with not enough zeros by Jean-Marc Valin · 6 years ago
  24. a8e2a2b Prevent the SILK counter from overflowing after 2 years and 9 months by Jean-Marc Valin · 6 years ago
  25. 01b035f Silence compiler warnings by Mark Harris · 6 years ago
  26. cd78f39 Fixes a SILK bandwidth switching regression by Jean-Marc Valin · 6 years ago
  27. 85ce87f Improving rate control for low bitrate by Jean-Marc Valin · 6 years ago
  28. 42f43db Silk makes use of Opus VAD by Gustaf Ullberg · 6 years ago
  29. d01199b two more asserts I forgot by Jean-Marc Valin · 6 years ago
  30. 2b249dd Harden SILK x86 code by Jean-Marc Valin · 6 years ago
  31. 909f1ce Hardening silk/fixed by Jean-Marc Valin · 6 years ago
  32. e69fc19 Hardening asserts for SILK float by Jean-Marc Valin · 6 years ago
  33. 7e3352e Converting some silk_assert()s into hardening celt_assert()s by Jean-Marc Valin · 6 years ago
  34. cea38f1 Fixed off-by-one issue in Silk DTX by Gustaf Ullberg · 7 years ago
  35. 4b6af2d Fixes integer overflow in SILK VAD for 10-ms frames by Jean-Marc Valin · 7 years ago
  36. f3cff05 Better rate allocation for stereo SILK in hybrid mode by Jean-Marc Valin · 7 years ago
  37. 6db968e Rename SSE 4.1 files to match their targets. by Ralph Giles · 7 years ago
  38. 0c2090c Opus 1.2.1 by Felicia Lim · 7 years ago
  39. 34d821c Fix a duplicate symbol name. by Ralph Giles · 7 years ago
  40. f3390cd Don't use MAY_HAVE_NEON in arm_silk_map.c. by Jonathan Lennox · 7 years ago
  41. aef369f silk_LIMIT_32() should return an opus_int32 (not opus_int) by Jean-Marc Valin · 7 years ago
  42. 9bb2820 cosmetics,silk: correct input/output arg comments by Linfeng Zhang · 8 years ago
  43. 43db562 Optimize silk_biquad_alt_stride2() for ARM NEON by Linfeng Zhang · 8 years ago
  44. 60eb7d8 Update silk_biquad_alt() by Linfeng Zhang · 8 years ago
  45. 8e19536 Optimize silk_warped_autocorrelation_FIX() for ARM NEON by Linfeng Zhang · 8 years ago
  46. d6d7037 Fix compiler warnings by Mark Harris · 8 years ago
  47. abc1a77 Fix stability test by Jean-Marc Valin · 8 years ago
  48. 0834ad6 Speed up test_unit_LPC_inv_pred_gain by returning early on stable filters by Jean-Marc Valin · 8 years ago
  49. 95d4c9f Optimize silk_LPC_inverse_pred_gain() for ARM NEON by Linfeng Zhang · 8 years ago
  50. 6868865 Adding a unit test for LPC_inv_pred_gain() by Jean-Marc Valin · 8 years ago
  51. 572d65d Remove silk_LPC_inverse_pred_gain_Q24() which is no longer used anywhere by Jean-Marc Valin · 8 years ago
  52. feabcdc fix ARM build w/--disable-intrinsics --enable-asm by James Zern · 8 years ago
  53. cfdaf36 Optimize silk_NSQ_del_dec() for ARM NEON by Linfeng Zhang · 8 years ago
  54. 68afa49 Avoids undefined behaviour in ARM-optimized code by Jean-Marc Valin · 8 years ago
  55. 864bc8c Update NSQ_LPC_BUF_LENGTH macro by Linfeng Zhang · 8 years ago
  56. d664319 Add FIXED_POINT check if using celt_fir in SILK's LPC analysis filter by Felicia Lim · 8 years ago
  57. 783ad76 Revise celt_fir_c() to not pass in argument "mem" by Linfeng Zhang · 8 years ago
  58. efcdeb9 Fix some compiler warnings by Mark Harris · 8 years ago
  59. bd54e27 Correct SILK encoder gain limit by Mark Harris · 8 years ago
  60. 795223c Ensure that NLSF cannot be negative when computing a min distance between them am: d9d5ac4027 am: 0c9f64428e am: 08bee81353 am: af7b9188dd am: 1e52f31e06 am: 77d9e761ae am: 98092cecc4 am: 910dc7b667 am: dc699bde53 am: ae7f372e44 am: 8207d6fc56 by Felicia Lim · 8 years ago
  61. d9d5ac4 Ensure that NLSF cannot be negative when computing a min distance between them by Felicia Lim · 8 years ago
  62. 4dde082 Remove SILK_DEBUG define when _WIN32 and _DEBUG are defined. by Ralph Giles · 8 years ago
  63. 3fdfcd4 Remove commented-out DEBUG_STORE_DATA calls. r=keon by Ralph Giles · 8 years ago
  64. f1deb29 Eliminate trailing spaces by Mark Harris · 8 years ago
  65. 3868831 Fixing some opus_int vs opus_int32 mismatches by Jean-Marc Valin · 8 years ago
  66. 8ab3e80 Fixes an overflow in LPC_inverse_pred_gain_QA() by Jean-Marc Valin · 8 years ago
  67. c7bbc3e Speeding up PVQ using unlikely() and moving first position out of the loop by Jean-Marc Valin · 8 years ago
  68. 10b2978 Making it clearer to Coverity that nStates cannot exceed NLSF_QUANT_DEL_DEC_STATES by Jean-Marc Valin · 8 years ago
  69. d03c373 Upgrade Opus to v1.1.3 by Felicia Lim · 8 years ago
  70. 5da0498 Fixes overflow in CNG by Jean-Marc Valin · 8 years ago
  71. 79e8f52 Ensure that NLSF cannot be negative when computing a min distance between them by Felicia Lim · 8 years ago
  72. c75fa18 Disabling the use of celt_fir() in silk_LPC_analysis_filter() by default by Jean-Marc Valin · 8 years ago
  73. 07ca5cc Fixes an overflow in limit_warped_coefs() by Jean-Marc Valin · 8 years ago
  74. b1d38ed Avoiding an overflow in the LTP quantization by Jean-Marc Valin · 8 years ago
  75. bb224a4 Disables MIPS silk_noise_shape_analysis_FIX() until it's updated by Jean-Marc Valin · 8 years ago
  76. 5b91130 More headroom in fixed-point silk_burg_modified() to avoid an overflow by Jean-Marc Valin · 8 years ago
  77. ed44e78 Increase headroom in silk_warped_autocorrelation_FIX() by Jean-Marc Valin · 8 years ago
  78. 594c4d8 Increase headroom to avoid overflow in silk_pitch_analysis_core() by Jean-Marc Valin · 8 years ago
  79. de473b3 Avoids undefined behaviour from left-shifting negative values by Jean-Marc Valin · 8 years ago
  80. 6f26011 Fix include warning by Tristan Matthews · 8 years ago
  81. c4027c1 Fix include warning by Tristan Matthews · 8 years ago
  82. 2b011b6 Moving FEC decision to the Opus encoder level (from SILK level) by Jean-Marc Valin · 8 years ago
  83. cc344b0 CBR: set gains to their previons values where we're busting the budget by Jean-Marc Valin · 8 years ago
  84. 4e75dd0 Set pulses to zero if we can't meet rate target by Jean-Marc Valin · 8 years ago
  85. 6e12486 Now that we're preventing huge gains, we no longer need to pretend there's by Jean-Marc Valin · 8 years ago
  86. d8781a0 CBR: lock the gain on a subframe when the number of pulses stops going down by Jean-Marc Valin · 8 years ago
  87. 0a698d6 merge back in the LTP gain safety limiter by Koen Vos · 8 years ago
  88. f78e508 CBR: Using the same gain increase for fixed-point as for float by Jean-Marc Valin · 8 years ago
  89. d60816f comment about reduced codelength component in LTP quantizer error metric by Koen Vos · 8 years ago
  90. 3af77bf avoid double if statement for finding best quantized LTP coefs by Koen Vos · 8 years ago
  91. 2799c53 increase NSQ decision delay from 32 to 40 by Koen Vos · 8 years ago
  92. ae25203 reduced noise floor in noise shaping analysis by 2 dB by Koen Vos · 8 years ago
  93. 3e054b8 increase order of noise shaping filter by Koen Vos · 8 years ago
  94. 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
  95. 07691f1 Clean up: alignment of comments by Koen Vos · 9 years ago
  96. 90f8c5e Clean up: replace tabs by spaces by Koen Vos · 9 years ago
  97. 6e40eb5 removed prefilter by Koen Vos · 9 years ago
  98. 52cfffe slight clean up by Koen Vos · 9 years ago
  99. 8abd50e undo some loop unrolling by Koen Vos · 9 years ago
  100. 6adea4b pitch analysis (in FIX) now scales the input down at the start, instead of at every stage by Koen Vos · 9 years ago