Skip to content
Snippets Groups Projects
  1. Jun 29, 2016
  2. Jun 28, 2016
  3. Jun 20, 2016
  4. Jun 19, 2016
  5. Jun 18, 2016
  6. Jun 04, 2016
  7. Jun 02, 2016
  8. May 31, 2016
  9. May 18, 2016
  10. May 17, 2016
  11. May 12, 2016
  12. May 11, 2016
  13. Apr 22, 2016
  14. Apr 20, 2016
    • Daniel Verkamp's avatar
      win32: only use dllexport when building DLL · 6e961737
      Daniel Verkamp authored
      If building a static library, marking symbols as dllexport causes them
      to be exported from the final executable. For example, run
      objdump -x opus_demo.exe on a --disabled-shared build and look for the
      export table; there should not be one in a normal Win32 .exe file, but
      when linking static libopus, the exe exports all of the opus_* public
      functions.
      
      Use the libtool-defined DLL_EXPORT flag to determine whether we are
      building a DLL and only specify __declspec(dllexport) in that case.
      6e961737
  15. Apr 16, 2016
  16. Mar 30, 2016
  17. Mar 24, 2016
  18. Mar 22, 2016
  19. Feb 23, 2016
  20. Feb 18, 2016
  21. Feb 17, 2016
    • Ralph Giles's avatar
      oggopus: Fix typo. · b9dff4b3
      Ralph Giles authored
      b9dff4b3
    • Timothy B. Terriberry's avatar
      oggopus: Address Stephen Farrell's IESG comments. · f26c3530
      Timothy B. Terriberry authored
      - Clarify that 125,829,120 is just 120 MB.
      - Add a figure to Section 3 of an example logical stream.
      - Add a reference for Q notation.
      - Refer to the downmixing figures in the text.
      - Clarify that user comments are UTF-8.
      - Clarify that the -573 and 111 gain values are examples.
      - Add specific advice to implementors on areas that have security
         implications.
      f26c3530
  22. Feb 12, 2016
  23. Feb 09, 2016
    • Ralph Giles's avatar
      Remove unused patch file. · 5d093661
      Ralph Giles authored
      It looks like this was included accidentally.
      
      Thanks to mark4o for pointing out I'd missed this in the previous
      removal.
      5d093661
Loading