Skip to content
Snippets Groups Projects
  1. Oct 28, 2013
    • Gregory Maxwell's avatar
      Replace "inline" with OPUS_INLINE. · 7830cf1b
      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.
      7830cf1b
  2. Oct 23, 2013
  3. Oct 21, 2013
    • Jean-Marc Valin's avatar
      Fixes a potential crash when encoding NaNs · d6b56793
      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.
      d6b56793
  4. Oct 17, 2013
  5. Oct 14, 2013
  6. Oct 13, 2013
  7. Oct 12, 2013
  8. Oct 11, 2013
  9. Oct 01, 2013
  10. Sep 29, 2013
  11. Sep 28, 2013
  12. Sep 16, 2013
  13. Sep 14, 2013
  14. Sep 13, 2013
  15. Sep 12, 2013
  16. Sep 11, 2013
  17. Sep 10, 2013
  18. Sep 09, 2013
Loading