Skip to content
Snippets Groups Projects
  1. Jun 12, 2020
  2. Jun 11, 2020
  3. May 26, 2020
  4. Apr 13, 2020
  5. Apr 09, 2019
  6. Apr 01, 2019
  7. Mar 01, 2019
  8. Jan 20, 2019
  9. Oct 31, 2018
  10. Oct 16, 2018
  11. 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
  12. Jul 26, 2018
  13. 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
  14. May 28, 2018
  15. May 17, 2018
  16. 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
  17. Mar 27, 2018
  18. Feb 18, 2018
  19. Feb 15, 2018
  20. Feb 13, 2018
  21. Jan 26, 2018
  22. Oct 30, 2017
  23. Oct 29, 2017
  24. Oct 08, 2017
  25. Oct 06, 2017
  26. Oct 05, 2017
  27. Sep 11, 2017
  28. 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
Loading