1. 32b302c Add --enable-check-asm by Felicia Lim · 8 years ago
  2. 864bc8c Update NSQ_LPC_BUF_LENGTH macro by Linfeng Zhang · 8 years ago
  3. aef4756 configure: Improve error message by Mark Harris · 8 years ago
  4. d664319 Add FIXED_POINT check if using celt_fir in SILK's LPC analysis filter by Felicia Lim · 8 years ago
  5. 783ad76 Revise celt_fir_c() to not pass in argument "mem" by Linfeng Zhang · 8 years ago
  6. c9ba552 fixed_debug.h: delete some dead code by James Zern · 8 years ago
  7. 19b1344 Fix error message by Chris Rudmin · 8 years ago
  8. ec11c82 Avoids pre-echo in hybrid mode caused by noise being injected in the first band by Jean-Marc Valin · 8 years ago
  9. efcdeb9 Fix some compiler warnings by Mark Harris · 8 years ago
  10. cf9409f Makes analysis run at 24 kHz, with 20-ms frames by Jean-Marc Valin · 8 years ago
  11. 159bb6d update draft: oops, fixes use of "above" by Jean-Marc Valin · 8 years ago
  12. 4a48ce8 Update draft: addressing WGLC comments by Jean-Marc Valin · 8 years ago
  13. c84f486 opus_demo: remove obsolete option from usage by Mark Harris · 8 years ago
  14. 8375830 Adding a missing "else" by Jean-Marc Valin · 8 years ago
  15. 8fe210f genversion.bat: generate same version as update_version by Ricardo Constantino · 8 years ago
  16. bd54e27 Correct SILK encoder gain limit by Mark Harris · 8 years ago
  17. ab14848 vs2015: reenable DebugDLL versions of opus_demo by Ricardo Constantino · 8 years ago
  18. 4dde082 Remove SILK_DEBUG define when _WIN32 and _DEBUG are defined. by Ralph Giles · 8 years ago
  19. 3fdfcd4 Remove commented-out DEBUG_STORE_DATA calls. r=keon by Ralph Giles · 8 years ago
  20. f4389ef appveyor: don't leave artifacts under a subdir by Ricardo Constantino · 8 years ago
  21. 71ae28a appveyor: pack interesting files too, not just lib by Ricardo Constantino · 8 years ago
  22. d73c5a9 Remove redundant code by Mark Harris · 8 years ago
  23. d74fa27 Fix crash on bad encoder frame_size argument by Mark Harris · 8 years ago
  24. 132ed59 Removes OPUS_FRAMESIZE_VARIABLE by Jean-Marc Valin · 8 years ago
  25. e619ea7 vs2015: Add missing file to test_opus_encode. by Ricardo Constantino · 8 years ago
  26. bd109a2 Adds checksum for 1.2-alpha by Jean-Marc Valin · 8 years ago
  27. 92282c1 Improves CELT bit allocation at very low bitrates by Jean-Marc Valin · 8 years ago
  28. f1deb29 Eliminate trailing spaces by Mark Harris · 8 years ago
  29. 20bf3b3 Reduce redundancy when SILK uses too many bits by Mark Harris · 8 years ago
  30. 1fd53f9 Fix redundancy on SILK 80+ms bandwidth switch by Mark Harris · 8 years ago
  31. d31f883 Add copyright notice to autogen.sh to make the Chromium people happy by Jean-Marc Valin · 8 years ago
  32. 80052fe Fixes NE10 configure problem by Jean-Marc Valin · 8 years ago
  33. b0949f1 Temporarily disable -Wnonnull around an opus_decode() call in test_opus_decode.c by Jean-Marc Valin · 8 years ago
  34. 1b633ab Bump static PACKAGE_VERSION string in version.mk by Jean-Marc Valin · 8 years ago
  35. 8fec416 Fix amount of extra bytes reserved for 100 ms by Felicia Lim · 8 years ago
  36. 7e12239 Don't use hybrid "weak transients" on vowels by Jean-Marc Valin · 8 years ago
  37. e8b6ee2 Adds opus_encode_regressions.c to the MIPS Makefile by Jean-Marc Valin · 8 years ago
  38. 880f57a Adds opus_encode_regressions.c to the UNIX Makefile by Jean-Marc Valin · 8 years ago
  39. d0d1cf3 New regression test from Mark's fuzzing test cases by Jean-Marc Valin · 8 years ago
  40. 90f20c6 Define "weak transients" for low bitrate hybrid by Jean-Marc Valin · 8 years ago
  41. bcfe0f6 Multistream encoder: allocate an extra byte per stream for 100 ms by Felicia Lim · 8 years ago
  42. e564cc5 Fix CBR packet sizes for 80 ms by Felicia Lim · 8 years ago
  43. 33698ee Update bandwidth and opusCanSwitch before generating SILK DTX ToC by Felicia Lim · 8 years ago
  44. 9962bf3 Encode correct headers when asking for very small output bytes and using long frames by Felicia Lim · 8 years ago
  45. 0962cbe Support encoding 80/100/120 ms frame lengths by Felicia Lim · 8 years ago
  46. 8bca154 Move multiframe encoding into a separate function by Felicia Lim · 8 years ago
  47. 2af92cd Fixes an unstable energy issue for low-bitrate hybrid by Jean-Marc Valin · 8 years ago
  48. 76fa939 Make use of dot optional in generating documentation. by Ralph Giles · 8 years ago
  49. 6d06284 Account for redundancy signalling when computing st->silk_mode.maxBits by Jean-Marc Valin · 8 years ago
  50. 4667b69 updating update draft by Jean-Marc Valin · 8 years ago
  51. 3868831 Fixing some opus_int vs opus_int32 mismatches by Jean-Marc Valin · 8 years ago
  52. ae5f5cc Using OPUS_MOVE() instead of OPUS_COPY() to move redundancy bytes by Jean-Marc Valin · 8 years ago
  53. 8ac5d89 Consider per-channel energy bits in surround_rate_allocation() by Jean-Marc Valin · 8 years ago
  54. a3fadcb Fixes surround_analysis() for frame size > 20 ms by Jean-Marc Valin · 8 years ago
  55. c305b82 Remove float ops from encoder settings fuzzer test by Felicia Lim · 8 years ago
  56. f4dcc09 Fix mixed declarations and code by Jean-Marc Valin · 8 years ago
  57. 348bb27 Fuzzer test for changing encoder settings online by Felicia Lim · 8 years ago
  58. e5ad261 Prevents ridiculously large gains from causing inf/NaNs in float decoder by Jean-Marc Valin · 8 years ago
  59. 70e3c34 Fixing failure due to CBR allocating zero byte to a stream by Jean-Marc Valin · 8 years ago
  60. fa2578b Fix ambisonics bitrate when bitrate_bps is OPUS_AUTO by Michael Graczyk · 8 years ago
  61. ac9fabc Fixes an internal error in the Opus encoder by Jean-Marc Valin · 8 years ago
  62. dbff5fc Prevent tonality estimator from running too often with 2.5 and 5 ms frames by Jean-Marc Valin · 8 years ago
  63. f4f5a6a Prevents an overflow in multi-stream encoder rate computation by Jean-Marc Valin · 8 years ago
  64. 691d493 Allow disabling phase inversion for multistream by Mark Harris · 8 years ago
  65. f25b46a misc fixes to update draft by Jean-Marc Valin · 8 years ago
  66. cf0e557 minor fix to update draft by Jean-Marc Valin · 8 years ago
  67. 08eb1b8 vs2015: include files added in 76674fea by Ricardo Constantino (:RiCON) · 8 years ago
  68. f9a5755 Adds two integer wrap-around issues to the update draft by Jean-Marc Valin · 8 years ago
  69. 18a380a Make it possible to ignore inverted phase stereo for downmix purposes by Jean-Marc Valin · 8 years ago
  70. 6db0908 Bitstream change: prevent noise injection in hybrid mode by Jean-Marc Valin · 8 years ago
  71. 12fb15f Add configure option --enable-update-draft by Jean-Marc Valin · 8 years ago
  72. 7d0e33f Correct multistream variable frame size stride by Mark Harris · 8 years ago
  73. 3421f6d Correct analysis downmix scaling factor by Mark Harris · 8 years ago
  74. 9f3883a Properly process both channels for DTX by Jean-Marc Valin · 8 years ago
  75. 096b220 Make the DC rejection filter Q14 instead of Q15 by Jean-Marc Valin · 8 years ago
  76. 8ab3e80 Fixes an overflow in LPC_inverse_pred_gain_QA() by Jean-Marc Valin · 8 years ago
  77. 18335e8 Removed a float operation that sneaked in in the fixed-point code by Jean-Marc Valin · 8 years ago
  78. b4d0df8 Oops, fixes the sign in dc_reject() by Jean-Marc Valin · 8 years ago
  79. adf94f2 Implementing compute_frame_energy() from celt_inner_prod() for float by Jean-Marc Valin · 8 years ago
  80. b7c7653 Speeding up PVQ search by allocating even more pulses in the projection. by Jean-Marc Valin · 8 years ago
  81. fb19ba9 Reducing the overhead due to dependency chains in dc_reject() for stereo by Jean-Marc Valin · 8 years ago
  82. 9ac9426 Reducing the dependency chain in dc_reject() by Jean-Marc Valin · 8 years ago
  83. 11dba8d Apply deemphasis to both channels in the same loop for the simple case by Jean-Marc Valin · 8 years ago
  84. cd159fd Making gcc use SSE directly for float->int conversion when available by Jean-Marc Valin · 8 years ago
  85. 9f7e502 Reducing dependencies in deemphasis() by Jean-Marc Valin · 8 years ago
  86. 7f3fb20 Fixes problem with M_PI by Jean-Marc Valin · 8 years ago
  87. 2ff6556 Making stereo_itheta() use the same atan2() approximation as tonality_analysis() by Jean-Marc Valin · 8 years ago
  88. 76674fe SSE2 implementation of the PVQ search by Jean-Marc Valin · 8 years ago
  89. e806d6a Making signx[] an int in alg_quant() and removes unnecessary sign copying by Jean-Marc Valin · 8 years ago
  90. c7bbc3e Speeding up PVQ using unlikely() and moving first position out of the loop by Jean-Marc Valin · 8 years ago
  91. 09b5352 Getting gcc to use cmovs rather than branches in alg_quant() by Jean-Marc Valin · 8 years ago
  92. 416611c biasing quantization by Jean-Marc Valin · 8 years ago
  93. a01feba Fixes "mixed declarations and code" by Jean-Marc Valin · 8 years ago
  94. 10b2978 Making it clearer to Coverity that nStates cannot exceed NLSF_QUANT_DEL_DEC_STATES by Jean-Marc Valin · 8 years ago
  95. 928dcff Weighting theta rdo based on channel energy by Jean-Marc Valin · 8 years ago
  96. 5da0498 Fixes overflow in CNG by Jean-Marc Valin · 8 years ago
  97. abe8b78 Don't do theta RDO on intensity-stereo-coded bands by Jean-Marc Valin · 8 years ago
  98. eb61c31 Saving the state rather than re-compute the best option by Jean-Marc Valin · 8 years ago
  99. 35cf18e Making stereo theta decision based on minimizing distortion by Jean-Marc Valin · 9 years ago
  100. 886dc59 controlling rounding by Jean-Marc Valin · 9 years ago