1. 17 Sep, 2016 2 commits
  2. 14 Aug, 2016 1 commit
  3. 11 Aug, 2016 1 commit
  4. 16 Jun, 2016 1 commit
  5. 24 Mar, 2016 1 commit
    • Martin Storsjö's avatar
      avio: Copy URLContext generic options into child URLContexts · fab8156b
      Martin Storsjö authored
      Since all URLContexts have the same AVOptions, such AVOptions
      will be applied on the outermost context only and removed from the
      dict, while they probably make sense on all contexts.
      
      This makes sure that rw_timeout gets propagated to the innermost
      URLContext (to make sure it gets passed to the tcp protocol, when
      opening a http connection for instance).
      
      Alternatively, such matching options would be kept in the dict
      and only removed after the ffurl_connect call.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      fab8156b
  6. 14 Mar, 2016 1 commit
  7. 09 Mar, 2016 1 commit
  8. 04 Mar, 2016 1 commit
  9. 22 Feb, 2016 2 commits
    • Anton Khirnov's avatar
      urlprotocol: receive a list of protocols from the caller · 8c0ceafb
      Anton Khirnov authored
      This way, the decisions about which protocols are available for use in
      any given situations can be delegated to the caller.
      8c0ceafb
    • 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
  10. 03 Feb, 2016 1 commit
  11. 02 Feb, 2016 1 commit
  12. 27 Dec, 2015 1 commit
  13. 04 Dec, 2015 1 commit
  14. 26 Nov, 2015 1 commit
  15. 31 Oct, 2015 1 commit
  16. 09 Sep, 2015 1 commit
  17. 07 Sep, 2015 2 commits
  18. 06 Sep, 2015 2 commits
  19. 03 Sep, 2015 2 commits
  20. 25 Aug, 2015 1 commit
  21. 31 Jul, 2015 1 commit
  22. 30 Jul, 2015 1 commit
  23. 10 Jun, 2015 1 commit
  24. 06 Jun, 2015 6 commits
  25. 10 May, 2015 1 commit
  26. 02 May, 2015 1 commit
  27. 19 Apr, 2015 3 commits
  28. 13 Apr, 2015 1 commit