1. d4b8707 CMake: Make _FORTIFY_SOURCE optional by Zeno Endemann · 4 years, 2 months ago
  2. 8ad827c cmake - fix bugs around consuming Opus as a submodule in cmake and package version parsing by Marcus Asteborg · 4 years, 3 months ago
  3. 5edb5aa cmake - Fix typo bug in enable_float_api option by Marcus Asteborg · 4 years, 2 months ago
  4. edccc33 cmake - add warning flags for clang, gcc etc. by Marcus Asteborg · 4 years, 3 months ago
  5. 982e83a gitlab-ci: Run jobs on the gcc:9 image. by Ralph Giles · 4 years, 1 month ago
  6. 484af25 configure: adjust x86 get cpu info inline assembly method for PIC case by sezero · 5 years ago
  7. f8ed894 Fix and clean up opus_decode_fuzzer by Felicia Lim · 4 years, 3 months ago
  8. d05a07e Remove trailing whitespaces in vla.c that was missed previously by Marcus Asteborg · 4 years, 3 months ago
  9. 0c0c484 Add CI to check for trailing whitespaces in merge requests by Marcus Asteborg · 4 years, 3 months ago
  10. b69bfb2 Fix arm build with rtcd enabled. by Ralph Giles · 4 years, 3 months ago
  11. b816d1d Fix trailing whitspace in previous commit by Marcus Asteborg · 4 years, 3 months ago
  12. 12c751e Prefer SSE and ASM implementation of float2int before lrintf for MSVC by Marcus Asteborg · 4 years, 3 months ago
  13. da40455 Silence clang silk_encoder alignment warning by Mark Harris · 4 years, 3 months ago
  14. 3cb71db fix doc/build_draft.sh run error by willson-chen · 5 years ago
  15. 86e9bfc opus draft: fix run failed under dash by willson-chen · 4 years, 5 months ago
  16. 87cdaae cmake - refactor and cleanup options by Marcus Asteborg · 4 years, 4 months ago
  17. ce9d83b cmake/CFeatureCheck.cmake: fix feature tests failing when Opus is a submodule by Davide Beatrici · 4 years, 4 months ago
  18. 97fca1b cmake - add option to disable intrinsics by Marcus Asteborg · 4 years, 5 months ago
  19. c350cec cmake - move all compiler feature detection to OpusConfig by Marcus Asteborg · 4 years, 5 months ago
  20. d00d866 cmake - add include guards to cmake files by Marcus Asteborg · 4 years, 5 months ago
  21. 48055cc cmake - move cmake related files to cmake folder to make root dir less busy by Marcus Asteborg · 4 years, 5 months ago
  22. f2f8f33 cmake - only publish opus_custom.h if custom modes is enabled #121 by Marcus Asteborg · 4 years, 5 months ago
  23. 7f01183 cmake - add headers to project by Marcus Asteborg · 4 years, 5 months ago
  24. b254701 Add support to CMake build for building frameworks on Apple systems. by Simon Jackson · 4 years, 5 months ago
  25. fc13987 Fix intrin0.h include guard. by Ralph Giles · 4 years, 3 months ago
  26. 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
  27. fe00017 Disable message box when calling abort(). The message box is causing hangs in tests. by Marcus Asteborg · 4 years, 4 months ago
  28. f014317 Build and run test for cmake build in gitlab-ci by Marcus Asteborg · 4 years, 4 months ago
  29. fad505e Update Doxygen config file, header and footer to Doxygen 1.8.18 by Marcus Asteborg · 4 years, 4 months ago
  30. 72a3a6c Build trivial_example by default. by Ralph Giles · 4 years, 4 months ago
  31. fefcad3 trivial_example: Check the return value of fread(). by Ralph Giles · 4 years, 4 months ago
  32. 1168a29 trivial_example: open raw pcm files in binary mode. by Ralph Giles · 4 years, 4 months ago
  33. 4d40636 fix equivalent bitrate calculation for <20ms frame sizes by Hector Martin · 4 years, 4 months ago
  34. 8aa7767 Repository moved to gitlab.xiph.org by Mark Harris · 4 years, 5 months ago
  35. d1b5efe gitlab-ci: Add a build description. by Ralph Giles · 4 years, 5 months ago
  36. 5c94ec3 Fix a typo in in opus_custom.h. by Hua, Chunbo · 4 years, 5 months ago
  37. 7f035cc cmake - add option for fast math by Marcus Asteborg · 4 years, 5 months ago
  38. c5c986a cmake - add option for float_approx for IEEE 754 compatible targets by Marcus Asteborg · 4 years, 5 months ago
  39. a0e14e7 cmake - Add variable length detection and alloca detection by Marcus Asteborg · 4 years, 5 months ago
  40. 7628d84 CMake Changes by Nathaniel R. Lewis · 4 years, 6 months ago
  41. 4fc7d87 cmake - Fix OPUS_STACK_PROTECTOR option by Marcus Asteborg · 4 years, 6 months ago
  42. 66422d0 cmake - Add OPUS prefix to feature info to show correct commandline option by Marcus Asteborg · 4 years, 6 months ago
  43. c401f21 cmake - Add option for testing to improve cli by Marcus Asteborg · 4 years, 6 months ago
  44. 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, 6 months ago
  45. ddb2c97 cmake - add math library for test programs demo and compare when building dynamic library by willson-chen · 4 years, 9 months ago
  46. d637b90 cmake - Fix CMake install include directory by evpobr · 4 years, 8 months ago
  47. 94b68f3 cmake - Add support for detecting the presence of lrint and lrintf. by Nathaniel R. Lewis · 5 years ago
  48. e780645 cmake - add CPack and default to TGZ package by Marcus Asteborg · 4 years, 6 months ago
  49. 6adac61 cmake - make package version parsing more robust by Marcus Asteborg · 4 years, 5 months ago
  50. 06a6515 Fix celt decoder assertion when using OPUS_CUSTOM by Niclas Olmenius · 4 years, 7 months ago
  51. adcb7bc Fix another signed integer overflow in silk_noise_shape_quantizer_del_dec by Felicia Lim · 4 years, 6 months ago
  52. 923bebd Fix signed integer overflows in silk_noise_shape_quantizer_del_dec by Felicia Lim · 4 years, 7 months ago
  53. be68a9a Fix for an assertion when running the fixed point tests by Jesús de Vicente Peña · 4 years, 7 months ago
  54. 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, 8 months ago
  55. 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, 7 months ago
  56. 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, 8 months ago
  57. cf58efe Revert "Attenuate SILK PLC gain only for unvoiced speech" by Jesús de Vicente Peña · 5 years ago
  58. 6d29f51 CMake: use PACKAGE_VERSION for the pkg-config file by DeadSix27 · 4 years, 10 months ago
  59. 60472f2 CMake: Add alias Opus::opus for opus library. Useful for CMake superbuild pattern. by Nathaniel R. Lewis · 5 years ago
  60. 965a72e CMake: Add shared library to features by Marcus Asteborg · 4 years, 9 months ago
  61. c487f53 CMake: add option to set BUILD_SHARED_LIBS variable by Davide Beatrici · 5 years ago
  62. 93b373e OPUS_GET_IN_DTX handles Silk middle channel only by Gustaf Ullberg · 4 years, 10 months ago
  63. 8493bf5 Don't update null data pointer after each multistream decoder by Felicia Lim · 4 years, 10 months ago
  64. cd529ed Fix NEON optimizations buffer read overrun by Felicia Lim · 5 years ago
  65. 812ae3f Avoid processing LPC coeffs beyond the given order in NEON optimizations by Felicia Lim · 5 years ago
  66. ad8fe90 Fix typo in _FORTIFY_SOURCE define. by Marcus Asteborg · 5 years ago
  67. 3ebf4ad Silk CNG adapts faster to received packets with lower gains by Felicia Lim · 5 years ago
  68. 86e5f5e Add mising cmake file from make dist by Jean-Marc Valin · 5 years ago
  69. 296d556 Update checksums by Jean-Marc Valin · 5 years ago
  70. e85ed77 Bump LT version by Jean-Marc Valin · 5 years ago
  71. 1f92613 CMake changes by Marcus Asteborg · 5 years ago
  72. 268780f CMake changes by Marcus Asteborg · 5 years ago
  73. 4f4b11c API for checking whether the encoder is in DTX by Gustaf Ullberg · 6 years ago
  74. afea46e Correctly enable/disable SILK DTX with forced mode by Mark Harris · 5 years ago
  75. 196511d Fix build errors using Makefile.mips by Mark Harris · 5 years ago
  76. f9d3d43 Adding CMake support for Windows, Mac, Linux and Android Co-Authored-By: evpobr by Marcus Asteborg · 6 years ago
  77. 3765a24 Fix #elif OPUS_ARM_INLINE_EDSP by Jean-Marc Valin · 5 years ago
  78. db08296 Fix mismatching arg names in function declaration and definition by Felicia Lim · 6 years ago
  79. 6554681 test_opus_encode: Use fprintf instead of snprintf by Mark Harris · 6 years ago
  80. cdaf661 Reset nb_no_activity_frames when analysis DTX isn't used by Jean-Marc Valin · 6 years ago
  81. 57092f9 Improve silence handling by Jean-Marc Valin · 6 years ago
  82. a7aa7fb Fixing initialization issues on small frame sizes by Jean-Marc Valin · 6 years ago
  83. 843121b Fixes analysis buffering for silence and complexity changes by Jean-Marc Valin · 6 years ago
  84. 0619d08 Avoiding problems with x87 by Jean-Marc Valin · 6 years ago
  85. 9f2a0c7 Properly handle a bad stream_id in OPUS_MULTISTREAM_GET_*_STATE_REQUEST by Jean-Marc Valin · 6 years ago
  86. f579083 Fix FIXED_POINT conditional check by evpobr · 6 years ago
  87. 9b24723 Clean up resources in projection test by Mark Harris · 6 years ago
  88. 9791b22 Refactoring: Isolating the matrix-vector product in gemm_accum() by Jean-Marc Valin · 6 years ago
  89. 054acff missing script by Jean-Marc Valin · 6 years ago
  90. 3ff7e1a Adding the scripts used to train the RNN classifier by Jean-Marc Valin · 6 years ago
  91. 59f8e5e Trivial sprintf to snprintf conversion. Some linkers warn about unbounded sprintf calls. by Janne Johansson · 6 years ago
  92. 5548090 Make float2int() static with VS by Jean-Marc Valin · 6 years ago
  93. 833d2f0 Remove useless OPUS_SET_EXPERT_FRAME_DURATION() on CELT by Jean-Marc Valin · 6 years ago
  94. befb83b Fixes misleading initialization with not enough zeros by Jean-Marc Valin · 6 years ago
  95. 04e07d2 update checksums by Jean-Marc Valin · 6 years ago
  96. 83d5155 Bump LT version numbers by Jean-Marc Valin · 6 years ago
  97. 4d523a9 Proper detection of _mm_cvtss_si32 for MS compiler by Pavel P · 7 years ago
  98. aebc904 Renaming compute_allocation to clt_compute_allocation() to avoid symbol clashes by Jean-Marc Valin · 6 years ago
  99. a8e2a2b Prevent the SILK counter from overflowing after 2 years and 9 months by Jean-Marc Valin · 6 years ago
  100. 5d29023 Retrain RNN classifier weights to include reverberated speech by Jean-Marc Valin · 6 years ago