- Aug 02, 2011
-
-
Gregory Maxwell authored
draft makefile. Increase precision of the static modes table.
-
Gregory Maxwell authored
-
- Aug 01, 2011
-
-
Jean-Marc Valin authored
-
- Jul 31, 2011
-
-
whitespace.
-
non-ascii characters from the source.
-
Although the current encoder uses does not use them, the decoder might have tried to use offsets beyond the end of these tables. Inserting values here ensures that the stream can be decoded in a well-defined way. The particular values of these tables were chosen to match a Gaussian distribution with sigma=3.93.
-
- Jul 30, 2011
-
-
Jean-Marc Valin authored
-
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
-
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.
-
-
Automake version 1.11 and above provide a build mode where each build command is replaced by a single-line annotation. Since autotools build lines for libraries typically each fill an entire terminal screen, this mode makes it easier to keep track of build progress, and warnings stand out more clearly. For debugging the build process, the old behaviour can be recovered by running 'make V=1' at bulid time, or by passing --disable-silent-rules to configure. Since Automake 1.11 is still very recent, we only invoke the AM_SILENT_RULES macro if it is defined, allowing fallback to the old behaviour under previous versions of automake.
-
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
-
-
I've changed the grouping of the options to place the performance- related ones after the more serious thread-safety options. This is still somewhat confusing as with C99 on wants -DHAVE_LRINTF but NOT -Drestrict= I've also added leading whitespace to the comment lines to better distinguish them from the commented-out code lines.
-
Jean-Marc Valin authored
-
-
- Jul 09, 2011
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Jul 08, 2011
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Jul 05, 2011
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Jun 17, 2011
-
- Jun 14, 2011
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-