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