1. 04 May, 2016 1 commit
  2. 24 Mar, 2016 2 commits
    • 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
    • Andrey Utkin's avatar
      avio: Add an option 'rw_timeout' · ccea588f
      Andrey Utkin authored
      If set non-zero, this limits duration of the retry_transfer_wrapper()
      loop, thus affecting ffurl_read*(), ffurl_write(). As soon as
      one single byte is successfully received/transmitted, the timer
      restarts.
      
      This has further changes by Michael Niedermayer and Martin Storsjö.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      ccea588f
  3. 04 Mar, 2016 1 commit
  4. 22 Feb, 2016 4 commits
  5. 18 Feb, 2016 1 commit
  6. 02 Feb, 2016 1 commit
  7. 31 Jul, 2015 1 commit
  8. 22 Jun, 2015 1 commit
  9. 27 Mar, 2015 1 commit
  10. 18 Oct, 2014 1 commit
  11. 26 Jul, 2014 1 commit
  12. 30 Oct, 2013 1 commit
    • Martin Storsjö's avatar
      lavf: Remove a now useless parameter to ffurl_register_protocol · 0c5f8396
      Martin Storsjö authored
      This was added in 9b07a2dc as an ABI hack to allow older
      code built with lavf 52 to register protocols even if the size
      of the URLProtocol struct was increased. Later, registering
      protocols from outside of lavf was removed and this workaround
      isn't needed any longer since lavf 53.
      
      This removes an unchecked malloc and a memory leak for the cases
      when this workaround actually was used - which it hasn't since
      lavf 53.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      0c5f8396
  13. 19 Oct, 2013 1 commit
  14. 16 Jun, 2013 1 commit
  15. 28 Aug, 2012 1 commit
  16. 17 Aug, 2012 1 commit
  17. 01 Jun, 2012 1 commit
  18. 22 May, 2012 1 commit
  19. 19 Mar, 2012 1 commit
  20. 17 Mar, 2012 1 commit
  21. 27 Jan, 2012 1 commit
  22. 05 Jan, 2012 1 commit
  23. 13 Nov, 2011 6 commits
  24. 14 Jul, 2011 1 commit
  25. 21 May, 2011 1 commit
  26. 13 Apr, 2011 1 commit
  27. 08 Apr, 2011 4 commits
  28. 07 Apr, 2011 1 commit