- Aug 10, 2011
-
-
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/
-
-
- May 25, 2011
-
-
Jean-Marc Valin authored
-
- May 21, 2011
-
-
Jean-Marc Valin authored
-
- May 19, 2011
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
commit 5b64cf7c4d67af9050bc959996ef976ce6326888 Author: Jean-Marc Valin <jean-marc.valin@octasic.com> Date: Thu May 19 16:40:35 2011 -0400 Fixes a few bugs introduced in the latest update commit b91eb86025d2de3c4cf04f4fb1aa48a28ad676a3 Author: Timothy B. Terriberry <tterribe@xiph.org> Date: Thu May 19 16:12:02 2011 -0400 build_draft.sh fixes commit 0b10c30db7ad60ff7d4bfc1139bdb86e0543c035 Author: Jean-Marc Valin <jean-marc.valin@octasic.com> Date: Thu May 19 15:30:21 2011 -0400 Fixes the draft build commit 164424cded5978e657105104e171ac202dde5e5b Author: Jean-Marc Valin <jean-marc.valin@octasic.com> Date: Thu May 19 15:00:23 2011 -0400 Updated build system commit 188d9fcba8c3a1b1ad67c67c430e1b37e3658a40 Author: Koen Vos <koen.vos@skype.net> Date: Thu May 19 17:14:57 2011 -0400 SILK/Opus update
-
- May 16, 2011
-
-
Jean-Marc Valin authored
-
- May 10, 2011
-
-
Jean-Marc Valin authored
-