1. 21 Dec, 2019 1 commit
  2. 19 Dec, 2019 1 commit
  3. 31 Mar, 2019 1 commit
  4. 17 Jun, 2018 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. 04 Mar, 2016 1 commit
  7. 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
  8. 02 Feb, 2016 1 commit
  9. 04 Dec, 2015 1 commit
  10. 31 Oct, 2015 1 commit
  11. 15 Nov, 2014 2 commits
  12. 11 Nov, 2014 2 commits
  13. 12 Oct, 2014 1 commit
    • Mark McGough's avatar
      icecast: Do not use chunked post · 76c70e33
      Mark McGough authored
      Icecast uses HTTP 1.0 while Libav uses HTTP 1.1 and enables by
      default chunked post.
      
      Icecast actually forwards the HTTP chunk headers to the listener
      as part of the media stream (without the chunk encoding HTTP headers)
      causing the players to lose sync.
      
      Disabling the option is enough to feed icecast properly.
      Signed-off-by: 's avatarLuca Barbato <lu_zero@gentoo.org>
      76c70e33
  14. 04 Aug, 2014 2 commits