- Dec 23, 2012
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
quant_band() now only handles the level0 case.
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Dec 21, 2012
-
-
Ralph Giles authored
Fixes an MSVC double truncation warning.
-
Ralph Giles authored
This fixes a truncation warning in MSVC: warning C4305: 'initializing' : truncation from 'double' to 'const opus_val16'. opus_val16 is a float in the floating point build and an int16 in the fixed-point build. The table isn't used in the fixed-point build, but the compiler would presumedly warn in that case as well.
-
Ralph Giles authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
Also fixes an issue with 40- and 60-ms frames using the repacketizer.
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
Can now work up to full-band and uses lsb_depth to fix the noise issue.
- Dec 20, 2012
-
-
Jean-Marc Valin authored
-
- Dec 19, 2012
-
-
Ralph Giles authored
The command line has changed, for the better, but we need to update the way we call it. Also adds an install hint if it's not found on the path. NB I tried to detect and fallback to the old syntax for the version 1 (TCL) implementation but this is hard because it doesn't support any switches (like --version) and it no longer parses our remote entities.
- Dec 14, 2012
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Dec 12, 2012
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
The max reduction now depends on intensity threshold too.
-
Jean-Marc Valin authored
Some tests like Kamedo's HA test suggested that our tonal boost was a bit too extreme.
-
Jean-Marc Valin authored
-
- Dec 11, 2012
-
-
Ralph Giles authored
NB they only check for len < 1, not for null data.
-
- Dec 07, 2012
-
-
Timothy B. Terriberry authored
This should reduce computation, reduce stack usage, and be substantially easier to read, but should not change behavior. It's not quite bit-exact because I collapsed the application of the decay and the fading into a single pass to save one multiply per sample, but the difference signal is silent. It also changes the comments into complete sentences.
-
Ralph Giles authored
-
- Dec 06, 2012
-
-
Also remove a useless extern that crept into the tests from some optimization driven testcase generation.
-
Jean-Marc Valin authored
Calling PLC/FEC with a different size was not updating it
-
Gregory Maxwell authored
-
- Dec 05, 2012
-
-
Ralph Giles authored
Library soname versioning is something we normally change only right before each release. However, with 1.0.2 being released from the 1.0.x branch with 3.0.3, it makes sense to make the same update here. That way when we do a new release from master we can just increment again and have the version properly reflect ranges relative to the stable branch.
-
Ralph Giles authored
This applies in addition to the earlier grant made by Skype, which was purchased by Microsoft.
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Dec 04, 2012
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-