1. 5c94ec3 Fix a typo in in opus_custom.h. by Hua, Chunbo · 4 years, 3 months ago main master
  2. 7f035cc cmake - add option for fast math by Marcus Asteborg · 4 years, 4 months ago
  3. c5c986a cmake - add option for float_approx for IEEE 754 compatible targets by Marcus Asteborg · 4 years, 4 months ago
  4. a0e14e7 cmake - Add variable length detection and alloca detection by Marcus Asteborg · 4 years, 4 months ago
  5. 7628d84 CMake Changes by Nathaniel R. Lewis · 4 years, 4 months ago
  6. 4fc7d87 cmake - Fix OPUS_STACK_PROTECTOR option by Marcus Asteborg · 4 years, 4 months ago
  7. 66422d0 cmake - Add OPUS prefix to feature info to show correct commandline option by Marcus Asteborg · 4 years, 5 months ago
  8. c401f21 cmake - Add option for testing to improve cli by Marcus Asteborg · 4 years, 5 months ago
  9. 927de84 cmake - intinsics fixes, only compile SSE source with SSE flags on non-windows when target use runtime check (GH #154). For windows we only use /arch flag when target is presumed to support SSE to avoid AVX function pollution (GH #132). by Marcus Asteborg · 4 years, 5 months ago
  10. ddb2c97 cmake - add math library for test programs demo and compare when building dynamic library by willson-chen · 4 years, 7 months ago
  11. d637b90 cmake - Fix CMake install include directory by evpobr · 4 years, 6 months ago
  12. 94b68f3 cmake - Add support for detecting the presence of lrint and lrintf. by Nathaniel R. Lewis · 5 years ago
  13. e780645 cmake - add CPack and default to TGZ package by Marcus Asteborg · 4 years, 4 months ago
  14. 6adac61 cmake - make package version parsing more robust by Marcus Asteborg · 4 years, 3 months ago
  15. 06a6515 Fix celt decoder assertion when using OPUS_CUSTOM by Niclas Olmenius · 4 years, 5 months ago
  16. adcb7bc Fix another signed integer overflow in silk_noise_shape_quantizer_del_dec by Felicia Lim · 4 years, 4 months ago
  17. 923bebd Fix signed integer overflows in silk_noise_shape_quantizer_del_dec by Felicia Lim · 4 years, 5 months ago
  18. be68a9a Fix for an assertion when running the fixed point tests by Jesús de Vicente Peña · 4 years, 6 months ago
  19. 3880c5a Reland "Fixes to the the activity flag that is passed to Silk so it represents the final activity flag used in the DTX decision" by Jesús de Vicente Peña · 4 years, 6 months ago
  20. 89c5e06 Revert "Fixes to the the activity flag that is passed to Silk so it represents the final activity flag used in the DTX decision" by Felicia Lim · 4 years, 6 months ago
  21. ea3b30f Fixes to the the activity flag that is passed to Silk so it represents the final activity flag used in the DTX decision by Jesús de Vicente Peña · 4 years, 6 months ago
  22. cf58efe Revert "Attenuate SILK PLC gain only for unvoiced speech" by Jesús de Vicente Peña · 4 years, 10 months ago
  23. 6d29f51 CMake: use PACKAGE_VERSION for the pkg-config file by DeadSix27 · 4 years, 8 months ago
  24. 60472f2 CMake: Add alias Opus::opus for opus library. Useful for CMake superbuild pattern. by Nathaniel R. Lewis · 5 years ago
  25. 965a72e CMake: Add shared library to features by Marcus Asteborg · 4 years, 7 months ago
  26. c487f53 CMake: add option to set BUILD_SHARED_LIBS variable by Davide Beatrici · 4 years, 10 months ago
  27. 93b373e OPUS_GET_IN_DTX handles Silk middle channel only by Gustaf Ullberg · 4 years, 8 months ago
  28. 8493bf5 Don't update null data pointer after each multistream decoder by Felicia Lim · 4 years, 8 months ago
  29. cd529ed Fix NEON optimizations buffer read overrun by Felicia Lim · 5 years ago
  30. 812ae3f Avoid processing LPC coeffs beyond the given order in NEON optimizations by Felicia Lim · 5 years ago
  31. ad8fe90 Fix typo in _FORTIFY_SOURCE define. by Marcus Asteborg · 5 years ago
  32. 3ebf4ad Silk CNG adapts faster to received packets with lower gains by Felicia Lim · 5 years ago
  33. 86e5f5e Add mising cmake file from make dist by Jean-Marc Valin · 5 years ago exp_ignore
  34. 296d556 Update checksums by Jean-Marc Valin · 5 years ago
  35. e85ed77 Bump LT version by Jean-Marc Valin · 5 years ago v1.3.1
  36. 1f92613 CMake changes by Marcus Asteborg · 5 years ago
  37. 268780f CMake changes by Marcus Asteborg · 5 years ago
  38. 4f4b11c API for checking whether the encoder is in DTX by Gustaf Ullberg · 6 years ago
  39. afea46e Correctly enable/disable SILK DTX with forced mode by Mark Harris · 5 years ago
  40. 196511d Fix build errors using Makefile.mips by Mark Harris · 5 years ago
  41. f9d3d43 Adding CMake support for Windows, Mac, Linux and Android Co-Authored-By: evpobr by Marcus Asteborg · 6 years ago
  42. 3765a24 Fix #elif OPUS_ARM_INLINE_EDSP by Jean-Marc Valin · 5 years ago
  43. db08296 Fix mismatching arg names in function declaration and definition by Felicia Lim · 5 years ago
  44. 6554681 test_opus_encode: Use fprintf instead of snprintf by Mark Harris · 5 years ago
  45. cdaf661 Reset nb_no_activity_frames when analysis DTX isn't used by Jean-Marc Valin · 5 years ago analysis_fix2
  46. 57092f9 Improve silence handling by Jean-Marc Valin · 5 years ago
  47. a7aa7fb Fixing initialization issues on small frame sizes by Jean-Marc Valin · 5 years ago
  48. 843121b Fixes analysis buffering for silence and complexity changes by Jean-Marc Valin · 5 years ago
  49. 0619d08 Avoiding problems with x87 by Jean-Marc Valin · 5 years ago
  50. 9f2a0c7 Properly handle a bad stream_id in OPUS_MULTISTREAM_GET_*_STATE_REQUEST by Jean-Marc Valin · 6 years ago
  51. f579083 Fix FIXED_POINT conditional check by evpobr · 6 years ago
  52. 9b24723 Clean up resources in projection test by Mark Harris · 6 years ago
  53. 9791b22 Refactoring: Isolating the matrix-vector product in gemm_accum() by Jean-Marc Valin · 6 years ago
  54. 054acff missing script by Jean-Marc Valin · 6 years ago
  55. 3ff7e1a Adding the scripts used to train the RNN classifier by Jean-Marc Valin · 6 years ago
  56. 59f8e5e Trivial sprintf to snprintf conversion. Some linkers warn about unbounded sprintf calls. by Janne Johansson · 6 years ago
  57. 5548090 Make float2int() static with VS by Jean-Marc Valin · 6 years ago
  58. 833d2f0 Remove useless OPUS_SET_EXPERT_FRAME_DURATION() on CELT by Jean-Marc Valin · 6 years ago
  59. befb83b Fixes misleading initialization with not enough zeros by Jean-Marc Valin · 6 years ago
  60. 04e07d2 update checksums by Jean-Marc Valin · 6 years ago
  61. 83d5155 Bump LT version numbers by Jean-Marc Valin · 6 years ago v1.3
  62. 4d523a9 Proper detection of _mm_cvtss_si32 for MS compiler by Pavel P · 6 years ago
  63. aebc904 Renaming compute_allocation to clt_compute_allocation() to avoid symbol clashes by Jean-Marc Valin · 6 years ago
  64. a8e2a2b Prevent the SILK counter from overflowing after 2 years and 9 months by Jean-Marc Valin · 6 years ago
  65. 5d29023 Retrain RNN classifier weights to include reverberated speech by Jean-Marc Valin · 6 years ago
  66. 4a643d9 Fixes packet parsing for 16-bit CPUs by Jean-Marc Valin · 6 years ago v1.3-rc2
  67. c6d977a Clarify configure --help by Jean-Marc Valin · 6 years ago
  68. f689e05 Update ISO Base Media Format draft to version 0.8.1. by Ralph Giles · 6 years ago
  69. 5cbd7d5 Avoiding get_demixing_matrix() symbol clash on unified build by Jean-Marc Valin · 6 years ago
  70. eb55ebf OpusMSDecoder does not have an arch field by Jean-Marc Valin · 6 years ago
  71. 5d4db02 Add include/opus_projection.h to opus_headers.mk by Jean-Marc Valin · 6 years ago
  72. c2a6ac4 Apply equal bit allocation to ambisonic channels by Marcin Gorzel · 6 years ago
  73. 38fca4a Work around VS2015 internal compiler error by Mark Harris · 6 years ago staging
  74. dd6d6d5 Fixing arithmetic problems for 16-bit CPUs in ambisonics_rate_allocation() by Jean-Marc Valin · 6 years ago
  75. 6adfa70 Fix bitrate allocation for channel mapping 2 by Felicia Lim · 6 years ago
  76. bc4ecf1 win32: Add ambisonics sources to VS project by Joshua Bowman · 6 years ago
  77. 1f0c1b1 Fixes C90 "mixed declarations and code" error by Jean-Marc Valin · 6 years ago
  78. 722a66b Remove ambisonics experimental flag by Jean-Marc Valin · 6 years ago
  79. ac04450 Enable ambisonics by default by Jean-Marc Valin · 6 years ago
  80. 2c0061c Enable hardening by default by Jean-Marc Valin · 6 years ago
  81. ea8b26f Fix comma that should have been a semicolon by Jean-Marc Valin · 6 years ago
  82. 784d4ff oops by Jean-Marc Valin · 6 years ago
  83. 6a74b41 Use ambisonics families 2 and 3 instead of 254 and 253 by Jean-Marc Valin · 6 years ago
  84. 1827db6 Validate multistream/projection decoder frame_size by Mark Harris · 6 years ago
  85. 01b035f Silence compiler warnings by Mark Harris · 6 years ago
  86. c1c247d Make bandwidth detection more conservative to avoid low-passing frames by Jean-Marc Valin · 6 years ago
  87. 16160ac update checksums by Jean-Marc Valin · 6 years ago
  88. 693098f Avoiding arithmetic on NULL pointer by Jean-Marc Valin · 6 years ago v1.3-rc
  89. d5a8136 Avoiding leaks when opus_demo exits with an error by Jean-Marc Valin · 6 years ago
  90. d6ae25a Fix DISABLE_FLOAT_API unused parameter warning by Mark Harris · 6 years ago
  91. 697beca Only call isqrt32() with a positive argument by Mark Harris · 6 years ago
  92. 287cb03 Switch from narrowband to wideband at 9 kb/s, don't use mediumband by Jean-Marc Valin · 6 years ago exp_bandwidth_fix4
  93. ed72830 Fix decision thresholds for larger frame sizes by Jean-Marc Valin · 6 years ago exp_bandwidth_fix3
  94. cd78f39 Fixes a SILK bandwidth switching regression by Jean-Marc Valin · 6 years ago
  95. 85ce87f Improving rate control for low bitrate by Jean-Marc Valin · 6 years ago
  96. 004ef8b Oops, fix NaN test by Jean-Marc Valin · 6 years ago
  97. 652c455 Aborting on NaN in CELT by Jean-Marc Valin · 6 years ago
  98. 42f43db Silk makes use of Opus VAD by Gustaf Ullberg · 6 years ago
  99. 1b58446 README: Update to reflect RFC 7845 and 8251 by Mark Harris · 6 years ago
  100. 19966cc Fix opus_packet_parse() non-null arg attribute by Mark Harris · 6 years ago