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