- Jul 06, 2016
-
-
Signed-off-by:
Timothy B. Terriberry <tterribe@xiph.org>
-
Signed-off-by:
Timothy B. Terriberry <tterribe@xiph.org>
-
Signed-off-by:
Timothy B. Terriberry <tterribe@xiph.org>
-
Enables existing Neon intrinsic optimizations to work on aarch64 targets. Signed-off-by:
Timothy B. Terriberry <tterribe@xiph.org>
-
Signed-off-by:
Timothy B. Terriberry <tterribe@xiph.org>
-
Signed-off-by:
Timothy B. Terriberry <tterribe@xiph.org>
-
Signed-off-by:
Timothy B. Terriberry <tterribe@xiph.org>
-
Mark Harris authored
-
Ralph Giles authored
Thanks to RiCON for reporting this.
-
Ralph Giles authored
-
Ralph Giles authored
-
- Jul 05, 2016
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Jul 04, 2016
-
-
Jean-Marc Valin authored
-
Ralph Giles authored
Coverity warns about the possibly-overlappying memcpy in this block, presumedly because it can't prove predictLPCOrder <= MAX_LPC_ORDER here. Add an assert to make the intent clear in code as well as in the comment.
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
We were previously returning OPUS_BAD_ARG because the failure was only detected in opus_repacketizer_out_range_impl() rather than in opus_repacketizer_cat(). Checking the return value from opus_repacketizer_cat() also addresses the last outstanding Coverity defect.
-
- Jul 01, 2016
-
-
Jean-Marc Valin authored
-
- Jun 30, 2016
-
-
Jean-Marc Valin authored
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Jun 29, 2016
-
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
The implementation currently only codes each channel independently with no special allocation rules. Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- Jun 28, 2016
-
-
Jean-Marc Valin authored
That's the only size that's not a multiple of 4, so we just discard 2 samples from the calculation.
-
- Jun 20, 2016
-
-
Jean-Marc Valin authored
Reported by Durandal.
-
Jean-Marc Valin authored
Reported by Durandal.
-
- Jun 19, 2016
-
-
Jean-Marc Valin authored
We just explicitly allow the overflow with silk_MLA_ovflw() since the result seems to be correct because the overflows cancel each other.
-
- Jun 18, 2016
-
-
Jean-Marc Valin authored
This could lead to an integer overflow. Also, refactored the code a bit
-
Jean-Marc Valin authored
-
- Jun 04, 2016
-
-
Slightly modified by Jean-Marc Valin Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- Jun 02, 2016
-
-
Ralph Giles authored
-
- May 31, 2016
-
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- May 18, 2016
-
-
Ricardo Constantino (:RiCON) authored
*-gnu.S are generated by arm2gnu.pl (derf) celt/arm/armopts.s is also generated from armopts.s.in
-
Ricardo Constantino (:RiCON) authored
Generated by newer versions of Doxygen when built with sqlite3.
-
Ricardo Constantino (:RiCON) authored
-
Ralph Giles authored
Thanks to derf for the report.
-
Ralph Giles authored
Visual Studio 2015 has been out for a while, and has a gratis version. It doesn't make sense to maintain parallel support for older releases.
-