1. 12 Dec, 2012 1 commit
  2. 17 Aug, 2012 2 commits
  3. 20 Jun, 2012 2 commits
  4. 16 Feb, 2012 1 commit
  5. 05 Jan, 2012 1 commit
  6. 01 Dec, 2011 1 commit
  7. 13 Nov, 2011 3 commits
  8. 12 Oct, 2011 1 commit
  9. 25 Jul, 2011 1 commit
  10. 21 Jul, 2011 1 commit
  11. 23 Jun, 2011 1 commit
  12. 09 May, 2011 1 commit
  13. 19 Apr, 2011 1 commit
  14. 08 Apr, 2011 1 commit
  15. 07 Apr, 2011 1 commit
  16. 04 Apr, 2011 5 commits
  17. 23 Mar, 2011 1 commit
  18. 19 Mar, 2011 1 commit
  19. 15 Mar, 2011 1 commit
  20. 23 Feb, 2011 2 commits
    • Martin Storsjö's avatar
      libavformat: Remove FF_NETERRNO() · c24a4034
      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>
      (cherry picked from commit 28c4741a)
      c24a4034
    • 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
  21. 18 Feb, 2011 1 commit
  22. 17 Feb, 2011 1 commit
  23. 30 Jan, 2011 1 commit
  24. 28 Jan, 2011 2 commits
  25. 26 Jan, 2011 1 commit
  26. 06 Jan, 2011 1 commit
  27. 23 Oct, 2010 2 commits
  28. 27 Sep, 2010 1 commit
  29. 25 Aug, 2010 1 commit