Skip to content
Snippets Groups Projects
  1. Jun 04, 2016
  2. Jun 02, 2016
  3. May 31, 2016
  4. May 18, 2016
  5. May 17, 2016
  6. May 12, 2016
  7. May 11, 2016
  8. Apr 22, 2016
  9. 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
  10. Apr 16, 2016
  11. Mar 30, 2016
  12. Mar 24, 2016
  13. Mar 22, 2016
  14. Feb 23, 2016
  15. Feb 18, 2016
  16. 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
  17. Feb 12, 2016
  18. Feb 09, 2016
  19. Feb 03, 2016
Loading