1. d6d7037 Fix compiler warnings by Mark Harris · 7 years ago
  2. 8056706 Add common.props to Makefile.am by Ricardo Constantino · 7 years ago
  3. 6116892 VS2015: only compile fixed silk for appropriate configs by Ricardo Constantino · 7 years ago
  4. 9c2736d VS2015: Move back PreprocessorDefinitions to opus by Ricardo Constantino · 7 years ago
  5. daf1d12 VS2015: join common options in a properties file by Ricardo Constantino · 7 years ago
  6. 0335534 VS2015: remove dead options for linker in static configurations by Ricardo Constantino · 7 years ago
  7. c340d83 test_opus_decode: Fix build on GCC 3.4 to 4.5.x by Mark Harris · 7 years ago
  8. ad15578 Fix sum initializer in celt_fir() by Jean-Marc Valin · 7 years ago
  9. abc1a77 Fix stability test by Jean-Marc Valin · 7 years ago
  10. 0834ad6 Speed up test_unit_LPC_inv_pred_gain by returning early on stable filters by Jean-Marc Valin · 7 years ago
  11. 414eef5 Remove SMALL_FOOTPRINT code for celt_fir() by Jean-Marc Valin · 7 years ago
  12. 3c9b4d6 Increasing GLOBAL_STACK_SIZE to 120000 to avoid failure by Jean-Marc Valin · 7 years ago
  13. c930cc5 Reduce the scope of Ne10 includes by Michael Bradshaw · 7 years ago
  14. 4911460 Remove #include "config.h" from ARM Ne10 headers by Michael Bradshaw · 7 years ago
  15. 95d4c9f Optimize silk_LPC_inverse_pred_gain() for ARM NEON by Linfeng Zhang · 8 years ago
  16. 6868865 Adding a unit test for LPC_inv_pred_gain() by Jean-Marc Valin · 7 years ago
  17. 4176a0c Add more coverage to travis tests. by Stephen · 7 years ago
  18. cfc8e30 Rename y0/y1 to out0/out1 to avoid name clash with the Bessel functions by Jean-Marc Valin · 7 years ago
  19. 468327d Add decoder fuzz target. by Felicia Lim · 7 years ago
  20. 572d65d Remove silk_LPC_inverse_pred_gain_Q24() which is no longer used anywhere by Jean-Marc Valin · 7 years ago
  21. c5a84df arm2gnu.pl: Fix GNU ARM .type directive by Mark Harris · 7 years ago
  22. feabcdc fix ARM build w/--disable-intrinsics --enable-asm by James Zern · 7 years ago
  23. cfdaf36 Optimize silk_NSQ_del_dec() for ARM NEON by Linfeng Zhang · 8 years ago
  24. 68afa49 Avoids undefined behaviour in ARM-optimized code by Jean-Marc Valin · 7 years ago
  25. 32b302c Add --enable-check-asm by Felicia Lim · 7 years ago
  26. 864bc8c Update NSQ_LPC_BUF_LENGTH macro by Linfeng Zhang · 8 years ago
  27. aef4756 configure: Improve error message by Mark Harris · 7 years ago v1.2-alpha2
  28. d664319 Add FIXED_POINT check if using celt_fir in SILK's LPC analysis filter by Felicia Lim · 7 years ago
  29. 783ad76 Revise celt_fir_c() to not pass in argument "mem" by Linfeng Zhang · 8 years ago
  30. c9ba552 fixed_debug.h: delete some dead code by James Zern · 7 years ago
  31. 19b1344 Fix error message by Chris Rudmin · 7 years ago
  32. ec11c82 Avoids pre-echo in hybrid mode caused by noise being injected in the first band by Jean-Marc Valin · 7 years ago
  33. efcdeb9 Fix some compiler warnings by Mark Harris · 7 years ago
  34. cf9409f Makes analysis run at 24 kHz, with 20-ms frames by Jean-Marc Valin · 7 years ago
  35. 159bb6d update draft: oops, fixes use of "above" by Jean-Marc Valin · 7 years ago
  36. 4a48ce8 Update draft: addressing WGLC comments by Jean-Marc Valin · 7 years ago
  37. c84f486 opus_demo: remove obsolete option from usage by Mark Harris · 7 years ago
  38. 8375830 Adding a missing "else" by Jean-Marc Valin · 7 years ago
  39. 8fe210f genversion.bat: generate same version as update_version by Ricardo Constantino · 7 years ago
  40. bd54e27 Correct SILK encoder gain limit by Mark Harris · 7 years ago
  41. ab14848 vs2015: reenable DebugDLL versions of opus_demo by Ricardo Constantino · 7 years ago
  42. 4dde082 Remove SILK_DEBUG define when _WIN32 and _DEBUG are defined. by Ralph Giles · 7 years ago
  43. 3fdfcd4 Remove commented-out DEBUG_STORE_DATA calls. r=keon by Ralph Giles · 7 years ago
  44. f4389ef appveyor: don't leave artifacts under a subdir by Ricardo Constantino · 7 years ago
  45. 71ae28a appveyor: pack interesting files too, not just lib by Ricardo Constantino · 7 years ago
  46. d73c5a9 Remove redundant code by Mark Harris · 7 years ago
  47. d74fa27 Fix crash on bad encoder frame_size argument by Mark Harris · 7 years ago
  48. 132ed59 Removes OPUS_FRAMESIZE_VARIABLE by Jean-Marc Valin · 7 years ago
  49. e619ea7 vs2015: Add missing file to test_opus_encode. by Ricardo Constantino · 7 years ago
  50. bd109a2 Adds checksum for 1.2-alpha by Jean-Marc Valin · 7 years ago
  51. 92282c1 Improves CELT bit allocation at very low bitrates by Jean-Marc Valin · 8 years ago v1.2-alpha
  52. f1deb29 Eliminate trailing spaces by Mark Harris · 8 years ago
  53. 20bf3b3 Reduce redundancy when SILK uses too many bits by Mark Harris · 8 years ago
  54. 1fd53f9 Fix redundancy on SILK 80+ms bandwidth switch by Mark Harris · 8 years ago
  55. d31f883 Add copyright notice to autogen.sh to make the Chromium people happy by Jean-Marc Valin · 8 years ago
  56. 80052fe Fixes NE10 configure problem by Jean-Marc Valin · 8 years ago
  57. b0949f1 Temporarily disable -Wnonnull around an opus_decode() call in test_opus_decode.c by Jean-Marc Valin · 8 years ago
  58. 1b633ab Bump static PACKAGE_VERSION string in version.mk by Jean-Marc Valin · 8 years ago
  59. 8fec416 Fix amount of extra bytes reserved for 100 ms by Felicia Lim · 8 years ago
  60. 7e12239 Don't use hybrid "weak transients" on vowels by Jean-Marc Valin · 8 years ago
  61. e8b6ee2 Adds opus_encode_regressions.c to the MIPS Makefile by Jean-Marc Valin · 8 years ago
  62. 880f57a Adds opus_encode_regressions.c to the UNIX Makefile by Jean-Marc Valin · 8 years ago
  63. d0d1cf3 New regression test from Mark's fuzzing test cases by Jean-Marc Valin · 8 years ago
  64. 90f20c6 Define "weak transients" for low bitrate hybrid by Jean-Marc Valin · 8 years ago
  65. bcfe0f6 Multistream encoder: allocate an extra byte per stream for 100 ms by Felicia Lim · 8 years ago
  66. e564cc5 Fix CBR packet sizes for 80 ms by Felicia Lim · 8 years ago
  67. 33698ee Update bandwidth and opusCanSwitch before generating SILK DTX ToC by Felicia Lim · 8 years ago
  68. 9962bf3 Encode correct headers when asking for very small output bytes and using long frames by Felicia Lim · 8 years ago
  69. 0962cbe Support encoding 80/100/120 ms frame lengths by Felicia Lim · 8 years ago
  70. 8bca154 Move multiframe encoding into a separate function by Felicia Lim · 8 years ago
  71. 2af92cd Fixes an unstable energy issue for low-bitrate hybrid by Jean-Marc Valin · 8 years ago
  72. 76fa939 Make use of dot optional in generating documentation. by Ralph Giles · 8 years ago
  73. 6d06284 Account for redundancy signalling when computing st->silk_mode.maxBits by Jean-Marc Valin · 8 years ago
  74. 4667b69 updating update draft by Jean-Marc Valin · 8 years ago
  75. 3868831 Fixing some opus_int vs opus_int32 mismatches by Jean-Marc Valin · 8 years ago
  76. ae5f5cc Using OPUS_MOVE() instead of OPUS_COPY() to move redundancy bytes by Jean-Marc Valin · 8 years ago
  77. 8ac5d89 Consider per-channel energy bits in surround_rate_allocation() by Jean-Marc Valin · 8 years ago
  78. a3fadcb Fixes surround_analysis() for frame size > 20 ms by Jean-Marc Valin · 8 years ago
  79. c305b82 Remove float ops from encoder settings fuzzer test by Felicia Lim · 8 years ago
  80. f4dcc09 Fix mixed declarations and code by Jean-Marc Valin · 8 years ago
  81. 348bb27 Fuzzer test for changing encoder settings online by Felicia Lim · 8 years ago
  82. e5ad261 Prevents ridiculously large gains from causing inf/NaNs in float decoder by Jean-Marc Valin · 8 years ago
  83. 70e3c34 Fixing failure due to CBR allocating zero byte to a stream by Jean-Marc Valin · 8 years ago
  84. fa2578b Fix ambisonics bitrate when bitrate_bps is OPUS_AUTO by Michael Graczyk · 8 years ago
  85. ac9fabc Fixes an internal error in the Opus encoder by Jean-Marc Valin · 8 years ago
  86. dbff5fc Prevent tonality estimator from running too often with 2.5 and 5 ms frames by Jean-Marc Valin · 8 years ago
  87. f4f5a6a Prevents an overflow in multi-stream encoder rate computation by Jean-Marc Valin · 8 years ago
  88. 691d493 Allow disabling phase inversion for multistream by Mark Harris · 8 years ago
  89. f25b46a misc fixes to update draft by Jean-Marc Valin · 8 years ago
  90. cf0e557 minor fix to update draft by Jean-Marc Valin · 8 years ago
  91. 08eb1b8 vs2015: include files added in 76674fea by Ricardo Constantino (:RiCON) · 8 years ago
  92. f9a5755 Adds two integer wrap-around issues to the update draft by Jean-Marc Valin · 8 years ago
  93. 18a380a Make it possible to ignore inverted phase stereo for downmix purposes by Jean-Marc Valin · 8 years ago upstream/exp_bitstream7
  94. 6db0908 Bitstream change: prevent noise injection in hybrid mode by Jean-Marc Valin · 8 years ago
  95. 12fb15f Add configure option --enable-update-draft by Jean-Marc Valin · 8 years ago
  96. 7d0e33f Correct multistream variable frame size stride by Mark Harris · 8 years ago
  97. 3421f6d Correct analysis downmix scaling factor by Mark Harris · 8 years ago
  98. 9f3883a Properly process both channels for DTX by Jean-Marc Valin · 8 years ago
  99. 096b220 Make the DC rejection filter Q14 instead of Q15 by Jean-Marc Valin · 8 years ago
  100. 8ab3e80 Fixes an overflow in LPC_inverse_pred_gain_QA() by Jean-Marc Valin · 8 years ago