- Sep 12, 2011
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
Untested
-
- Sep 11, 2011
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
Not tested
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Sep 10, 2011
-
-
Jean-Marc Valin authored
-
- Sep 09, 2011
-
-
Gregory Maxwell authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Gregory Maxwell authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
when using -d, application and bitrate are no longer needed
-
Jean-Marc Valin authored
Also ./test_opus now takes a string for the application
-
Jean-Marc Valin authored
-
- Sep 08, 2011
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
Right now it will uncleanly switch to SILK if asked for 40 or 60 ms frames
-
Jean-Marc Valin authored
Also merges all the OPUS_*_AUTO into a single OPUS_AUTO parameter
-
Gregory Maxwell authored
-
Jean-Marc Valin authored
-
- Sep 07, 2011
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Ralph Giles authored
In f9265ddf opus_get_version_string() was moved to libcelt, but the fallback definition for OPUS_VERSION stayed in src/opus.c. This is helpful for those using and external build system, which may not duplicate all the defines from the included build files.
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Ralph Giles authored
Without the extra clean, 'make distcheck' fails because the distclean target doesn't remove all generated files.
-
Ralph Giles authored
Doxygen uses comments in the source code to generate documentation. This commit just adds the descriptive headers and marks current comments and appropriate for inclusion in the API docs. Many symbols remain undocumented. See the warnings from the build output.
-
Ralph Giles authored
Doxygen is a tool for generating programming documentation based on comments in header and source files. This commit adds the necessary configuration file and associated support in the autotools build. Right now it doesn't generate much documentation because our public header files aren't marked up. Warnings are printed for undocumented members and arguments.
-
-
Jean-Marc Valin authored
-
Change the constants so simply ORing the raw bits into the range coder data won't pass the test.
-
Jean-Marc Valin authored
Not that it actually reaches the target, but it should no longer cause a range coder mismatch
-
This tests the behavior when merging the last few raw bits into the final range coder byte causes a bust. This is mostly to make Greg Maxwell happy about his code coverage. In theory the code in question should never be hit (we should only bust if the user buffer is too small for SILK, which doesn't use raw bits).
-
Gregory Maxwell authored
The API permits the caller to freely copy the codec state on their own, but this can't work if there are any any position dependant pointers in the codec state.
-