Skip to content
Snippets Groups Projects
  1. Jun 29, 2012
  2. Jun 19, 2012
  3. Jun 14, 2012
  4. Jun 11, 2012
  5. Jun 04, 2012
  6. Jun 03, 2012
  7. Jun 01, 2012
  8. May 31, 2012
  9. May 30, 2012
  10. May 29, 2012
  11. May 23, 2012
    • Ralph Giles's avatar
      Add extern "C" protection to opus_multistream.h. · 64c2dd7d
      Ralph Giles authored
      Unlike the other headers, opus_multistream.h didn't declare
      itself to be C code, causing confusing errors when the caller
      tries to use the functions from C++.
      64c2dd7d
    • Gregory Maxwell's avatar
      Use 'frame' instead of 'signal', take out stdlib.h in silk/. · e052947f
      Gregory Maxwell authored and Jean-Marc Valin's avatar Jean-Marc Valin committed
      On MacOS, stdlib.h ends up including sys/signal.h, generating
      warnings about the local variables called 'signal' shadowing
      the global symbol signal(3).
      
      This was originally done in 86476906 but it missed some use
      of 'signal' in prototypes in headers where it didn't cause
      warnings. Later the prototypes were moved around and the
      warnings came back.
      
      This also cleans up some cases in where stdlib.h was used
      but shouldn't be required.
      e052947f
  12. May 21, 2012
  13. May 20, 2012
  14. May 18, 2012
  15. May 17, 2012
  16. May 16, 2012
  17. May 15, 2012
Loading