Skip to content
Snippets Groups Projects
  1. Jul 04, 2016
  2. Jun 30, 2016
  3. Jun 29, 2016
  4. Jun 28, 2016
  5. Apr 22, 2016
  6. Mar 24, 2016
  7. Dec 31, 2015
  8. Dec 30, 2015
  9. Dec 04, 2015
  10. Oct 07, 2015
  11. Aug 20, 2015
  12. Aug 07, 2015
    • Mark Harris's avatar
      Fix const struct to work with C++ compilation · 8adff0bb
      Mark Harris authored and Jean-Marc Valin's avatar Jean-Marc Valin committed
      This allows the libopus source files to be compiled with a C++ compiler,
      by ensuring that the "extern const MLP net" declaration is visible at
      the point of the "const MLP net" in src/mlp_data.c.  Otherwise it will
      default to static linkage in C++, resulting in an undefined symbol.
      
      Note that if compiled with a C++ compiler the symbols will be mangled,
      so don't do that if you want to be able to call it from C code or run
      the tests (which still require a C compiler).
      8adff0bb
    • Mark Harris's avatar
      Silence clang -Wcast-align warnings · 4feb0dff
      Mark Harris authored and Jean-Marc Valin's avatar Jean-Marc Valin committed
      4feb0dff
  13. Aug 05, 2015
  14. Aug 04, 2015
  15. Feb 27, 2015
  16. Feb 24, 2015
  17. Dec 26, 2014
  18. Nov 27, 2014
  19. Oct 04, 2014
  20. Sep 30, 2014
  21. Sep 04, 2014
  22. Jun 21, 2014
  23. May 14, 2014
    • Ralph Giles's avatar
      Fix type conversion warning. · 3996642c
      Ralph Giles authored
      Use abs(sweep_bps) instead of fabs(). "sweep_bps" is an integer,
      and on some compilers this line generates a warning.
      
      Patch from Tina le Grand.
      Reviewed by Jean-Marc Valin
      3996642c
  24. Jan 30, 2014
Loading