1. 04 Mar, 2016 1 commit
  2. 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
  3. 02 Feb, 2016 1 commit
  4. 04 Dec, 2015 1 commit
  5. 31 Oct, 2015 1 commit
  6. 15 Nov, 2014 2 commits
  7. 11 Nov, 2014 2 commits
  8. 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
  9. 04 Aug, 2014 2 commits