Skip to content
Snippets Groups Projects
  1. May 18, 2016
  2. May 17, 2016
  3. May 12, 2016
  4. May 11, 2016
  5. Apr 22, 2016
  6. 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
  7. Apr 16, 2016
  8. Mar 30, 2016
  9. Mar 24, 2016
  10. Mar 22, 2016
  11. Feb 23, 2016
  12. Feb 18, 2016
  13. 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
  14. Feb 12, 2016
  15. Feb 09, 2016
  16. Feb 03, 2016
  17. Jan 28, 2016
  18. Jan 16, 2016
    • Ralph Giles's avatar
      Remove default settings from Doxygen config. · 28cbae01
      Ralph Giles authored
      The set of supported Doxygenfile keys changes from release
      to release, often resulting in warnings about needing to
      upgrade the configuration file. However, this isn't
      practical given the various versions different developers
      have installed.
      
      However, for the vast majority of keys we just want the
      default values, so instead only include the keys we've
      specifically set and let doxygen fall back to defaults
      for all the rest.
      28cbae01
  19. Jan 15, 2016
Loading