Skip to content
Snippets Groups Projects
  1. Jul 19, 2012
  2. Jul 18, 2012
  3. Jul 17, 2012
  4. Jul 16, 2012
  5. Jul 15, 2012
  6. Jul 14, 2012
    • Ronald S. Bultje's avatar
      configure: Check for getaddrinfo in ws2tcpip.h, too · 39d18f21
      Ronald S. Bultje authored
      
      This function is only available in the headers if unconditionally
      targeting a version >= XP. It is not strictly necessary, since we
      try loading these functions dynamically at runtime on windows in
      the fallback, but this makes things a bit faster and more
      straightforward.
      
      On mingw32, this function isn't visible by default, while it is
      on mingw64 (on both 32 and 64 bit).
      
      Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
      39d18f21
    • Daniel Kang's avatar
      vp8: implement sliced threading · 951455c1
      Daniel Kang authored
      
      Testing gives 25-30% gain on HD clips with two threads and
      up to 50% gain with eight threads.
      
      Sliced threading uses more memory than single or frame threading.
      
      Frame threading and single threading keep the previous memory
      layout.
      
      Signed-off-by: default avatarLuca Barbato <lu_zero@gentoo.org>
      951455c1
Loading