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