1. c2b542b Add support for Meson build system by Tim-Philipp Müller · 8 years ago
  2. 907a523 Replace WIN32 with _WIN32 everywhere by Nirbheek Chauhan · 4 years ago
  3. 5c94ec3 Fix a typo in in opus_custom.h. by Hua, Chunbo · 4 years, 2 months ago
  4. 4f4b11c API for checking whether the encoder is in DTX by Gustaf Ullberg · 5 years ago
  5. 19966cc Fix opus_packet_parse() non-null arg attribute by Mark Harris · 6 years ago
  6. 9b092dd Support for Ambisonics. by Andrew Allen · 6 years ago
  7. 058e817 Decouple OpusProjection* API from static matrices. by Andrew Allen · 7 years ago
  8. 4656053 Define integer types from stdint.h where it's available by Kári Tristan Helgason · 7 years ago
  9. f643c03 Support for Channel Mapping 253 by Andrew Allen · 7 years ago
  10. 1f8cea2 Avoid warning when __STDC_VERSION__ is not defined by Carlos Alberto Lopez Perez · 7 years ago
  11. c43633d Fix OPUS_ARG_NONNULL indices in opus_multistream.h by Felicia Lim · 7 years ago
  12. 132ed59 Removes OPUS_FRAMESIZE_VARIABLE by Jean-Marc Valin · 8 years ago
  13. 0962cbe Support encoding 80/100/120 ms frame lengths by Felicia Lim · 8 years ago
  14. 691d493 Allow disabling phase inversion for multistream by Mark Harris · 8 years ago
  15. 18a380a Make it possible to ignore inverted phase stereo for downmix purposes by Jean-Marc Valin · 8 years ago
  16. 1c31142 Packets indicating DTX may be up to 2 bytes by Mark Harris · 8 years ago
  17. 58dbcf2 Update URLs by Mark Harris · 8 years ago
  18. 6e96173 win32: only use dllexport when building DLL by Daniel Verkamp · 9 years ago
  19. 811dc74 Suggest OPUS_LSB_DEPTH(14) for G.711. r=td-linux,mark4o by Ralph Giles · 8 years ago
  20. 699b643 Updating links for both https and new versions by Mark Harris · 9 years ago
  21. d70b8ed Corrections to doc by Mark Harris · 9 years ago
  22. 25c2f62 Improve OPUS_GET_LSB_DEPTH documentation. by Timothy B. Terriberry · 9 years ago
  23. 75d81f5 Document how to tell if your build is fixed-point. by Timothy B. Terriberry · 9 years ago
  24. 5b712da Document the motivation for the 120 ms repacketizer limit. by Ralph Giles · 9 years ago
  25. e1326fe Lowered the smallest packet that the multi-stream encoder can encode by Jean-Marc Valin · 10 years ago
  26. f5a351a Fixes encoder/decoder classification of ctl() requests. by Bruno Randolf · 10 years ago
  27. f4d2c03 Put custom_encoder_init decl behind CUSTOM_MODES. More softclip tests. by Gregory Maxwell · 11 years ago
  28. f183566 Adds functions for multistream padding/unpadding and single-stream unpadding by Jean-Marc Valin · 11 years ago
  29. cbe93e2 Adds OPUS_SET_PREDICTION_DISABLED() ctl to force "independent" frames by Jean-Marc Valin · 11 years ago
  30. c5635d2 Adds packet padding that works for all codes and fixes 40/60 ms CBR. by Jean-Marc Valin · 11 years ago
  31. 5174817 Hides OPUS_FRAMESIZE_VARIABLE from the API until it actually works by Jean-Marc Valin · 11 years ago
  32. 7830cf1 Replace "inline" with OPUS_INLINE. 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. 1f26ee2 Use __declspec(dllexport) on mingw build. by Jacek Caban · 11 years ago
  35. 3593069 Change few remaining instances of short to opus_int16 by Jean-Marc Valin · 11 years ago
  36. a4dccd3 Implements basic surround masking by Jean-Marc Valin · 11 years ago
  37. 1b72386 Initial surround code with new API by Jean-Marc Valin · 11 years ago
  38. 74d43f0 Minor soft clipping doc fix by Jean-Marc Valin · 11 years ago
  39. f96fc8c Merge branch 'exp_analysis' by Jean-Marc Valin · 11 years ago
  40. d9aa6e0 Oops, fixed API name from previous commit by Jean-Marc Valin · 11 years ago
  41. 32c4a0c Applies soft-clipping to the int decoder API. by Jean-Marc Valin · 11 years ago
  42. 51f4a32 Adds support for delayed decision by Jean-Marc Valin · 11 years ago
  43. 49583ed First attempt at varying the frame size depending on the audio (float only) by Jean-Marc Valin · 12 years ago
  44. 256c959 Document that opus_packet_get_nb_frames, etc. can return OPUS_BAD_ARG. by Ralph Giles · 12 years ago
  45. d0fd9d4 Implements opus_packet_get_nb_samples() by Jean-Marc Valin · 12 years ago
  46. 512d849 Implements OPUS_GET_LAST_FRAME_DURATION decoder ctl() by Jean-Marc Valin · 12 years ago
  47. 7fcd66c Changes the PLC behaviour and fixes the FEC behaviour on concatenated packets by Jean-Marc Valin · 12 years ago
  48. 265b6b1 Allow the build files to override OPUS_EXPORT. by Ralph Giles · 12 years ago
  49. 1ecb7ea Fixes issues with multiple files defining CELT_C by Jean-Marc Valin · 12 years ago
  50. 6906210 Splits out the CELT encoder and decoder by Jean-Marc Valin · 12 years ago
  51. 06d4432 Move LSB CTLs to the encoder specific section, thanks to Ilari on IRC for noticing. by Gregory Maxwell · 12 years ago
  52. 696d68c Fix typo in documentation for opus_decoder_create(). by Gregory Maxwell · 12 years ago
  53. 9fec9bb Belabor OPUS_SET_BITRATE instead of max_packet, as this is a common trap. by Gregory Maxwell · 12 years ago
  54. 6d9c16d Fix common misspellings by Philip Jägenstedt · 12 years ago
  55. d8b0a24 Docbug: Replace opus_encode_frame with opus_encode_float in doxygen. by Gregory Maxwell · 12 years ago
  56. cc71cde Replace 'maximum frame size' with 'maximum packet duration' in the docs. by Gregory Maxwell · 12 years ago
  57. 1d13ff6 Fixes multistream doc by Jean-Marc Valin · 12 years ago
  58. 77ebbdf Expand documentation for the multistream API. by Timothy B. Terriberry · 12 years ago
  59. 1491fa8 Fixes to the new repacketizer doc by Jean-Marc Valin · 12 years ago
  60. ddd551e Add documentation for the repacketizer API. by Timothy B. Terriberry · 12 years ago
  61. a40689e Remove large multistream stack buffers. by Timothy B. Terriberry · 12 years ago
  62. 31cf4e1 More doc fixes. by Gregory Maxwell · 12 years ago
  63. 07b8e61 Documentation updates for the CTLs. by Timothy B. Terriberry · 12 years ago
  64. 1cd5d95 Implements OPUS_{GET,SET}_LSB_DEPTH by Jean-Marc Valin · 12 years ago
  65. bf7c160 Fix opus_encode allowed frame sizes docs, reported by Stefan Hacker. by Gregory Maxwell · 12 years ago
  66. 7909d8a Guard _MSC_VER tests, remove FLOAT2INT16 when DISABLE_FLOAT_API. by Rafaël Carré · 12 years ago
  67. b0c120b Add some more api docs. by Gregory Maxwell · 12 years ago
  68. de4a2dd Replace the remaining instances of restrict with OPUS_RESTRICT. by Gregory Maxwell · 12 years ago
  69. 22f7788 Replace a remaining instance of restrict with OPUS_RESTRICT. by Gregory Maxwell · 12 years ago
  70. de0b532 Replace C99 restrict keyword with OPUS_RESTRICT. by Gregory Maxwell · 12 years ago
  71. f5b2d78 Clarify difference between user bandwidth settings. by Timothy B. Terriberry · 12 years ago
  72. 03105f5 Make OPUS_SET_GAIN survive decode reset. by Gregory Maxwell · 12 years ago
  73. 28b41ae Add OPUS_{GET|SET}_GAIN CTLs for adjusting output gain. by Gregory Maxwell · 12 years ago
  74. 595b334 Pretty up the HTML doxygen output. by Gregory Maxwell · 12 years ago
  75. daa1459 Add brief descriptions to the encode/decode groups to avoid weird autobreif strings. by Gregory Maxwell · 12 years ago
  76. 1f65ce8 Correct documentation in opus_custom.h. by Gregory Maxwell · 12 years ago
  77. c64f4a4 Update headers to cause warnings on unused returns and null args. by Gregory Maxwell · 12 years ago
  78. bc1683d Seems like using dllimport on Windows wasn't useful by Jean-Marc Valin · 12 years ago
  79. 9ce27c5 Fix for building mingw32 apps. by Gregory Maxwell · 12 years ago
  80. 64c2dd7 Add extern "C" protection to opus_multistream.h. by Ralph Giles · 12 years ago
  81. d445f02 Tweak doxygen input so that the manpage names won't conflict. by Gregory Maxwell · 12 years ago
  82. fdd0c52 Minor doc improvement wrt OPUS_APPLICATION_RESTRICTED_LOWDELAY. by Gregory Maxwell · 12 years ago
  83. 7143b2d Merge branch 'tmp_draft' by Jean-Marc Valin · 12 years ago
  84. 88f22f2 Revert "Adds 3rd clause to CELT license" by Jean-Marc Valin · 12 years ago
  85. 3291120 Addressing the remaining comments from Robert Sparks by Jean-Marc Valin · 12 years ago
  86. ab5a049 Merge commit '390c89225d' by Jean-Marc Valin · 12 years ago
  87. 9f407af Adds 3rd clause to CELT license by Jean-Marc Valin · 12 years ago
  88. cb05e7c s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code" by Jean-Marc Valin · 12 years ago
  89. 7227300 Misc changes to address Robert Sparks' comments by Jean-Marc Valin · 12 years ago
  90. f402852 Improve decoder_create documentation. by Ralph Giles · 12 years ago
  91. 5f6e472 Remove trailing whitespace. by Ralph Giles · 12 years ago
  92. 59354a7 Fixes int vs opus_int32 compile errors on C5x by Jean-Marc Valin · 12 years ago
  93. 873fc5b Fix documenation typos. by Ralph Giles · 13 years ago
  94. 1e0ba0f Fix typos in the API documentation. by Ralph Giles · 13 years ago
  95. ab0b5f5 Make input mapping parameter const in multistream API by Vincent Penquerc'h · 13 years ago
  96. e702817 40/60ms MDCT/Hybrid were not able to reach maximum bitrate. Now they can. by Gregory Maxwell · 13 years ago
  97. 120800f Rename '_FOO' to avoid potentional collisions with reserved identifiers. by Ralph Giles · 13 years ago
  98. 10ebc02 Misc documentation fixes (no code change) by Ralph Giles · 13 years ago
  99. c81b510 Fix a number of multistream decoder bugs; add some very basic multistream decoder tests. by Gregory Maxwell · 13 years ago
  100. e6a0be8 Makes OPUS_SET_VOICE_RATIO private by Jean-Marc Valin · 13 years ago