1. 31 Dec, 2017 1 commit
    • Aman Gupta's avatar
      avformat/hls: ignore http_persistent for segments requring crypto · 97b89432
      Aman Gupta authored
      Encrypted HLS segments have regular http:// urls, but open_input()
      actually prefixes them with crypto+ before calling open_url(), so
      they end up using the crypto protocol and not the http protocol.
      
      This means invoking ff_http_do_new_request will fail, so we avoid
      calling it in the first place. After the earlier http.c commit,
      the failure results in a warning printed to the user. In earlier
      versions, the failure would cause a segfault.
      Signed-off-by: 's avatarAman Gupta <aman@tmm1.net>
      97b89432
  2. 30 Dec, 2017 3 commits
  3. 29 Dec, 2017 7 commits
  4. 28 Dec, 2017 8 commits
  5. 27 Dec, 2017 8 commits
  6. 26 Dec, 2017 13 commits