1. 6d9c16d Fix common misspellings by Philip Jägenstedt · 12 years ago
  2. d8b0a24 Docbug: Replace opus_encode_frame with opus_encode_float in doxygen. by Gregory Maxwell · 12 years ago
  3. cc71cde Replace 'maximum frame size' with 'maximum packet duration' in the docs. by Gregory Maxwell · 12 years ago
  4. 1d13ff6 Fixes multistream doc by Jean-Marc Valin · 12 years ago
  5. 77ebbdf Expand documentation for the multistream API. by Timothy B. Terriberry · 12 years ago
  6. 1491fa8 Fixes to the new repacketizer doc by Jean-Marc Valin · 12 years ago
  7. ddd551e Add documentation for the repacketizer API. by Timothy B. Terriberry · 12 years ago
  8. a40689e Remove large multistream stack buffers. by Timothy B. Terriberry · 12 years ago
  9. 31cf4e1 More doc fixes. by Gregory Maxwell · 12 years ago
  10. 07b8e61 Documentation updates for the CTLs. by Timothy B. Terriberry · 12 years ago
  11. 1cd5d95 Implements OPUS_{GET,SET}_LSB_DEPTH by Jean-Marc Valin · 12 years ago
  12. bf7c160 Fix opus_encode allowed frame sizes docs, reported by Stefan Hacker. by Gregory Maxwell · 12 years ago
  13. 7909d8a Guard _MSC_VER tests, remove FLOAT2INT16 when DISABLE_FLOAT_API. by Rafaël Carré · 12 years ago
  14. b0c120b Add some more api docs. by Gregory Maxwell · 12 years ago
  15. de4a2dd Replace the remaining instances of restrict with OPUS_RESTRICT. by Gregory Maxwell · 12 years ago
  16. 22f7788 Replace a remaining instance of restrict with OPUS_RESTRICT. by Gregory Maxwell · 12 years ago
  17. de0b532 Replace C99 restrict keyword with OPUS_RESTRICT. by Gregory Maxwell · 12 years ago
  18. f5b2d78 Clarify difference between user bandwidth settings. by Timothy B. Terriberry · 12 years ago
  19. 03105f5 Make OPUS_SET_GAIN survive decode reset. by Gregory Maxwell · 12 years ago
  20. 28b41ae Add OPUS_{GET|SET}_GAIN CTLs for adjusting output gain. by Gregory Maxwell · 12 years ago
  21. 595b334 Pretty up the HTML doxygen output. by Gregory Maxwell · 12 years ago
  22. daa1459 Add brief descriptions to the encode/decode groups to avoid weird autobreif strings. by Gregory Maxwell · 12 years ago
  23. 1f65ce8 Correct documentation in opus_custom.h. by Gregory Maxwell · 12 years ago
  24. c64f4a4 Update headers to cause warnings on unused returns and null args. by Gregory Maxwell · 12 years ago
  25. bc1683d Seems like using dllimport on Windows wasn't useful by Jean-Marc Valin · 12 years ago
  26. 9ce27c5 Fix for building mingw32 apps. by Gregory Maxwell · 12 years ago
  27. 64c2dd7 Add extern "C" protection to opus_multistream.h. by Ralph Giles · 12 years ago
  28. d445f02 Tweak doxygen input so that the manpage names won't conflict. by Gregory Maxwell · 12 years ago
  29. fdd0c52 Minor doc improvement wrt OPUS_APPLICATION_RESTRICTED_LOWDELAY. by Gregory Maxwell · 12 years ago
  30. 7143b2d Merge branch 'tmp_draft' by Jean-Marc Valin · 12 years ago
  31. 88f22f2 Revert "Adds 3rd clause to CELT license" by Jean-Marc Valin · 12 years ago
  32. 3291120 Addressing the remaining comments from Robert Sparks by Jean-Marc Valin · 12 years ago
  33. ab5a049 Merge commit '390c89225d' by Jean-Marc Valin · 12 years ago
  34. 9f407af Adds 3rd clause to CELT license by Jean-Marc Valin · 12 years ago
  35. cb05e7c s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code" by Jean-Marc Valin · 12 years ago
  36. 7227300 Misc changes to address Robert Sparks' comments by Jean-Marc Valin · 12 years ago
  37. f402852 Improve decoder_create documentation. by Ralph Giles · 13 years ago
  38. 5f6e472 Remove trailing whitespace. by Ralph Giles · 13 years ago
  39. 59354a7 Fixes int vs opus_int32 compile errors on C5x by Jean-Marc Valin · 13 years ago
  40. 873fc5b Fix documenation typos. by Ralph Giles · 13 years ago
  41. 1e0ba0f Fix typos in the API documentation. by Ralph Giles · 13 years ago
  42. ab0b5f5 Make input mapping parameter const in multistream API by Vincent Penquerc'h · 13 years ago
  43. e702817 40/60ms MDCT/Hybrid were not able to reach maximum bitrate. Now they can. by Gregory Maxwell · 13 years ago
  44. 120800f Rename '_FOO' to avoid potentional collisions with reserved identifiers. by Ralph Giles · 13 years ago
  45. 10ebc02 Misc documentation fixes (no code change) by Ralph Giles · 13 years ago
  46. c81b510 Fix a number of multistream decoder bugs; add some very basic multistream decoder tests. by Gregory Maxwell · 13 years ago
  47. e6a0be8 Makes OPUS_SET_VOICE_RATIO private by Jean-Marc Valin · 13 years ago
  48. 4923f3f Moves the main headers from src/ to include/ by Jean-Marc Valin · 13 years ago