Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-03Use AC_CONFIG_HEADERS.Ralph Giles
2012-12-06Bump soname version to match the 1.0.x branch.Ralph Giles
2012-11-30Remove obsolete check for endianness.Ralph Giles
2012-11-15Enable maintainer mode by default on automake 1.11Ralph Giles
2012-09-19Just fix opus-uninstalled.pc instead of tweaking the build dirRon
2012-09-19Link the include dir into out-of-tree build dirsRon
2012-09-17Opus custom requires libm unconditionally.Ralph Giles
2012-09-17Add -lm to the pkg-config link line.Ralph Giles
2012-09-17Remove FLOATING_POINT from config.h.Ralph Giles
2012-09-01some doc for --enable-fixed-point and --enable-floating-pointv1.0.1-rc3Jean-Marc Valin
2012-08-29Completely remove the built-in autotools -fstatck-protector detection.Gregory Maxwell
2012-08-21Clarify a comment.Ralph Giles
2012-08-21Propagate OPUS_VERSION to config.h.Ralph Giles
2012-08-16Move the release version string to version.mk.Ralph Giles
2012-08-16Bump version numberv1.0.1-rc2Jean-Marc Valin
2012-08-11Use configure.ac provided soname versioning.Gregory Maxwell
2012-08-09Disable stack-protector for mingw32 and remove win32 restrict define.Gregory Maxwell
2012-08-08Bump version number to 1.0.1 and set libtool versionv1.0.1-rcJean-Marc Valin
2012-07-07Make stack-protector check use AC_LINK_IFELSE.Gregory Maxwell
2012-06-29Add configure option to disable stack protector.Gregory Maxwell
2012-06-12Add -fixed to the version string & clarify that fixed disables float.Gregory Maxwell
2012-05-18Remove the obsolete LIBOPUS_SUFFIX define.Ralph Giles
2012-05-18Move the various version defines to be together.Ralph Giles
2012-05-18Sync with draft -14Jean-Marc Valin
2012-05-16version bumpv0.9.11draft-13Jean-Marc Valin
2012-05-16Make vararray and restrict checks fail GCC 2.95.3's broken implementation.Gregory Maxwell
2012-05-16Improve portability to BeOS via some configure.ac fixes and cleanups.Gregory Maxwell
2012-04-24Adds some references, bumps version numberJean-Marc Valin
2012-02-18Last updates for draft -11v0.9.9Jean-Marc Valin
2011-11-01version bumpJean-Marc Valin
2011-11-01version number bumpv0.9.7draft-09Jean-Marc Valin
2011-10-28Check for __malloc_hook and define MALLOC_FAIL appropriately.Ralph Giles
2011-10-27Test cleanups and renaming.Gregory Maxwell
2011-10-21Don't use -fstack-protector-all when its not supported, add an autoconf test.Gregory Maxwell
2011-10-21Fix stack corruption with high rate SILK encoding added by the recent CBR cha...Gregory Maxwell
2011-09-15Documentation and build script updates.Gregory Maxwell
2011-09-14renames the libcelt/ directory to celt/Jean-Marc Valin
2011-09-07Add initial Doxygen support for generating api documentation.Ralph Giles
2011-09-04Fix the 'distclean' target.Ralph Giles
2011-09-02Various minor cleanups (removing dead arguments, macros) to libcelt/. Reinsta...Gregory Maxwell
2011-09-01Implements the OpusCustom modes (mostly) properlyJean-Marc Valin
2011-08-31Adds many syntactically unnecessary parentheses to silence GCC -Wparentheses.Gregory Maxwell
2011-08-28Add pkg-config support files.Ralph Giles
2011-08-12Adds a fuzzing mode that causes the encoder to make random decisionsJean-Marc Valin
2011-08-05Re-enables test cases, including the rotation testJean-Marc Valin
2011-08-05Using the real version name instead of the last tag nameJean-Marc Valin
2011-08-02Tell automake to put object files in subdirectories.Ralph Giles
2011-08-02Query git for the repository revision and use that for the version string.Ralph Giles
2011-08-01Add a function to query the Opus versionJean-Marc Valin
2011-07-30Remove the configurability of the post-filter. It is always enabled in Opus.Gregory Maxwell