1. 833d2f0 Remove useless OPUS_SET_EXPERT_FRAME_DURATION() on CELT by Jean-Marc Valin · 6 years ago
  2. befb83b Fixes misleading initialization with not enough zeros by Jean-Marc Valin · 6 years ago
  3. 04e07d2 update checksums by Jean-Marc Valin · 6 years ago
  4. 83d5155 Bump LT version numbers by Jean-Marc Valin · 6 years ago
  5. 4d523a9 Proper detection of _mm_cvtss_si32 for MS compiler by Pavel P · 7 years ago
  6. aebc904 Renaming compute_allocation to clt_compute_allocation() to avoid symbol clashes by Jean-Marc Valin · 6 years ago
  7. a8e2a2b Prevent the SILK counter from overflowing after 2 years and 9 months by Jean-Marc Valin · 6 years ago
  8. 5d29023 Retrain RNN classifier weights to include reverberated speech by Jean-Marc Valin · 6 years ago
  9. 4a643d9 Fixes packet parsing for 16-bit CPUs by Jean-Marc Valin · 6 years ago
  10. c6d977a Clarify configure --help by Jean-Marc Valin · 6 years ago
  11. f689e05 Update ISO Base Media Format draft to version 0.8.1. by Ralph Giles · 6 years ago
  12. 5cbd7d5 Avoiding get_demixing_matrix() symbol clash on unified build by Jean-Marc Valin · 6 years ago
  13. eb55ebf OpusMSDecoder does not have an arch field by Jean-Marc Valin · 6 years ago
  14. 5d4db02 Add include/opus_projection.h to opus_headers.mk by Jean-Marc Valin · 6 years ago
  15. c2a6ac4 Apply equal bit allocation to ambisonic channels by Marcin Gorzel · 6 years ago
  16. 38fca4a Work around VS2015 internal compiler error by Mark Harris · 6 years ago
  17. dd6d6d5 Fixing arithmetic problems for 16-bit CPUs in ambisonics_rate_allocation() by Jean-Marc Valin · 6 years ago
  18. 6adfa70 Fix bitrate allocation for channel mapping 2 by Felicia Lim · 6 years ago
  19. bc4ecf1 win32: Add ambisonics sources to VS project by Joshua Bowman · 6 years ago
  20. 1f0c1b1 Fixes C90 "mixed declarations and code" error by Jean-Marc Valin · 6 years ago
  21. 722a66b Remove ambisonics experimental flag by Jean-Marc Valin · 6 years ago
  22. ac04450 Enable ambisonics by default by Jean-Marc Valin · 6 years ago
  23. 2c0061c Enable hardening by default by Jean-Marc Valin · 6 years ago
  24. ea8b26f Fix comma that should have been a semicolon by Jean-Marc Valin · 6 years ago
  25. 784d4ff oops by Jean-Marc Valin · 6 years ago
  26. 6a74b41 Use ambisonics families 2 and 3 instead of 254 and 253 by Jean-Marc Valin · 6 years ago
  27. 1827db6 Validate multistream/projection decoder frame_size by Mark Harris · 6 years ago
  28. 01b035f Silence compiler warnings by Mark Harris · 6 years ago
  29. c1c247d Make bandwidth detection more conservative to avoid low-passing frames by Jean-Marc Valin · 6 years ago
  30. 16160ac update checksums by Jean-Marc Valin · 6 years ago
  31. 693098f Avoiding arithmetic on NULL pointer by Jean-Marc Valin · 6 years ago
  32. d5a8136 Avoiding leaks when opus_demo exits with an error by Jean-Marc Valin · 6 years ago
  33. d6ae25a Fix DISABLE_FLOAT_API unused parameter warning by Mark Harris · 6 years ago
  34. 697beca Only call isqrt32() with a positive argument by Mark Harris · 6 years ago
  35. 287cb03 Switch from narrowband to wideband at 9 kb/s, don't use mediumband by Jean-Marc Valin · 6 years ago
  36. ed72830 Fix decision thresholds for larger frame sizes by Jean-Marc Valin · 6 years ago
  37. cd78f39 Fixes a SILK bandwidth switching regression by Jean-Marc Valin · 6 years ago
  38. 85ce87f Improving rate control for low bitrate by Jean-Marc Valin · 7 years ago
  39. 004ef8b Oops, fix NaN test by Jean-Marc Valin · 7 years ago
  40. 652c455 Aborting on NaN in CELT by Jean-Marc Valin · 7 years ago
  41. 42f43db Silk makes use of Opus VAD by Gustaf Ullberg · 7 years ago
  42. 1b58446 README: Update to reflect RFC 7845 and 8251 by Mark Harris · 7 years ago
  43. 19966cc Fix opus_packet_parse() non-null arg attribute by Mark Harris · 7 years ago
  44. d01199b two more asserts I forgot by Jean-Marc Valin · 7 years ago
  45. f0cea0d Misc assertion cleanup by Jean-Marc Valin · 7 years ago
  46. 2b249dd Harden SILK x86 code by Jean-Marc Valin · 7 years ago
  47. 909f1ce Hardening silk/fixed by Jean-Marc Valin · 7 years ago
  48. e69fc19 Hardening asserts for SILK float by Jean-Marc Valin · 7 years ago
  49. 7e3352e Converting some silk_assert()s into hardening celt_assert()s by Jean-Marc Valin · 7 years ago
  50. 69bcb28 Some missing checks by Jean-Marc Valin · 7 years ago
  51. 3995a0c Adding multistream decoder validation by Jean-Marc Valin · 7 years ago
  52. a29504c Asserting on some ctl() calls that should never fail by Jean-Marc Valin · 7 years ago
  53. bf1d442 Adds Opus decoder state validation by Jean-Marc Valin · 7 years ago
  54. 574d50c Adding decoder state validation by Jean-Marc Valin · 7 years ago
  55. 92ffce6 Fixing no-redundancy CELT->SILK and CELT->hybrid transitions by Jean-Marc Valin · 7 years ago
  56. ef20313 Adding ENABLE_HARDENING by Jean-Marc Valin · 7 years ago
  57. 9b092dd Support for Ambisonics. by Andrew Allen · 7 years ago
  58. a4b5282 Using a first-order filter for DC rejection by Jean-Marc Valin · 7 years ago
  59. e1c0770 Don't enable -fstack-protector-strong on Windows for now by Jean-Marc Valin · 7 years ago
  60. 610c14c Adding -D_FORTIFY_SOURCE=2 when possible by Jean-Marc Valin · 7 years ago
  61. cea38f1 Fixed off-by-one issue in Silk DTX by Gustaf Ullberg · 7 years ago
  62. 76d966f Enable -fstack-protector-strong by default on x86 by Jean-Marc Valin · 7 years ago
  63. e3e1f89 Fix comment to take into account previous commit by Jean-Marc Valin · 7 years ago
  64. 59b1a52 Increasing the CELT bit allocation slightly for stereo hybrid by Jean-Marc Valin · 7 years ago
  65. 475fa4a Fix divide-by-zeros in opus_demo stats code by Jean-Marc Valin · 7 years ago
  66. 4b6af2d Fixes integer overflow in SILK VAD for 10-ms frames by Jean-Marc Valin · 7 years ago
  67. 4503261 Forgot one RFC8251 behaviour to disable with --disable-rfc8251 by Jean-Marc Valin · 7 years ago
  68. cdcb2f7 Disabling weak transients and 5ms resolution on voiced frames by Jean-Marc Valin · 7 years ago
  69. e04e86e Add a simple masking model to the spreading decision by Jean-Marc Valin · 7 years ago
  70. 3b90ff8 Making sure importance[] is initialized even when we don't use dynalloc by Jean-Marc Valin · 7 years ago
  71. 5edcfaf oops by Jean-Marc Valin · 7 years ago
  72. 3e3a2ff Improve TF analysis RDO to take into account how important each band is by Jean-Marc Valin · 7 years ago
  73. 8299edf Scaling back the pitch filter when most of the energy is above 3.2 kHz by Jean-Marc Valin · 7 years ago
  74. 693421e Fixes NaN issues in compute_stereo_width() by Jean-Marc Valin · 7 years ago
  75. ff6532c Making opus-uninstalled.pc use the .la instead of the .a by Jean-Marc Valin · 7 years ago
  76. 058e817 Decouple OpusProjection* API from static matrices. by Andrew Allen · 7 years ago
  77. cae4445 Ensure mapping matrix size is always valid. by Andrew Allen · 7 years ago
  78. 65f11d3 Fix memory issues in Projection API. by Andrew Allen · 7 years ago
  79. eee6898 fix float constants by Jean-Marc Valin · 7 years ago
  80. 4656053 Define integer types from stdint.h where it's available by Kári Tristan Helgason · 7 years ago
  81. ab7ab10 Tuning decision thresholds for low-bitrate music by Jean-Marc Valin · 7 years ago
  82. ff83843 Fix matrix export via CTL func. by Andrew Allen · 7 years ago
  83. ff98202 Retrained speech/music RNN by Jean-Marc Valin · 7 years ago
  84. 877d3d2 Add missing include to the list by Jean-Marc Valin · 7 years ago
  85. f643c03 Support for Channel Mapping 253 by Andrew Allen · 7 years ago
  86. e12df85 Fix unnecessary assignment. by Roman Kalashnikov · 7 years ago
  87. d8b1fd4 Enable RFC 8251 changes by default by Jean-Marc Valin · 7 years ago
  88. 9f7e7c8 Fix configure output formatting. by Ralph Giles · 7 years ago
  89. 43dfdc0 Fix entropy coder doc by Jean-Marc Valin · 7 years ago
  90. 2da3721 Simplifying celt_fir5() since x==y and mem[]={0} by Jean-Marc Valin · 7 years ago
  91. 82e6cf7 Fix #undef of constant by Jean-Marc Valin · 7 years ago
  92. 072d133 Fixes CELT PLC by Jean-Marc Valin · 7 years ago
  93. b30f45b Fixing (hopefully) bandwidth detection for 24 kHz analysis by Jean-Marc Valin · 7 years ago
  94. 251fc07 float constants by Jean-Marc Valin · 7 years ago
  95. af93fbd Add RNN for VAD and speech/music classification by Jean-Marc Valin · 7 years ago
  96. f3cff05 Better rate allocation for stereo SILK in hybrid mode by Jean-Marc Valin · 7 years ago
  97. 95c4871 update draft version -10 by Jean-Marc Valin · 7 years ago
  98. ec29ffd Fix typo with NE10 prefix by Alexander Kochetkov · 7 years ago
  99. e2cdf9b Rename arm ne10 assembly optimization files. by Ralph Giles · 7 years ago
  100. 6db968e Rename SSE 4.1 files to match their targets. by Ralph Giles · 7 years ago