1. 16 7月, 2012 3 次提交
  2. 26 6月, 2012 2 次提交
  3. 20 6月, 2012 1 次提交
  4. 04 2月, 2012 1 次提交
  5. 08 11月, 2011 1 次提交
  6. 05 11月, 2011 2 次提交
  7. 05 6月, 2011 1 次提交
  8. 26 5月, 2011 1 次提交
  9. 28 4月, 2011 1 次提交
  10. 08 4月, 2011 1 次提交
  11. 07 4月, 2011 1 次提交
    • L
      proto: factor ff_network_wait_fd and use it on udp · ebba2b3e
      Luca Barbato 提交于
      Support the URL_FLAG_NONBLOCK semantic and uniform the protocol.
      The quick retry loop is already part of retry_transfer_wrapper.
      
      The polling routine is common to the network protocols:
      udp, tcp and, once merged, sctp.
      ebba2b3e
  12. 19 3月, 2011 1 次提交
  13. 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
  14. 23 2月, 2011 1 次提交
    • M
      libavformat: Remove FF_NETERRNO() · 28c4741a
      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>
      28c4741a
  15. 07 10月, 2010 3 次提交
  16. 04 9月, 2010 1 次提交
  17. 16 4月, 2010 1 次提交
  18. 08 3月, 2010 1 次提交
  19. 09 2月, 2010 1 次提交
  20. 21 1月, 2010 1 次提交
  21. 12 1月, 2010 3 次提交
  22. 24 1月, 2009 1 次提交
  23. 19 1月, 2009 1 次提交
  24. 14 1月, 2009 1 次提交
  25. 31 8月, 2008 1 次提交
  26. 17 10月, 2007 1 次提交
  27. 10 8月, 2007 1 次提交
  28. 09 8月, 2007 1 次提交
  29. 15 5月, 2007 1 次提交
  30. 27 4月, 2007 2 次提交
  31. 24 3月, 2007 1 次提交