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