1. 23 Feb, 2011 1 commit
    • Martin Storsjö's avatar
      libavformat: Remove FF_NETERRNO() · 28c4741a
      Martin Storsjö authored
      Map EAGAIN and EINTR from ff_neterrno to the normal AVERROR()
      error codes. Provide fallback definitions of other errno.h network
      errors, mapping them to the corresponding winsock errors.
      
      This eases catching these error codes in common code, without having
      to distinguish between FF_NETERRNO(EAGAIN) and AVERROR(EAGAIN).
      
      This fixes roundup issue 2614, unbreaking blocking network IO on
      windows.
      Signed-off-by: 's avatarRonald S. Bultje <rsbultje@gmail.com>
      28c4741a
  2. 22 Feb, 2011 3 commits
  3. 21 Feb, 2011 15 commits
  4. 20 Feb, 2011 8 commits
  5. 19 Feb, 2011 5 commits
  6. 18 Feb, 2011 3 commits
  7. 17 Feb, 2011 5 commits