1. 27 Jan, 2018 2 commits
    • wm4's avatar
      avformat, hls: add a flag to signal unavailability of seeking · 6194d7e5
      wm4 authored
      The seek function can just return an error if seeking is unavailable,
      but often this is too late. Add a flag that signals that the stream is
      unseekable, and use it in HLS.
      6194d7e5
    • wm4's avatar
      hls: do not allow fallback to generic seeking · 637dfa39
      wm4 authored
      This makes little sense due to how HLS works, and only causes some
      additional annoyances if the HLS read_seek function fails (for example
      if it's a live stream). It was most likely unintended.
      637dfa39
  2. 26 Jan, 2018 3 commits
  3. 25 Jan, 2018 8 commits
  4. 24 Jan, 2018 6 commits
  5. 23 Jan, 2018 5 commits
  6. 22 Jan, 2018 2 commits
  7. 21 Jan, 2018 14 commits