- Mar 05, 2013
-
-
Quiets: warning: this decimal constant is unsigned only in ISO C90 when building with e.g., gcc -m32 -std=gnu90
-
- Dec 06, 2012
-
-
Also remove a useless extern that crept into the tests from some optimization driven testcase generation.
-
- Dec 04, 2012
-
-
Jean-Marc Valin authored
PLC and FEC now return exactly the number of samples specified for the buffer rather than (usually) returning the size of the last packet. Doc and tests are updated accordingly.
-
- Oct 23, 2012
-
-
Ralph Giles authored
Previously the test programmes happened to link because _getpid returns an int, which is the default prototype. Instead, include the appropriate header to supply a real declaration, fixing the associated warning. I moved the getpid->_getpid define to the site of the header inclusion to make clear what's going on, rather than have it floating in win32/config.h.
-
- Aug 09, 2012
-
-
Gregory Maxwell authored
Match up the exit behavior when the no-fuzz enviroment variable is set.
-
- Jul 14, 2012
-
-
Gregory Maxwell authored
-
- Jul 12, 2012
-
-
Add project files for Opus tests, fixup test source for Win32.
-
- Jun 01, 2012
-
-
- May 16, 2012
-
-
Jean-Marc Valin authored
This reverts commit 9f407afa.
-
- Apr 24, 2012
-
-
Jean-Marc Valin authored
-
- Apr 20, 2012
-
-
Jean-Marc Valin authored
Also added 3rd clause to "master" COPYING file
-
- Mar 06, 2012
-
-
Gregory Maxwell authored
CLANG IOC no longer likes the 'deterministic random' bitstreams, so move the test_opus_decode bailout up.
-
- Jan 24, 2012
-
-
No changes to the codec itself.
-
- Nov 26, 2011
-
-
- Oct 29, 2011
-
-
- Oct 28, 2011
-
-
Ralph Giles authored
Files are already compiled with -I./include, the relative path in the #include line isn't necessary.
-
- Oct 27, 2011
-
-
Jean-Marc Valin authored
-
- Oct 26, 2011
-
-
Gregory Maxwell authored
Renames test_opus to opus_demo and adds the test_opus_api, test_opus_encode, test_opus_decode test programs.
-