- Oct 04, 2014
-
-
Timothy B. Terriberry authored
There is also no trailing whitespace.
-
- Dec 10, 2013
-
-
Jean-Marc Valin authored
-
- Oct 28, 2013
-
-
Gregory Maxwell authored
Newer versions of MSVC are unhappy with the strategy of the build environment redefining "inline" (even though they don't support the actual keyword). Instead we define OPUS_INLINE to the right thing in opus_defines.h. This is the same approach we use for restrict.
-
- Oct 21, 2013
-
-
Jean-Marc Valin authored
This fixes tansig_approx() to avoid crashing when the input is NaN. The problem could only be triggered when calling the float API with a float build at a complexity of 7 or more (i.e. analysis called). Since the crash was due to an out-of-bound read (typically the index is INT_MIN), it's unlikely to be exploitable in any other way than causing a crash.
-
- Sep 06, 2013
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
Code is still float, but at least tonality esitmation seems to work. Speech/music analysis is still disabled.
-
- Dec 21, 2012
-
- Oct 23, 2012
-
-
Emily Bowman authored
Updates the project files to include the new encoder source files. Use OPUS_RESTRICT and include config.h to set the proper defines for build under MSVC.
-
- Oct 10, 2012
-
-
Jean-Marc Valin authored
-
- Sep 14, 2012
-
-
Jean-Marc Valin authored
-
- Jul 13, 2012
-
-
Jean-Marc Valin authored
Also, reducing the VBR rate on panned mono
-