1. bcfe0f6 Multistream encoder: allocate an extra byte per stream for 100 ms by Felicia Lim · 8 years ago
  2. e564cc5 Fix CBR packet sizes for 80 ms by Felicia Lim · 8 years ago
  3. 33698ee Update bandwidth and opusCanSwitch before generating SILK DTX ToC by Felicia Lim · 8 years ago
  4. 9962bf3 Encode correct headers when asking for very small output bytes and using long frames by Felicia Lim · 8 years ago
  5. 0962cbe Support encoding 80/100/120 ms frame lengths by Felicia Lim · 8 years ago
  6. 8bca154 Move multiframe encoding into a separate function by Felicia Lim · 8 years ago
  7. 2af92cd Fixes an unstable energy issue for low-bitrate hybrid by Jean-Marc Valin · 8 years ago
  8. 76fa939 Make use of dot optional in generating documentation. by Ralph Giles · 8 years ago
  9. 6d06284 Account for redundancy signalling when computing st->silk_mode.maxBits by Jean-Marc Valin · 8 years ago
  10. 4667b69 updating update draft by Jean-Marc Valin · 8 years ago
  11. 3868831 Fixing some opus_int vs opus_int32 mismatches by Jean-Marc Valin · 8 years ago
  12. ae5f5cc Using OPUS_MOVE() instead of OPUS_COPY() to move redundancy bytes by Jean-Marc Valin · 8 years ago
  13. 8ac5d89 Consider per-channel energy bits in surround_rate_allocation() by Jean-Marc Valin · 8 years ago
  14. a3fadcb Fixes surround_analysis() for frame size > 20 ms by Jean-Marc Valin · 8 years ago
  15. c305b82 Remove float ops from encoder settings fuzzer test by Felicia Lim · 8 years ago
  16. f4dcc09 Fix mixed declarations and code by Jean-Marc Valin · 8 years ago
  17. 348bb27 Fuzzer test for changing encoder settings online by Felicia Lim · 8 years ago
  18. e5ad261 Prevents ridiculously large gains from causing inf/NaNs in float decoder by Jean-Marc Valin · 8 years ago
  19. 70e3c34 Fixing failure due to CBR allocating zero byte to a stream by Jean-Marc Valin · 8 years ago
  20. fa2578b Fix ambisonics bitrate when bitrate_bps is OPUS_AUTO by Michael Graczyk · 8 years ago
  21. ac9fabc Fixes an internal error in the Opus encoder by Jean-Marc Valin · 8 years ago
  22. dbff5fc Prevent tonality estimator from running too often with 2.5 and 5 ms frames by Jean-Marc Valin · 8 years ago
  23. f4f5a6a Prevents an overflow in multi-stream encoder rate computation by Jean-Marc Valin · 8 years ago
  24. 691d493 Allow disabling phase inversion for multistream by Mark Harris · 8 years ago
  25. f25b46a misc fixes to update draft by Jean-Marc Valin · 8 years ago
  26. cf0e557 minor fix to update draft by Jean-Marc Valin · 8 years ago
  27. 08eb1b8 vs2015: include files added in 76674fea by Ricardo Constantino (:RiCON) · 8 years ago
  28. f9a5755 Adds two integer wrap-around issues to the update draft by Jean-Marc Valin · 8 years ago
  29. 18a380a Make it possible to ignore inverted phase stereo for downmix purposes by Jean-Marc Valin · 8 years ago
  30. 6db0908 Bitstream change: prevent noise injection in hybrid mode by Jean-Marc Valin · 8 years ago
  31. 12fb15f Add configure option --enable-update-draft by Jean-Marc Valin · 8 years ago
  32. 7d0e33f Correct multistream variable frame size stride by Mark Harris · 8 years ago
  33. 3421f6d Correct analysis downmix scaling factor by Mark Harris · 8 years ago
  34. 9f3883a Properly process both channels for DTX by Jean-Marc Valin · 8 years ago
  35. 096b220 Make the DC rejection filter Q14 instead of Q15 by Jean-Marc Valin · 8 years ago
  36. 8ab3e80 Fixes an overflow in LPC_inverse_pred_gain_QA() by Jean-Marc Valin · 8 years ago
  37. 18335e8 Removed a float operation that sneaked in in the fixed-point code by Jean-Marc Valin · 8 years ago
  38. b4d0df8 Oops, fixes the sign in dc_reject() by Jean-Marc Valin · 8 years ago
  39. adf94f2 Implementing compute_frame_energy() from celt_inner_prod() for float by Jean-Marc Valin · 8 years ago
  40. b7c7653 Speeding up PVQ search by allocating even more pulses in the projection. by Jean-Marc Valin · 8 years ago
  41. fb19ba9 Reducing the overhead due to dependency chains in dc_reject() for stereo by Jean-Marc Valin · 8 years ago
  42. 9ac9426 Reducing the dependency chain in dc_reject() by Jean-Marc Valin · 8 years ago
  43. 11dba8d Apply deemphasis to both channels in the same loop for the simple case by Jean-Marc Valin · 8 years ago
  44. cd159fd Making gcc use SSE directly for float->int conversion when available by Jean-Marc Valin · 8 years ago
  45. 9f7e502 Reducing dependencies in deemphasis() by Jean-Marc Valin · 8 years ago
  46. 7f3fb20 Fixes problem with M_PI by Jean-Marc Valin · 8 years ago
  47. 2ff6556 Making stereo_itheta() use the same atan2() approximation as tonality_analysis() by Jean-Marc Valin · 8 years ago
  48. 76674fe SSE2 implementation of the PVQ search by Jean-Marc Valin · 8 years ago
  49. e806d6a Making signx[] an int in alg_quant() and removes unnecessary sign copying by Jean-Marc Valin · 8 years ago
  50. c7bbc3e Speeding up PVQ using unlikely() and moving first position out of the loop by Jean-Marc Valin · 8 years ago
  51. 09b5352 Getting gcc to use cmovs rather than branches in alg_quant() by Jean-Marc Valin · 8 years ago
  52. 416611c biasing quantization by Jean-Marc Valin · 8 years ago
  53. a01feba Fixes "mixed declarations and code" by Jean-Marc Valin · 8 years ago
  54. 10b2978 Making it clearer to Coverity that nStates cannot exceed NLSF_QUANT_DEL_DEC_STATES by Jean-Marc Valin · 8 years ago
  55. 928dcff Weighting theta rdo based on channel energy by Jean-Marc Valin · 8 years ago
  56. 5da0498 Fixes overflow in CNG by Jean-Marc Valin · 8 years ago
  57. abe8b78 Don't do theta RDO on intensity-stereo-coded bands by Jean-Marc Valin · 8 years ago
  58. eb61c31 Saving the state rather than re-compute the best option by Jean-Marc Valin · 8 years ago
  59. 35cf18e Making stereo theta decision based on minimizing distortion by Jean-Marc Valin · 9 years ago
  60. 886dc59 controlling rounding by Jean-Marc Valin · 9 years ago
  61. 3934fac Properly allocation scratch space for resynth encoder by Jean-Marc Valin · 8 years ago
  62. 9eee106 cleanup: putting resynth flag in the context by Jean-Marc Valin · 9 years ago
  63. 3d1b13f cleanup: line wrapping by Jean-Marc Valin · 9 years ago
  64. 79e8f52 Ensure that NLSF cannot be negative when computing a min distance between them by Felicia Lim · 8 years ago
  65. c41aeeb appveyor: Package includes and opus.lib as an artifact. by Ricardo Constantino (:RiCON) · 8 years ago
  66. eca752f VS2015: Ignore warning 4146 in celt/kiss_fft.c. by Ricardo Constantino (:RiCON) · 8 years ago
  67. 899348f win32/.gitignore: Add DebugDLL_fixed. by Ricardo Constantino (:RiCON) · 8 years ago
  68. 07a51eb VS2015: Disable building DebugDLL opus_demo. by Ricardo Constantino (:RiCON) · 8 years ago
  69. 385d49e vs2015: Merge opus dependencies into its project. by Ricardo Constantino (:RiCON) · 8 years ago
  70. 1aa8514 VS2015: Mirror changes in *.mk files from exp_lbr_tune merge. by Ricardo Constantino (:RiCON) · 8 years ago
  71. 39d78b9 Trim appveyor config. by Ralph Giles · 8 years ago
  72. 4800d66 Add appveyor.yml to test VS2015 builds. by Ricardo Constantino (:RiCON) · 8 years ago
  73. b6ac6ce VS2015: Suppress a few warnings. by Ricardo Constantino (:RiCON) · 8 years ago
  74. a79bf19 Create a simple project to create version.h. by Ricardo Constantino (:RiCON) · 8 years ago
  75. c75fa18 Disabling the use of celt_fir() in silk_LPC_analysis_filter() by default by Jean-Marc Valin · 8 years ago
  76. 07ca5cc Fixes an overflow in limit_warped_coefs() by Jean-Marc Valin · 8 years ago
  77. ee44ff8 Move PLC LPC bandwidth expansion before the FIR to avoid overflows in celt_fir() by Jean-Marc Valin · 8 years ago
  78. 76596ad Fixes comment by Jean-Marc Valin · 8 years ago
  79. c544b12 Fixes an overflow in amp2Log2() for very large encoder input by Jean-Marc Valin · 8 years ago
  80. 72d89fd Fixes cap on gain in denormalise_bands() by Jean-Marc Valin · 8 years ago
  81. 84043f7 Fixes a shift<0 issue in transient_analysis() by Jean-Marc Valin · 8 years ago
  82. 223657b Tighter bound in filter control in PLC by Jean-Marc Valin · 8 years ago
  83. 52ded42 More headroom in PLC code by Jean-Marc Valin · 8 years ago
  84. 1a37d4e Saturate MDCT output post-TDAC rather than pre- by Jean-Marc Valin · 8 years ago
  85. e32cd27 Avoids reading beyond the current buffer in comb_filter() by Jean-Marc Valin · 8 years ago
  86. cbceaa8 Directly saturate the comb filter output by Jean-Marc Valin · 8 years ago
  87. b1d38ed Avoiding an overflow in the LTP quantization by Jean-Marc Valin · 8 years ago
  88. bb224a4 Disables MIPS silk_noise_shape_analysis_FIX() until it's updated by Jean-Marc Valin · 8 years ago
  89. 5b91130 More headroom in fixed-point silk_burg_modified() to avoid an overflow by Jean-Marc Valin · 8 years ago
  90. ed44e78 Increase headroom in silk_warped_autocorrelation_FIX() by Jean-Marc Valin · 8 years ago
  91. 594c4d8 Increase headroom to avoid overflow in silk_pitch_analysis_core() by Jean-Marc Valin · 8 years ago
  92. 646fcc3 PLC overflow fix by Jean-Marc Valin · 8 years ago
  93. 3c60bae Prevent overflows in PLC celt_iir() by Jean-Marc Valin · 8 years ago
  94. a0bd7d3 fixes overflows in celt_iir() by doing proper saturation by Jean-Marc Valin · 8 years ago
  95. 184a476 getting rid of a PLC overflow (I think) by Jean-Marc Valin · 8 years ago
  96. 4c9ce97 post-filter saturation by Jean-Marc Valin · 8 years ago
  97. 382ab79 saturate MDCT output by Jean-Marc Valin · 8 years ago
  98. 2739064 silencing overflows in MDCT and FFT by Jean-Marc Valin · 8 years ago
  99. ae33218 Reduce risk of overflowing in mono downsampling by Jean-Marc Valin · 8 years ago
  100. c76c4de Avoid overflowing on ridiculously large energy by Jean-Marc Valin · 8 years ago