1. 811db62 Implements OPUS_RESET_STATE for multi-stream encoder by Jean-Marc Valin · 11 years ago
  2. 2e653a7 Fixes multistream CBR encoding and multistream surround for >20 ms by Jean-Marc Valin · 11 years ago
  3. eab134c Surround encoder can now produce hard CBR streams again. by Jean-Marc Valin · 11 years ago
  4. aee4d80 Removes useless VARDECL() of "out" by Jean-Marc Valin · 11 years ago
  5. 942fc81 Replaces log2() with celt_log2() and fixes a potential divide-by-zero by Jean-Marc Valin · 11 years ago
  6. e8e5ecb Fixes missing VARDECL() by Jean-Marc Valin · 11 years ago
  7. b90e63b Moves frame size selection back out of opus_encode_native() by Jean-Marc Valin · 11 years ago
  8. 6fbfed6 Allowing surround to use lower bandwidth than fullband by Jean-Marc Valin · 11 years ago
  9. 54bddf0 Surround analysis should now work for non-20ms frame sizes. by Jean-Marc Valin · 11 years ago
  10. 978e4cb Code for handling upsampling in surround_analysis() by Jean-Marc Valin · 11 years ago
  11. 8824fdb Adds surround masking to SILK by Jean-Marc Valin · 11 years ago
  12. 91904a4 Moves the analysis back to opus_encode_native() to it runs for all streams. by Jean-Marc Valin · 11 years ago
  13. 0f68696 Adds trim and dynalloc control to surround masking by Jean-Marc Valin · 11 years ago
  14. a714ae9 Makes surround_analysis() work in fixed-point by Jean-Marc Valin · 11 years ago
  15. fdceae8 Surround masking rewrite by Jean-Marc Valin · 11 years ago
  16. c0c0ef6 Add SET_MAX_BANDWIDTH to multistream encoder ctl list by Daniel Jensen · 11 years ago
  17. b29ad00 Fixes MSVC warnings by Jean-Marc Valin · 11 years ago
  18. 1af7f95 Fixes build when DISABLE_FLOAT_API is defined by Pedro Becerra · 11 years ago
  19. 4958751 Better handling of centre for surround masking, bitrate tuning by Jean-Marc Valin · 11 years ago
  20. 2f7a315 Fixes silly fixed-point bug with the surround downmix by Jean-Marc Valin · 11 years ago
  21. 337f34c Adds some checks to the surround API by Jean-Marc Valin · 11 years ago
  22. a0d096f Braces go on the next line. by Gregory Maxwell · 11 years ago
  23. b271dae Brace a number of if statements instead of one-lining them. by Gregory Maxwell · 11 years ago
  24. dd7b0da Fixes some return without va_end in the api, adds tests. by Gregory Maxwell · 11 years ago
  25. 58d80ab Disables all the surround mode forcing for mono/stereo by Jean-Marc Valin · 11 years ago
  26. d66bdc7 Revisit surround rate allocation by Jean-Marc Valin · 11 years ago
  27. a4dccd3 Implements basic surround masking by Jean-Marc Valin · 11 years ago
  28. 7a8b139 Adds support for all Vorbis mappings by Jean-Marc Valin · 11 years ago
  29. b08c4ca Surround: Better LFE handling by Jean-Marc Valin · 11 years ago
  30. 1b72386 Initial surround code with new API by Jean-Marc Valin · 11 years ago
  31. b042935 Fixes missing initialization in OpusMSEncoder by Jean-Marc Valin · 11 years ago
  32. a8f04b2 Fix some 16-bit int issues in the multistream API. by Timothy B. Terriberry · 11 years ago
  33. 22345ef Fixes OPUS_SET_EXPERT_FRAME_DURATION_REQUEST for multi-stream by Taihei Momma · 11 years ago
  34. 51f4a32 Adds support for delayed decision by Jean-Marc Valin · 12 years ago
  35. 10a34a5 Making multistream variable duration work for both the float and int API by Jean-Marc Valin · 12 years ago
  36. 95561be Better handling of the multistream bitrate by Jean-Marc Valin · 12 years ago
  37. 7448366 Multistream support for variable frame duration by Jean-Marc Valin · 12 years ago
  38. b3eba24 Capping lsb_depth to 16 unless using the float API of a float build by Jean-Marc Valin · 12 years ago
  39. ae0e2ca Splits out the Opus multi-stream encoder and decoder by Jean-Marc Valin · 12 years ago