1. 13 Aug, 2019 1 commit
  2. 19 Oct, 2017 1 commit
  3. 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
  4. 04 Mar, 2016 1 commit
  5. 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
  6. 02 Feb, 2016 1 commit
  7. 22 Jan, 2016 1 commit
  8. 25 Sep, 2014 1 commit
  9. 26 Sep, 2013 1 commit
  10. 19 Sep, 2013 1 commit
  11. 18 Sep, 2013 1 commit
  12. 01 Dec, 2011 2 commits
  13. 13 Nov, 2011 2 commits
  14. 08 Apr, 2011 1 commit
  15. 04 Apr, 2011 5 commits
  16. 19 Mar, 2011 1 commit
  17. 28 Jan, 2011 1 commit
  18. 26 Jan, 2011 1 commit
  19. 08 Mar, 2010 2 commits
  20. 07 Feb, 2010 1 commit