1. 24 2月, 2011 1 次提交
    • M
      libavformat: Remove FF_NETERRNO() · c24a4034
      Martin Storsjö 提交于
      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: NRonald S. Bultje <rsbultje@gmail.com>
      (cherry picked from commit 28c4741a)
      c24a4034
  2. 13 2月, 2011 1 次提交
  3. 30 1月, 2011 2 次提交
  4. 28 1月, 2011 1 次提交
  5. 26 1月, 2011 2 次提交
  6. 06 1月, 2011 3 次提交
  7. 02 1月, 2011 3 次提交
  8. 15 11月, 2010 1 次提交
  9. 07 11月, 2010 1 次提交
  10. 29 10月, 2010 1 次提交