1. 24 Mar, 2016 1 commit
  2. 22 Feb, 2016 1 commit
    • Anton Khirnov's avatar
      lavf: reorganize URLProtocols · 2758cded
      Anton Khirnov authored
      Instead of a linked list constructed at av_register_all(), store them
      in a constant array of pointers.
      
      Since no registration is necessary now, this removes some global state
      from lavf. This will also allow the urlprotocol layer caller to limit
      the available protocols in a simple and flexible way in the following
      commits.
      2758cded
  3. 09 Apr, 2015 1 commit
  4. 28 Feb, 2015 1 commit
  5. 10 Oct, 2014 1 commit
  6. 25 Aug, 2014 1 commit
  7. 09 Sep, 2013 1 commit
  8. 06 Aug, 2013 1 commit
  9. 05 Aug, 2013 1 commit
  10. 04 Jun, 2013 1 commit
  11. 01 Jun, 2013 2 commits
  12. 25 Jul, 2012 1 commit
  13. 09 Jul, 2012 1 commit
  14. 27 Jun, 2012 2 commits
  15. 26 Jun, 2012 1 commit
  16. 20 Jun, 2012 1 commit
  17. 19 Jun, 2012 2 commits
  18. 17 Jun, 2012 1 commit
  19. 31 May, 2012 2 commits
  20. 22 May, 2012 1 commit
  21. 28 Mar, 2012 1 commit
  22. 05 Jan, 2012 1 commit
  23. 01 Dec, 2011 1 commit
  24. 13 Nov, 2011 1 commit
  25. 27 May, 2011 1 commit
  26. 20 Apr, 2011 1 commit
  27. 08 Apr, 2011 1 commit
  28. 07 Apr, 2011 4 commits
  29. 19 Mar, 2011 1 commit
  30. 15 Mar, 2011 1 commit
  31. 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
  32. 06 Feb, 2011 1 commit
  33. 04 Feb, 2011 1 commit