Skip to content
Snippets Groups Projects
  1. Oct 07, 2015
  2. Aug 20, 2015
  3. 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
  4. Aug 05, 2015
  5. Aug 04, 2015
  6. Feb 27, 2015
  7. Feb 24, 2015
  8. Dec 26, 2014
  9. Nov 27, 2014
  10. Oct 04, 2014
  11. Sep 30, 2014
  12. Sep 04, 2014
  13. Jun 21, 2014
  14. 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
  15. Jan 30, 2014
  16. Jan 27, 2014
  17. Jan 08, 2014
  18. Jan 06, 2014
  19. Dec 17, 2013
  20. Dec 10, 2013
  21. Dec 09, 2013
  22. Nov 25, 2013
  23. Nov 24, 2013
  24. Nov 22, 2013
  25. Nov 21, 2013
Loading