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-16Merge branch 'exp_analysis7' into mastermerge_attemptJean-Marc Valin
2012-09-15s/SHL/SHL16/Jean-Marc Valin
2012-09-14Shrinks tansig table, makes data static constJean-Marc Valin
2012-09-14Makes dynalloc more conservative for CBR and CVBRJean-Marc Valin
2012-09-13Adds anslysis code for tf_selectJean-Marc Valin
2012-09-12silk: move down- and upsamplers constants to the header file.Diego Elio Pettenò
2012-09-12Move to comment a table that is never used in the code.Diego Elio Pettenò
2012-09-12Mark tables static when not used outside of their translation unit.Diego Elio Pettenò
2012-09-12Mark functions static if they are only used in their own translation unit.Diego Elio Pettenò
2012-09-12opus_demo: mark tables as static constants.Diego Elio Pettenò
2012-09-11Fixes multistream docJean-Marc Valin
2012-09-11Expand documentation for the multistream API.Timothy B. Terriberry
2012-09-11Fixes to the new repacketizer docJean-Marc Valin
2012-09-10Add documentation for the repacketizer API.Timothy B. Terriberry
2012-09-08Use dynamic stack allocations in SILK decoder.Timothy B. Terriberry
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-14Fixes a silly bug where only the left channel was used for depth estimationJean-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