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

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-08Bump version to 1.0.1v1.0.11.0.1Jean-Marc Valin
2012-09-08Remove large multistream stack buffers.Timothy B. Terriberry
2012-09-06Balance parentheses in opus_multistream.c.Timothy B. Terriberry
2012-09-01some doc for --enable-fixed-point and --enable-floating-pointv1.0.1-rc3Jean-Marc Valin
2012-09-01bump version, include Makefile.unixJean-Marc Valin
2012-08-30Add an m4 macro set for pkgconfig less usage with autotools.Gregory Maxwell
2012-08-29Add opus_multistream.h to MSVC project files.Gregory Maxwell
2012-08-29Avoid using make -C, a gnuism, in Makefile.am.Gregory Maxwell
2012-08-29Completely remove the built-in autotools -fstatck-protector detection.Gregory Maxwell
2012-08-29Makes two static tables constJean-Marc Valin
2012-08-27Fixes an overflow in silk_log2lin() that was triggered only in debug modeJean-Marc Valin
2012-08-24Fix typo.Timothy B. Terriberry
2012-08-23More email address updates for AUTHORS.Gregory Maxwell
2012-08-22Update testvector path and filename.Gregory Maxwell
2012-08-22Additional multistream tests and reject channels<1 in MS API.Gregory Maxwell
2012-08-21Revise README, update AUTHORS emails.Gregory Maxwell
2012-08-21Clarify a comment.Ralph Giles
2012-08-21Propagate OPUS_VERSION to config.h.Ralph Giles
2012-08-21Replace long long in celt/ with opus_int64.Gregory Maxwell
2012-08-20Remove C99ism in celt/tests/test_unit_mathops.c w/ fixed point build.Gregory Maxwell
2012-08-20Include tests/run_vectors.sh in EXTRA_DIST.Gregory Maxwell
2012-08-19Use 64-bits in fixed point debug for _P16, fixes spurious failures.Gregory Maxwell
2012-08-17Fix an MSVC warning.Ralph Giles
2012-08-17genversion now adds the header comment to version.mkChris Moeller
2012-08-17Add 'compile' to the git ignore list.Ralph Giles
2012-08-17Use the string from version.mk in Makefile.draft.Ralph Giles
2012-08-16Move the release version string to version.mk.Ralph Giles
2012-08-16Updated Win32 genversion.bat to generate version.mk if Git is found, use it i...Chris Moeller
2012-08-16Bump version numberv1.0.1-rc2Jean-Marc Valin
2012-08-12More doc fixes.Gregory Maxwell
2012-08-11Only install opus_*.3 manpages. Fixes 'make distcheck'.Ralph Giles
2012-08-11Use configure.ac provided soname versioning.Gregory Maxwell
2012-08-09Documentation updates for the CTLs.Timothy B. Terriberry
2012-08-09Disable stack-protector for mingw32 and remove win32 restrict define.Gregory Maxwell
2012-08-09Add MSVC makefiles to the dist tarball.Gregory Maxwell
2012-08-09Avoid an inconsequential memory leak in tests/test_opus_decode.c.Gregory Maxwell
2012-08-08Bump version number to 1.0.1 and set libtool versionv1.0.1-rcJean-Marc Valin
2012-08-08Add basic {GET,SET}_LSB_DEPTH API tests.Gregory Maxwell
2012-08-07OPUS_{GET,SET}_LSB_DEPTH for multichannel.Gregory Maxwell
2012-08-07Implements OPUS_{GET,SET}_LSB_DEPTHJean-Marc Valin
2012-08-06Fix fixed-point testilog2.Timothy B. Terriberry
2012-08-06Disable silk_get_TOC in the code, as it's not used or exposed.Gregory Maxwell
2012-08-06Fixed sizeof param in silk_get_TOC. Size for memset was calculated wrong.Cyril Lashkevich
2012-08-06Fix opus_encode allowed frame sizes docs, reported by Stefan Hacker.Gregory Maxwell
2012-07-30Added MSVC output directories to gitignore.Chris Moeller
2012-07-27Fix bkp/s -> kb/s in opus_demo.Gregory Maxwell
2012-07-26Guard _MSC_VER tests, remove FLOAT2INT16 when DISABLE_FLOAT_API.Rafaël Carré
2012-07-25log2_frac optimization from Simon Hosie back in Aug 2011.Gregory Maxwell
2012-07-22Add some more api docs.Gregory Maxwell
2012-07-21Replace the remaining instances of restrict with OPUS_RESTRICT.Gregory Maxwell