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