1. 4144342 Improving tonality estimation with delayed decision by Jean-Marc Valin · 7 years ago
  2. c32edb5 Update releases.sha2 by Jean-Marc Valin · 7 years ago
  3. 44d6530 Clean celt_pitch_xcorr_float_neon() by Linfeng Zhang · 8 years ago
  4. 4fe9de3 Optimize floating-point celt_inner_prod() and dual_inner_prod() for ARM NEON by Linfeng Zhang · 7 years ago
  5. 4d4ed20 Optimize fixed-point celt_inner_prod() and dual_inner_prod() for ARM NEON by Linfeng Zhang · 8 years ago
  6. 85fb8a1 Replace call of celt_inner_prod_c() (step 2) by Linfeng Zhang · 8 years ago
  7. a1ae821 Replace call of celt_inner_prod_c() (step 1) by Linfeng Zhang · 8 years ago
  8. 1d7dea1 Initialize speech/music prob based on application by Jean-Marc Valin · 7 years ago
  9. 55507f1 Properly compute redundancy_bytes by Jean-Marc Valin · 7 years ago
  10. 15a30e2 Properly init speech/music confidence values by Jean-Marc Valin · 7 years ago
  11. f3390cd Don't use MAY_HAVE_NEON in arm_silk_map.c. by Jonathan Lennox · 7 years ago
  12. f26afaa Recalibrate VBR to hit target bitrate on average by Jean-Marc Valin · 7 years ago
  13. c2d3233 Update dynalloc VBR calibration by Jean-Marc Valin · 7 years ago
  14. cf86d25 fix comments by Jean-Marc Valin · 7 years ago
  15. 7be054b Avoid using log2() since it's not in C90 by Jean-Marc Valin · 7 years ago
  16. 0cc4d96 Adding leakage modelling to boost bands by Jean-Marc Valin · 7 years ago
  17. a1c2d71 Analysis refactoring for fixed-point scaling by Jean-Marc Valin · 7 years ago
  18. 4543308 Let CBR use more bits for dynalloc by Jean-Marc Valin · 7 years ago
  19. aef369f silk_LIMIT_32() should return an opus_int32 (not opus_int) by Jean-Marc Valin · 7 years ago
  20. 73808cf Fix memory leaks in opus_compare.c by Jean-Marc Valin · 7 years ago
  21. 4507637 Fixes unit tests that need arch-specific code by Jean-Marc Valin · 7 years ago
  22. 6cdd84a appveyor: fix typoed appveyor command by Ricardo Constantino · 7 years ago
  23. 92422f6 appveyor: Add the api key for the linked ci builds. by Ralph Giles · 7 years ago
  24. 7d48e9d appveyor: request rebuild of opus-tools on successful build by Ricardo Constantino · 7 years ago
  25. 3149f9d appveyor: simplify and preserve paths by Ricardo Constantino · 7 years ago
  26. 644bae4 appveyor: move to dotfile like travis by Ricardo Constantino · 7 years ago
  27. f179917 Updated SHA256 of releases by Jean-Marc Valin · 7 years ago
  28. 59b907c Fixes a double->float conversion warning by Jean-Marc Valin · 7 years ago
  29. 3609a22 Fixes some fixed-point 16-bit int overflows by Jean-Marc Valin · 7 years ago
  30. a671ac5 Reducing trim at low bitrate by Jean-Marc Valin · 7 years ago
  31. 9bb2820 cosmetics,silk: correct input/output arg comments by Linfeng Zhang · 7 years ago
  32. 0d2ba55 Fixes a surround bug on loud signal by Jean-Marc Valin · 7 years ago
  33. 43db562 Optimize silk_biquad_alt_stride2() for ARM NEON by Linfeng Zhang · 8 years ago
  34. 60eb7d8 Update silk_biquad_alt() by Linfeng Zhang · 8 years ago
  35. 1eaa67c Indent commands in the README. by Ralph Giles · 7 years ago
  36. badd1e5 Suggest basic build dependencies in the README. by Ralph Giles · 7 years ago
  37. 1f8cea2 Avoid warning when __STDC_VERSION__ is not defined by Carlos Alberto Lopez Perez · 7 years ago
  38. a31e9fd oops, fix build broken by previous patch by Jean-Marc Valin · 7 years ago
  39. 17e14fb Non-diegetic support for Ambisonics Mapping 254. by Drew Allen · 7 years ago
  40. 8e19536 Optimize silk_warped_autocorrelation_FIX() for ARM NEON by Linfeng Zhang · 8 years ago
  41. c43633d Fix OPUS_ARG_NONNULL indices in opus_multistream.h by Felicia Lim · 7 years ago
  42. c293ded VS2015: remove previously ignored C4146 in kiss_fft.c by Ricardo Constantino · 7 years ago
  43. b95c5e7 VS2015: Ignore LNK4221 and properly force SSE off for Win32 by Ricardo Constantino · 7 years ago
  44. 4d88328 VS2015: ignore C4244 warning in opus_compare.c by Ricardo Constantino · 7 years ago
  45. d6d7037 Fix compiler warnings by Mark Harris · 7 years ago
  46. 8056706 Add common.props to Makefile.am by Ricardo Constantino · 7 years ago
  47. 6116892 VS2015: only compile fixed silk for appropriate configs by Ricardo Constantino · 7 years ago
  48. 9c2736d VS2015: Move back PreprocessorDefinitions to opus by Ricardo Constantino · 7 years ago
  49. daf1d12 VS2015: join common options in a properties file by Ricardo Constantino · 8 years ago
  50. 0335534 VS2015: remove dead options for linker in static configurations by Ricardo Constantino · 8 years ago
  51. c340d83 test_opus_decode: Fix build on GCC 3.4 to 4.5.x by Mark Harris · 7 years ago
  52. ad15578 Fix sum initializer in celt_fir() by Jean-Marc Valin · 7 years ago
  53. abc1a77 Fix stability test by Jean-Marc Valin · 7 years ago
  54. 0834ad6 Speed up test_unit_LPC_inv_pred_gain by returning early on stable filters by Jean-Marc Valin · 7 years ago
  55. 414eef5 Remove SMALL_FOOTPRINT code for celt_fir() by Jean-Marc Valin · 7 years ago
  56. 3c9b4d6 Increasing GLOBAL_STACK_SIZE to 120000 to avoid failure by Jean-Marc Valin · 7 years ago
  57. c930cc5 Reduce the scope of Ne10 includes by Michael Bradshaw · 7 years ago
  58. 4911460 Remove #include "config.h" from ARM Ne10 headers by Michael Bradshaw · 7 years ago
  59. 95d4c9f Optimize silk_LPC_inverse_pred_gain() for ARM NEON by Linfeng Zhang · 8 years ago
  60. 6868865 Adding a unit test for LPC_inv_pred_gain() by Jean-Marc Valin · 7 years ago
  61. 4176a0c Add more coverage to travis tests. by Stephen · 7 years ago
  62. cfc8e30 Rename y0/y1 to out0/out1 to avoid name clash with the Bessel functions by Jean-Marc Valin · 7 years ago
  63. 468327d Add decoder fuzz target. by Felicia Lim · 7 years ago
  64. 572d65d Remove silk_LPC_inverse_pred_gain_Q24() which is no longer used anywhere by Jean-Marc Valin · 7 years ago
  65. c5a84df arm2gnu.pl: Fix GNU ARM .type directive by Mark Harris · 7 years ago
  66. feabcdc fix ARM build w/--disable-intrinsics --enable-asm by James Zern · 7 years ago
  67. cfdaf36 Optimize silk_NSQ_del_dec() for ARM NEON by Linfeng Zhang · 8 years ago
  68. 68afa49 Avoids undefined behaviour in ARM-optimized code by Jean-Marc Valin · 7 years ago
  69. 32b302c Add --enable-check-asm by Felicia Lim · 7 years ago
  70. 864bc8c Update NSQ_LPC_BUF_LENGTH macro by Linfeng Zhang · 8 years ago
  71. aef4756 configure: Improve error message by Mark Harris · 7 years ago
  72. d664319 Add FIXED_POINT check if using celt_fir in SILK's LPC analysis filter by Felicia Lim · 7 years ago
  73. 783ad76 Revise celt_fir_c() to not pass in argument "mem" by Linfeng Zhang · 8 years ago
  74. c9ba552 fixed_debug.h: delete some dead code by James Zern · 8 years ago
  75. 19b1344 Fix error message by Chris Rudmin · 8 years ago
  76. ec11c82 Avoids pre-echo in hybrid mode caused by noise being injected in the first band by Jean-Marc Valin · 8 years ago
  77. efcdeb9 Fix some compiler warnings by Mark Harris · 8 years ago
  78. cf9409f Makes analysis run at 24 kHz, with 20-ms frames by Jean-Marc Valin · 8 years ago
  79. 159bb6d update draft: oops, fixes use of "above" by Jean-Marc Valin · 8 years ago
  80. 4a48ce8 Update draft: addressing WGLC comments by Jean-Marc Valin · 8 years ago
  81. c84f486 opus_demo: remove obsolete option from usage by Mark Harris · 8 years ago
  82. 8375830 Adding a missing "else" by Jean-Marc Valin · 8 years ago
  83. 8fe210f genversion.bat: generate same version as update_version by Ricardo Constantino · 8 years ago
  84. bd54e27 Correct SILK encoder gain limit by Mark Harris · 8 years ago
  85. ab14848 vs2015: reenable DebugDLL versions of opus_demo by Ricardo Constantino · 8 years ago
  86. 4dde082 Remove SILK_DEBUG define when _WIN32 and _DEBUG are defined. by Ralph Giles · 8 years ago
  87. 3fdfcd4 Remove commented-out DEBUG_STORE_DATA calls. r=keon by Ralph Giles · 8 years ago
  88. f4389ef appveyor: don't leave artifacts under a subdir by Ricardo Constantino · 8 years ago
  89. 71ae28a appveyor: pack interesting files too, not just lib by Ricardo Constantino · 8 years ago
  90. d73c5a9 Remove redundant code by Mark Harris · 8 years ago
  91. d74fa27 Fix crash on bad encoder frame_size argument by Mark Harris · 8 years ago
  92. 132ed59 Removes OPUS_FRAMESIZE_VARIABLE by Jean-Marc Valin · 8 years ago
  93. e619ea7 vs2015: Add missing file to test_opus_encode. by Ricardo Constantino · 8 years ago
  94. bd109a2 Adds checksum for 1.2-alpha by Jean-Marc Valin · 8 years ago
  95. 92282c1 Improves CELT bit allocation at very low bitrates by Jean-Marc Valin · 8 years ago
  96. f1deb29 Eliminate trailing spaces by Mark Harris · 8 years ago
  97. 20bf3b3 Reduce redundancy when SILK uses too many bits by Mark Harris · 8 years ago
  98. 1fd53f9 Fix redundancy on SILK 80+ms bandwidth switch by Mark Harris · 8 years ago
  99. d31f883 Add copyright notice to autogen.sh to make the Chromium people happy by Jean-Marc Valin · 8 years ago
  100. 80052fe Fixes NE10 configure problem by Jean-Marc Valin · 8 years ago