1. c95c9a0 Cisco optimization for x86 & fixed point by xiangmingzhu · 10 years ago
  2. 76e831d Make the arm2gnu.pl converter handle apple specific details by Martin Storsjo · 11 years ago
  3. 253e15f configure.ac: fix bashism in ARM optimization handling by Peter Korsgaard · 11 years ago
  4. 65471dd Bump soname by Jean-Marc Valin · 11 years ago
  5. 17dcb27 Revert "Disables assembly optimizations by default because of several problems reported" by Jean-Marc Valin · 11 years ago
  6. 2446445 Disables assembly optimizations by default because of several problems reported by Jean-Marc Valin · 11 years ago
  7. 39386e0 Adds Neon assembly for correlation/convolution by Timothy B. Terriberry · 11 years ago
  8. d814c5d Exposes --disable-float-api in autoconf by Jean-Marc Valin · 11 years ago
  9. cfe8e2b Always try to update the version when autogen.sh is run by Ron · 11 years ago
  10. f92286b Get rid of PC_LIBM by Ron · 11 years ago
  11. 5bac4f2 More autoconf housekeeping by Ron · 11 years ago
  12. 4a7bb1f Drop the stdint size tests that we never use anywhere by Ron · 11 years ago
  13. cd4c824 Add run-time CPU detection and support for ARM architecture by Aurélien Zanelli · 11 years ago
  14. faec673 Add an option to disable build of extra programs (demos and tests) by Aurélien Zanelli · 11 years ago
  15. 33511f7 Minor configure adjustment. by Timothy B. Terriberry · 11 years ago
  16. 50b395b Add support for autoconf macros in m4/ by Ron · 11 years ago
  17. 972a34e Add ARMv4/ARMv5E macros. by Timothy B. Terriberry · 11 years ago
  18. 918acd1 Use m4_esyscmd instead of m4_esyscmd_s by Ron · 11 years ago
  19. 2f2f9d6 Fully automate version updating by Ron · 11 years ago
  20. 80c4834 Bump version to match 1.0.x branch by Jean-Marc Valin · 11 years ago
  21. 99e8a93 Remove -Wdeclaration-after-statement. by Ralph Giles · 12 years ago
  22. 42f39c5 Add -Wdeclaration-after-statement. by Ralph Giles · 12 years ago
  23. ba1bd03 Use AC_CONFIG_HEADERS. by Ralph Giles · 12 years ago
  24. 119d53c Bump soname version to match the 1.0.x branch. by Ralph Giles · 12 years ago
  25. def001b Remove obsolete check for endianness. by Ralph Giles · 12 years ago
  26. 14454c4 Enable maintainer mode by default on automake 1.11 by Ralph Giles · 12 years ago
  27. ff16ab0 Just fix opus-uninstalled.pc instead of tweaking the build dir by Ron · 12 years ago
  28. c40d500 Link the include dir into out-of-tree build dirs by Ron · 12 years ago
  29. 3ef8a16 Opus custom requires libm unconditionally. by Ralph Giles · 12 years ago
  30. d47ddfb Add -lm to the pkg-config link line. by Ralph Giles · 12 years ago
  31. a66642a Remove FLOATING_POINT from config.h. by Ralph Giles · 12 years ago
  32. 1219065 some doc for --enable-fixed-point and --enable-floating-point by Jean-Marc Valin · 12 years ago
  33. 5ae062a Completely remove the built-in autotools -fstatck-protector detection. by Gregory Maxwell · 12 years ago
  34. 11dd552 Clarify a comment. by Ralph Giles · 12 years ago
  35. d606737 Propagate OPUS_VERSION to config.h. by Ralph Giles · 12 years ago
  36. 59c5a82 Move the release version string to version.mk. by Ralph Giles · 12 years ago
  37. 9a35da4 Bump version number by Jean-Marc Valin · 12 years ago
  38. 8d2e9ad Use configure.ac provided soname versioning. by Gregory Maxwell · 12 years ago
  39. 417679c Disable stack-protector for mingw32 and remove win32 restrict define. by Gregory Maxwell · 12 years ago
  40. 4ee682f Bump version number to 1.0.1 and set libtool version by Jean-Marc Valin · 12 years ago
  41. c329045 Make stack-protector check use AC_LINK_IFELSE. by Gregory Maxwell · 12 years ago
  42. 1616230 Add configure option to disable stack protector. by Gregory Maxwell · 12 years ago
  43. de9b437 Add -fixed to the version string & clarify that fixed disables float. by Gregory Maxwell · 12 years ago
  44. 9d9bad4 Remove the obsolete LIBOPUS_SUFFIX define. by Ralph Giles · 12 years ago
  45. 3164fcf Move the various version defines to be together. by Ralph Giles · 12 years ago
  46. 8858cac Sync with draft -14 by Jean-Marc Valin · 12 years ago
  47. 88ddeee version bump by Jean-Marc Valin · 12 years ago
  48. 8ecba1a Make vararray and restrict checks fail GCC 2.95.3's broken implementation. by Gregory Maxwell · 12 years ago
  49. 6c83b0b Improve portability to BeOS via some configure.ac fixes and cleanups. by Gregory Maxwell · 12 years ago
  50. 390c892 Adds some references, bumps version number by Jean-Marc Valin · 12 years ago
  51. 17c5966 Last updates for draft -11 by Jean-Marc Valin · 13 years ago
  52. 8ba1a08 version bump by Jean-Marc Valin · 13 years ago
  53. 38c6a15 version number bump by Jean-Marc Valin · 13 years ago
  54. c19bc34 Check for __malloc_hook and define MALLOC_FAIL appropriately. by Ralph Giles · 13 years ago
  55. 9652f81 Test cleanups and renaming. by Gregory Maxwell · 13 years ago
  56. e53ebd6 Don't use -fstack-protector-all when its not supported, add an autoconf test. by Gregory Maxwell · 13 years ago
  57. 3d28ee8 Fix stack corruption with high rate SILK encoding added by the recent CBR changes and enable -fstack-protector-all on gcc autotools builds. by Gregory Maxwell · 13 years ago
  58. 48069bf Documentation and build script updates. by Gregory Maxwell · 13 years ago
  59. c374990 renames the libcelt/ directory to celt/ by Jean-Marc Valin · 13 years ago
  60. 35d4fb7 Add initial Doxygen support for generating api documentation. by Ralph Giles · 13 years ago
  61. 858468e Fix the 'distclean' target. by Ralph Giles · 13 years ago
  62. 40f956e Various minor cleanups (removing dead arguments, macros) to libcelt/. Reinstate -Wunused-parameter. by Gregory Maxwell · 13 years ago
  63. 06237d7 Implements the OpusCustom modes (mostly) properly by Jean-Marc Valin · 13 years ago
  64. d6335ab Adds many syntactically unnecessary parentheses to silence GCC -Wparentheses. by Gregory Maxwell · 13 years ago
  65. 9f71309 Add pkg-config support files. by Ralph Giles · 13 years ago
  66. f334c82 Adds a fuzzing mode that causes the encoder to make random decisions by Jean-Marc Valin · 13 years ago
  67. bf6a4e0 Re-enables test cases, including the rotation test by Jean-Marc Valin · 13 years ago
  68. a8ac44b Using the real version name instead of the last tag name by Jean-Marc Valin · 13 years ago
  69. 2852cb1 Tell automake to put object files in subdirectories. by Ralph Giles · 13 years ago
  70. 50f933b Query git for the repository revision and use that for the version string. by Ralph Giles · 13 years ago
  71. d9636c5 Add a function to query the Opus version by Jean-Marc Valin · 13 years ago
  72. fce4323 Remove the configurability of the post-filter. It is always enabled in Opus. by Gregory Maxwell · 13 years ago
  73. 5ccc124 Enable automake's "silent rules" if they are available. by Ralph Giles · 13 years ago
  74. 3596fed fix autotools build, bump version number by Jean-Marc Valin · 13 years ago
  75. 7798467 build fixes by Jean-Marc Valin · 13 years ago
  76. 34077f7 autoconf cleanup by Jean-Marc Valin · 13 years ago
  77. 7009c72 Getting fixed-point to work (I think) by Jean-Marc Valin · 13 years ago
  78. e05aaf2 Updating the autotools build system (wip) by Jean-Marc Valin · 13 years ago
  79. 381c706 Making mode switching use the same window as CELT (squared) by Jean-Marc Valin · 14 years ago
  80. f2c8e5d CELT update by Jean-Marc Valin · 14 years ago
  81. 24f75e2 Version change by Jean-Marc Valin · 14 years ago
  82. 2441517 version bump by Jean-Marc Valin · 14 years ago
  83. ee31d6f preparing the next version by Jean-Marc Valin · 14 years ago
  84. 50b20d7 CELT update, version numbers by Jean-Marc Valin · 14 years ago
  85. fb45a3f Build fixes by Jean-Marc Valin · 14 years ago
  86. 1761b81 Enabling the CELT post-filter in Opus by Jean-Marc Valin · 14 years ago
  87. 30a5e7e CELT update by Jean-Marc Valin · 14 years ago
  88. d354dd2 CELT update by Jean-Marc Valin · 14 years ago
  89. a70729c Koen's decoder updates by Jean-Marc Valin · 14 years ago
  90. e6f53b7 Updated to CELT's new API by Jean-Marc Valin · 14 years ago
  91. ff8c96e Adding missing SILK files to the build by Jean-Marc Valin · 14 years ago
  92. 05dd36a API renamed to Opus by Jean-Marc Valin · 14 years ago
  93. 38f4e9f Renamed to Harmony by Jean-Marc Valin · 14 years ago
  94. f8a4d04 CELT update by Jean-Marc Valin · 14 years ago
  95. a9e5835 As used for the listening tests by Jean-Marc Valin · 14 years ago
  96. 4468c75 draft update, instructions by Jean-Marc Valin · 14 years ago
  97. a0cbeca autotools-based build system by Jean-Marc Valin · 14 years ago