- Jul 27, 2016
-
-
Since DLL builds can't include both fixed and float, separate DLL_fixed configurations added that include fixed silk code and also set FIXED_POINT. Signed-off-by:
Ralph Giles <giles@mozilla.com>
-
- Jul 26, 2016
-
-
Ricardo Constantino (:RiCON) authored
Signed-off-by:
Ralph Giles <giles@mozilla.com>
-
Ralph Giles authored
-
Ricardo Constantino (:RiCON) authored
Signed-off-by:
Ralph Giles <giles@mozilla.com>
-
Ricardo Constantino (:RiCON) authored
SDLCheck is a superset of BufferSecurityCheck and is off by default. If it's set, it complains that it's overriden by BufferSecurityCheck. Warning 4996 is already ignored in other binaries (fopen being deprecated and suggesting fopen_s). NoExtensions isn't a valid value for EnableEnhancedInstructionSet in x64 builds.
-
Ricardo Constantino (:RiCON) authored
Run before any other project. Avoids trying to create and replace version.h more than once which led to file-locking errors with multicore builds. Signed-off-by:
Ralph Giles <giles@mozilla.com>
-
- Jul 25, 2016
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
For large values of maxabs_Q20, silk_MUL( maxabs_Q20, ind + 1 ) could overflow.
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
Fixes a potential overflow in high-passed signal for transient detection and ensures that the shift can never go negative
-
Jean-Marc Valin authored
We can't use the attenuation since it doesn't apply to the memory
-
Jean-Marc Valin authored
extrapolation_len can be up to 960+120, so we we need a shift of 10 if the values are very large.
-
Jean-Marc Valin authored
Gives us a tighter bound on the pitch postfilter input to avoid overflows
-
Jean-Marc Valin authored
This could cause overflows when processing non-saturated TDAC values.
-
- Jul 24, 2016
-
-
Jean-Marc Valin authored
Otherwise, the output can grow as large as SIG_SAT/(1-0.75), which can cause an overflow when adding two values (before multiplying by the filter tap).
-
- Jul 22, 2016
-
-
Jean-Marc Valin authored
Reduces the XX values to avoid an overflow in silk_VQ_WMat_EC(), even in floating-point.
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
Not observed yet (except when caused by a different bug), but "just in case"
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Mark Harris authored
-
Mark Harris authored
-
Mark Harris authored
-
- Jul 21, 2016
-
-
Jean-Marc Valin authored
-
- Jul 20, 2016
-
-
Signed-off-by:
Timothy B. Terriberry <tterribe@xiph.org>
-
Tristan Matthews authored
-
Tristan Matthews authored
-