Skip to content
Snippets Groups Projects
  1. Oct 31, 2018
  2. Oct 16, 2018
  3. Jul 28, 2018
    • Mark Harris's avatar
      Work around VS2015 internal compiler error · 38fca4a2
      Mark Harris authored
      The error was:
      c:\projects\opus\celt\celt_encoder.c(1019): fatal error C1001: An internal error has occurred in the compiler. [C:\projects\opus\win32\VS2015\opus.vcxproj]
        (compiler file 'f:\dd\vctools\compiler\utc\src\p2\main.c', line 255)
         To work around this problem, try simplifying or changing the program near the locations listed above.
        Please choose the Technical Support command on the Visual C++
         Help menu, or open the Technical Support help file for more information
      
        Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64\CL.exe.  You will be prompted to send an error report to Microsoft later.
      Verified
      38fca4a2
  4. Jul 26, 2018
  5. Jul 22, 2018
    • Mark Harris's avatar
      Silence compiler warnings · 01b035f8
      Mark Harris authored
      clang -Wcast-align warnings with ambisonics enabled
      clang -Wnull-pointer-arithmetic warnings in test_opus_api.c
      gcc -Wimplicit-fallthrough warnings on arm
      msvc warning C4244 in celt_encoder.c with fixed point
      Verified
      01b035f8
  6. May 28, 2018
  7. May 17, 2018
  8. May 15, 2018
    • Jean-Marc Valin's avatar
      Aborting on NaN in CELT · 652c4559
      Jean-Marc Valin authored
      NaNs should be filtered at the Opus layer, so if there are any in the CELT
      encoder, then it's likely something went horribly wrong (e.g. corrupted state).
      In that case, better abort than have something bad happen.
      Verified
      652c4559
  9. Mar 27, 2018
  10. Feb 18, 2018
  11. Feb 15, 2018
  12. Feb 13, 2018
  13. Jan 26, 2018
  14. Oct 30, 2017
  15. Oct 29, 2017
  16. Oct 08, 2017
  17. Oct 06, 2017
  18. Oct 05, 2017
  19. Sep 11, 2017
  20. Aug 24, 2017
    • Ray Essick's avatar
      fix alignment exceptions · 492fc927
      Ray Essick authored and Felicia Lim's avatar Felicia Lim committed
      
      some SSE optimizations were using an instruction sequence that required
      128-bit alignment, even though this is not always guaranteed. The error
      was in handling a 64-bit entity; made the same macro changes that had
      been done previously for 32-bit entities.
      
      Signed-off-by: default avatarFelicia Lim <flim@google.com>
      Unverified
      492fc927
  21. Jul 25, 2017
  22. Jun 14, 2017
  23. Jun 06, 2017
  24. Jun 02, 2017
Loading