- Aug 13, 2011
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Aug 12, 2011
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
During SILK->CELT transitions, we were delaying the mode change by one frame, but only after having ensured that bandwidth and mode were consistent. We now do the delaying earlier.
-
- Aug 11, 2011
-
-
Jean-Marc Valin authored
-
- Aug 10, 2011
-
-
Jean-Marc Valin authored
Repacketizer now seems to work, though it doesn't yet handle unmergeable packets. Also, test_opis no longer attempt to do proper gapless at the end of the file, which was causing problems for repacketization, but also with 32 bit overflows
-
Jean-Marc Valin authored
Still more bugs to find
-
Jean-Marc Valin authored
-
- Aug 08, 2011
-
-
Jean-Marc Valin authored
-
- Aug 03, 2011
-
-
Jean-Marc Valin authored
-
- Aug 02, 2011
-
-
Ralph Giles authored
Thanks to Tim Terriberry for pointing out the issue.
-
Ralph Giles authored
This better distinguishes the reference implementation, which is what this string is meant to do. Thanks to Greg Maxwell for the suggestion.
-
Ralph Giles authored
This lets us verify this part of the API is working.
-
Ralph Giles authored
Remove trailing whitespace, convert tabs to 4 spaces, re-align test_opus to use 4-space indents instead of 3, and re-wrap some long lines.
-
Ralph Giles authored
This lets users print it out without context, which is a little easier for clients.
-
Ralph Giles authored
The new opus_get_version_string() call just returns a static string defined by OPUS_VERSION, which is passed in from the build system through config.h (or a custom compile line). Provide a fallback to "unknown" if the build system fails to actually provide that definition. This restores compilation with Makefile.draft. In general, this means there will be builds out there with non-specific version strings, since ports won't be forced to update the string. While that's unfortunate, I think it's more valuable that the library be simple to build.
-
Jean-Marc Valin authored
-
- Aug 01, 2011
-
-
Jean-Marc Valin authored
-
- Jul 30, 2011
-
-
Jean-Marc Valin authored
-
- Jul 29, 2011
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
This removes the configurability of the OPUS_TEST_RANGE_CODER_STATE consistency check, in favour of always running it. The performance penalty is low, and it's an important check on correctness for the reference encoder to provide.
-
Jean-Marc Valin authored
-
Fix a warning on gcc 4.6. 'internal_sampling_rate_Hz' was replaced by 'bandwidth' in a10e8796 but the local variable holding the setting wasn't removed.
-
A comment in opus_decode() said, "bit 6 is ignored" when in fact bit 6 is the padding flag, parsed in the previous block. The comment, and the previous one, are modified to reflect the current code.
-
- Jul 25, 2011
-
-
- Jul 08, 2011
-
-
Jean-Marc Valin authored
-
- Jul 05, 2011
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Jun 14, 2011
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- May 27, 2011
-
-
Jean-Marc Valin authored
Also fixes two stereo mode switching issues.
-
- May 26, 2011
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
also s/BANDWIDTH/OPUS_BANDWIDTH/
-
-