1. 19 Jul, 2012 9 commits
  2. 18 Jul, 2012 8 commits
  3. 17 Jul, 2012 7 commits
  4. 16 Jul, 2012 3 commits
  5. 15 Jul, 2012 11 commits
  6. 14 Jul, 2012 2 commits
    • 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: 's 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: 's avatarLuca Barbato <lu_zero@gentoo.org>
      951455c1