1. e1326fe Lowered the smallest packet that the multi-stream encoder can encode by Jean-Marc Valin · 10 years ago
  2. f5a351a Fixes encoder/decoder classification of ctl() requests. by Bruno Randolf · 11 years ago
  3. cbe93e2 Adds OPUS_SET_PREDICTION_DISABLED() ctl to force "independent" frames by Jean-Marc Valin · 11 years ago
  4. 5174817 Hides OPUS_FRAMESIZE_VARIABLE from the API until it actually works by Jean-Marc Valin · 11 years ago
  5. 7830cf1 Replace "inline" with OPUS_INLINE. by Gregory Maxwell · 11 years ago
  6. dd7b0da Fixes some return without va_end in the api, adds tests. by Gregory Maxwell · 11 years ago
  7. 1f26ee2 Use __declspec(dllexport) on mingw build. by Jacek Caban · 11 years ago
  8. a4dccd3 Implements basic surround masking by Jean-Marc Valin · 11 years ago
  9. 51f4a32 Adds support for delayed decision by Jean-Marc Valin · 12 years ago
  10. 49583ed First attempt at varying the frame size depending on the audio (float only) by Jean-Marc Valin · 12 years ago
  11. 512d849 Implements OPUS_GET_LAST_FRAME_DURATION decoder ctl() by Jean-Marc Valin · 12 years ago
  12. 265b6b1 Allow the build files to override OPUS_EXPORT. by Ralph Giles · 12 years ago
  13. 06d4432 Move LSB CTLs to the encoder specific section, thanks to Ilari on IRC for noticing. by Gregory Maxwell · 12 years ago
  14. a40689e Remove large multistream stack buffers. by Timothy B. Terriberry · 12 years ago
  15. 31cf4e1 More doc fixes. by Gregory Maxwell · 12 years ago
  16. 07b8e61 Documentation updates for the CTLs. by Timothy B. Terriberry · 12 years ago
  17. 1cd5d95 Implements OPUS_{GET,SET}_LSB_DEPTH by Jean-Marc Valin · 12 years ago
  18. 7909d8a Guard _MSC_VER tests, remove FLOAT2INT16 when DISABLE_FLOAT_API. by Rafaël Carré · 12 years ago
  19. de0b532 Replace C99 restrict keyword with OPUS_RESTRICT. by Gregory Maxwell · 12 years ago
  20. f5b2d78 Clarify difference between user bandwidth settings. by Timothy B. Terriberry · 12 years ago
  21. 03105f5 Make OPUS_SET_GAIN survive decode reset. by Gregory Maxwell · 12 years ago
  22. 28b41ae Add OPUS_{GET|SET}_GAIN CTLs for adjusting output gain. by Gregory Maxwell · 12 years ago
  23. c64f4a4 Update headers to cause warnings on unused returns and null args. by Gregory Maxwell · 12 years ago
  24. bc1683d Seems like using dllimport on Windows wasn't useful by Jean-Marc Valin · 12 years ago
  25. 9ce27c5 Fix for building mingw32 apps. by Gregory Maxwell · 12 years ago
  26. d445f02 Tweak doxygen input so that the manpage names won't conflict. by Gregory Maxwell · 12 years ago
  27. ab5a049 Merge commit '390c89225d' by Jean-Marc Valin · 12 years ago
  28. cb05e7c s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code" by Jean-Marc Valin · 12 years ago
  29. 7227300 Misc changes to address Robert Sparks' comments by Jean-Marc Valin · 12 years ago
  30. 873fc5b Fix documenation typos. by Ralph Giles · 13 years ago
  31. 10ebc02 Misc documentation fixes (no code change) by Ralph Giles · 13 years ago
  32. e6a0be8 Makes OPUS_SET_VOICE_RATIO private by Jean-Marc Valin · 13 years ago
  33. 4923f3f Moves the main headers from src/ to include/ by Jean-Marc Valin · 13 years ago[Renamed from celt/opus_defines.h]
  34. 97cefdd Oops, forgot the #defines for OPUS_{SET|GET}_MAX_BANDWIDTH() by Jean-Marc Valin · 13 years ago
  35. 9ba1743 Implements OPUS_SET_MAX_BANDWIDTH() by Jean-Marc Valin · 13 years ago
  36. 2557750 API doc improvements by Jean-Marc Valin · 13 years ago
  37. 48069bf Documentation and build script updates. by Gregory Maxwell · 13 years ago
  38. 25f7f35 Implements OPUS_GET_PITCH that queries the decoded pitch by Jean-Marc Valin · 13 years ago
  39. c374990 renames the libcelt/ directory to celt/ by Jean-Marc Valin · 13 years ago[Renamed from libcelt/opus_defines.h]
  40. 3bcf367 Documentation updates. by Gregory Maxwell · 13 years ago
  41. ee83c16 Doxygen comment fixes by Jean-Marc Valin · 13 years ago
  42. 2909537 Documentation updates. by Gregory Maxwell · 13 years ago
  43. 68bc8c0 Making RESTRICTED_LOWDELAY an "application" that's set at init time by Jean-Marc Valin · 13 years ago
  44. d186c91 Adds OPUS_SET_RESTRICTED_LOWDELAY() encoder ctl by Jean-Marc Valin · 13 years ago
  45. 07dceb7 Adds ctl() requests for forcing any operating mode in the encoder by Jean-Marc Valin · 13 years ago
  46. 75ff53c Adds doxygen documentation for opus_defines.h. by Gregory Maxwell · 13 years ago
  47. 1b95196 Add minimal doxygen markup to the public headers. by Ralph Giles · 13 years ago
  48. 331e9fe s/OPUS_CORRUPTED_DATA/OPUS_INVALID_PACKET/ by Jean-Marc Valin · 13 years ago
  49. 663a7fe Defining OPUS_BITRATE_MAX and moving some defines to opus_defines.h by Jean-Marc Valin · 13 years ago
  50. fbbd9bf Renumbering the ctl() calls to make programming errors more obvious by Jean-Marc Valin · 13 years ago
  51. 06237d7 Implements the OpusCustom modes (mostly) properly by Jean-Marc Valin · 13 years ago
  52. f9e701a Sharing more macros between the Opus code and the CELT low-level code by Jean-Marc Valin · 13 years ago