1. 31cf4e1 More doc fixes. by Gregory Maxwell · 12 years ago
  2. 0e23249 Only install opus_*.3 manpages. Fixes 'make distcheck'. by Ralph Giles · 12 years ago
  3. 8d2e9ad Use configure.ac provided soname versioning. by Gregory Maxwell · 12 years ago
  4. 07b8e61 Documentation updates for the CTLs. by Timothy B. Terriberry · 12 years ago
  5. 417679c Disable stack-protector for mingw32 and remove win32 restrict define. by Gregory Maxwell · 12 years ago
  6. e852c34 Add MSVC makefiles to the dist tarball. by Gregory Maxwell · 12 years ago
  7. 98eed74 Avoid an inconsequential memory leak in tests/test_opus_decode.c. by Gregory Maxwell · 12 years ago
  8. 4ee682f Bump version number to 1.0.1 and set libtool version by Jean-Marc Valin · 12 years ago
  9. 88c499c Add basic {GET,SET}_LSB_DEPTH API tests. by Gregory Maxwell · 12 years ago
  10. bb389c6 OPUS_{GET,SET}_LSB_DEPTH for multichannel. by Gregory Maxwell · 12 years ago
  11. 1cd5d95 Implements OPUS_{GET,SET}_LSB_DEPTH by Jean-Marc Valin · 12 years ago
  12. 02f19c2 Fix fixed-point testilog2. by Timothy B. Terriberry · 12 years ago
  13. 0d57a5d Disable silk_get_TOC in the code, as it's not used or exposed. by Gregory Maxwell · 12 years ago
  14. 622046c Fixed sizeof param in silk_get_TOC. Size for memset was calculated wrong. by Cyril Lashkevich · 12 years ago
  15. bf7c160 Fix opus_encode allowed frame sizes docs, reported by Stefan Hacker. by Gregory Maxwell · 12 years ago
  16. da3b5f7 Added MSVC output directories to gitignore. by Chris Moeller · 12 years ago
  17. 4466622 Fix bkp/s -> kb/s in opus_demo. by Gregory Maxwell · 12 years ago
  18. 7909d8a Guard _MSC_VER tests, remove FLOAT2INT16 when DISABLE_FLOAT_API. by Rafaël Carré · 12 years ago
  19. 66d429a log2_frac optimization from Simon Hosie back in Aug 2011. by Gregory Maxwell · 12 years ago
  20. b0c120b Add some more api docs. by Gregory Maxwell · 12 years ago
  21. de4a2dd Replace the remaining instances of restrict with OPUS_RESTRICT. by Gregory Maxwell · 12 years ago
  22. 22f7788 Replace a remaining instance of restrict with OPUS_RESTRICT. by Gregory Maxwell · 12 years ago
  23. 0ec9313 Small cleanups to MSVC build setup. by Gian-Carlo Pascutto · 12 years ago
  24. b768c9b Fixes MSVC projects and adds git version generator tool by Chris Moeller · 12 years ago
  25. de0b532 Replace C99 restrict keyword with OPUS_RESTRICT. by Gregory Maxwell · 12 years ago
  26. 31e8a84 Don't try to create fullband silk frames when forced to low rate. by Gregory Maxwell · 12 years ago
  27. 37f5659 Convert some double constants to float. by Gregory Maxwell · 12 years ago
  28. 9621e71 Fix a typo. by Ralph Giles · 12 years ago
  29. b7985f3 Remove rillian from the Acknowledgments. by Timothy B. Terriberry · 12 years ago
  30. f5b2d78 Clarify difference between user bandwidth settings. by Timothy B. Terriberry · 12 years ago
  31. b0794ba Wrap a long line. by Ralph Giles · 12 years ago
  32. aff527e Fix the agreement issue the other way. by Ralph Giles · 12 years ago
  33. c4406b5 Fix an agreement typo in the previous commit. by Ralph Giles · 12 years ago
  34. 642084c Output/intermediate dir cleanup and fixes in 64-bit mode. by Gian-Carlo Pascutto · 12 years ago
  35. eeb7bd3 Make MSVC build work in parallel. by Gian-Carlo Pascutto · 12 years ago
  36. 396c4e5 Rearrange Ogg Opus references. by Timothy B. Terriberry · 12 years ago
  37. b374461 Updates from mailing list and other small fixes. by Timothy B. Terriberry · 12 years ago
  38. 3527f9d Oops, the tag is ENCODER not ENCODED-BY. by Ralph Giles · 12 years ago
  39. 360a411 Various small improvements. by Ralph Giles · 12 years ago
  40. 0cf8628 Define TOC sequence briefly. by Ralph Giles · 12 years ago
  41. 19658bd Clarify how multistream Opus packets are packed into Ogg packets. by Ralph Giles · 12 years ago
  42. 1a7c4ce Bump the version number on the Ogg Opus draft. by Ralph Giles · 12 years ago
  43. 1935025 Add myself as an author. by Ralph Giles · 12 years ago
  44. e515687 Ogg Opus wording - avoid repeated 'this' in the abstract. by Ralph Giles · 12 years ago
  45. d060dd7 Opus_multistream API hardening. by Gregory Maxwell · 12 years ago
  46. ce87883 Fix headers by mingw broken by recent win32 changes. by Gregory Maxwell · 12 years ago
  47. 619aa8b Fix MSVC Debug builds, set missing dependencies for tests. by Gian-Carlo Pascutto · 12 years ago
  48. c0edd63 Make tests work on MSVC. by Gian-Carlo Pascutto · 12 years ago
  49. f57be69 Remove non-existent ReadMe.txt references. by Gian-Carlo Pascutto · 12 years ago
  50. a7bdbf7 Add opus_demo target and project files. by Gian-Carlo Pascutto · 12 years ago
  51. d2fa2ed Make compiler settings consistent. Actually produce the libary, remove the opus_demo for now. by Gian-Carlo Pascutto · 12 years ago
  52. cb42735 Add missing multistream sources to MSVC project file. by Gian-Carlo Pascutto · 12 years ago
  53. bdf8740 RTP draft fix by Jean-Marc Valin · 12 years ago
  54. 37d9e13 Fixes a hybrid encoder bug on 24 kHz stereo input by Jean-Marc Valin · 12 years ago
  55. 03105f5 Make OPUS_SET_GAIN survive decode reset. by Gregory Maxwell · 12 years ago
  56. 9881484 test_opus_api: Fix valgrind expectations broken by last commit. by Gregory Maxwell · 12 years ago
  57. 28b41ae Add OPUS_{GET|SET}_GAIN CTLs for adjusting output gain. by Gregory Maxwell · 12 years ago
  58. c329045 Make stack-protector check use AC_LINK_IFELSE. by Gregory Maxwell · 12 years ago
  59. 27a0a5f Avoid using win32 lrintf ASM on mingw even when config.h is broken. by Gregory Maxwell · 12 years ago
  60. a7df963 Typo fix. by Timothy B. Terriberry · 12 years ago
  61. a2b2e0b Initial revision of Ogg Opus draft. by Timothy B. Terriberry · 12 years ago
  62. 1616230 Add configure option to disable stack protector. by Gregory Maxwell · 12 years ago
  63. 0c90607 Dos2unix, trailing whitespace on draft-spittka-payload-rtp-opus.xml. by Gregory Maxwell · 12 years ago
  64. 25aec47 Adds a copy of the RTP payload XML by Jean-Marc Valin · 12 years ago
  65. de9b437 Add -fixed to the version string & clarify that fixed disables float. by Gregory Maxwell · 12 years ago
  66. 9a89d56 Include the doc dir in DIST_SUBDIRS instead of EXTRA_DIST by Ron · 12 years ago
  67. 99aaff52 opus_compare.m was outdated by Jean-Marc Valin · 12 years ago
  68. 783ecbf Don't bark scary warnings at compile time about no doxygen by Ron · 13 years ago
  69. 91b56f6 Fixup paths in doc/ by Gregory Maxwell · 12 years ago
  70. 595b334 Pretty up the HTML doxygen output. by Gregory Maxwell · 12 years ago
  71. daa1459 Add brief descriptions to the encode/decode groups to avoid weird autobreif strings. by Gregory Maxwell · 12 years ago
  72. 1f65ce8 Correct documentation in opus_custom.h. by Gregory Maxwell · 12 years ago
  73. 2967d4e Remove unnecessary and not-very-portable opus_demo case insensitivity. by Gregory Maxwell · 13 years ago
  74. daa4167 Fix doxygen docs wrt OPUS_WARN_UNUSED_RESULT and OPUS_ARG_NONNULL. by Gregory Maxwell · 12 years ago
  75. c64f4a4 Update headers to cause warnings on unused returns and null args. by Gregory Maxwell · 12 years ago
  76. bcbf40b modified the Visual Studio 2010 projects and solution file to include a x64 configuration. modified the output folders such that the architecture is included in the path (so you get Release64, Debug32, etc.) so you can have all build types in one tree. by root · 12 years ago
  77. f99e329 Avoid an inconsequential memory leak in tests/test_opus_decode.c by Gregory Maxwell · 12 years ago
  78. d6737c8 Avoid an inconsequential memory leak in tests/test_opus_encode.c. by Gregory Maxwell · 12 years ago
  79. bc1683d Seems like using dllimport on Windows wasn't useful by Jean-Marc Valin · 12 years ago
  80. 9ce27c5 Fix for building mingw32 apps. by Gregory Maxwell · 12 years ago
  81. d8f1c70 Advertise the static library for uninstalled builds. by Ralph Giles · 12 years ago
  82. 66ac102 Fixes some cases where MIN/MAX macros result in duplicated function calls by Jean-Marc Valin · 12 years ago
  83. d09dc7c Fix opus-uninstalled.pc. by Timothy B. Terriberry · 12 years ago
  84. 64c2dd7 Add extern "C" protection to opus_multistream.h. by Ralph Giles · 13 years ago
  85. e052947 Use 'frame' instead of 'signal', take out stdlib.h in silk/. by Gregory Maxwell · 13 years ago
  86. b6512b4 Enable building just the library (or just the docs) by Ron · 13 years ago
  87. b2b0391 Actually install the documentation with make install by Ron · 13 years ago
  88. d445f02 Tweak doxygen input so that the manpage names won't conflict. by Gregory Maxwell · 13 years ago
  89. 24ed465 int vs opus_int32 consistency by Jean-Marc Valin · 13 years ago
  90. 9d9bad4 Remove the obsolete LIBOPUS_SUFFIX define. by Ralph Giles · 13 years ago
  91. 3164fcf Move the various version defines to be together. by Ralph Giles · 13 years ago
  92. fdd0c52 Minor doc improvement wrt OPUS_APPLICATION_RESTRICTED_LOWDELAY. by Gregory Maxwell · 13 years ago
  93. 8858cac Sync with draft -14 by Jean-Marc Valin · 13 years ago
  94. 14d63d1 Fixes the stereo_analysis() fixed-point overflow issue properly by Jean-Marc Valin · 13 years ago
  95. 7143b2d Merge branch 'tmp_draft' by Jean-Marc Valin · 13 years ago
  96. 88f22f2 Revert "Adds 3rd clause to CELT license" by Jean-Marc Valin · 13 years ago
  97. 88ddeee version bump by Jean-Marc Valin · 13 years ago
  98. 87003d5 Remove trailing whitespace from draft-ietf-codec-opus.xml. by Gregory Maxwell · 13 years ago
  99. 1ed596f commas by Kat Walsh · 13 years ago
  100. 3c321e3 Table title capitalization by Jean-Marc Valin · 13 years ago