1. 04 Aug, 2016 1 commit
  2. 17 Jul, 2016 1 commit
  3. 18 May, 2016 1 commit
    • Martin Storsjö's avatar
      avio: Allow custom IO users to get labels for the output bytestream · db7968bf
      Martin Storsjö authored
      This allows callers with avio write callbacks to get the bytestream
      positions that correspond to keyframes, suitable for live streaming.
      
      In the simplest form, a caller could expect that a header is written
      to the bytestream during the avformat_write_header, and the data
      output to the avio context during e.g. av_write_frame corresponds
      exactly to the current packet passed in.
      
      When combined with av_interleaved_write_frame, and with muxers that
      do buffering (most muxers that do some sort of fragmenting or
      clustering), the mapping from input data to bytestream positions
      is nontrivial.
      
      This allows callers to get directly information about what part
      of the bytestream is what, without having to resort to assumptions
      about the muxer behaviour.
      
      One keyframe/fragment/block can still be split into multiple (if
      they are larger than the aviocontext buffer), which would call
      the callback with e.g. AVIO_DATA_MARKER_SYNC_POINT, followed by
      AVIO_DATA_MARKER_UNKNOWN for the second time it is called with
      the following data.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      db7968bf
  4. 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
  5. 16 Mar, 2016 1 commit
    • Hendrik Leppkes's avatar
      hls: read protocol options through the AVIOContext · 0d4b8a2c
      Hendrik Leppkes authored
      This reverts commit 9f9ed79d.
      
      The hlsopts member was never set anywhere and always NULL, furthermore
      the HLS demuxer needs to retrieve the proper options from the underlying
      http protocol (cookies, user-agent, etc), so a dummy context won't help.
      
      Instead, use the AVIOContext directly to access the options.
      0d4b8a2c
  6. 04 Mar, 2016 1 commit
  7. 29 Feb, 2016 1 commit
  8. 22 Feb, 2016 3 commits
  9. 02 Feb, 2016 1 commit
  10. 29 Jan, 2016 1 commit
  11. 13 Jan, 2016 1 commit
  12. 27 Dec, 2015 1 commit
  13. 16 Nov, 2015 2 commits
  14. 31 Jul, 2015 1 commit
  15. 27 Jul, 2015 1 commit
  16. 16 Jun, 2015 1 commit
  17. 11 Jun, 2015 1 commit
  18. 07 Jun, 2015 2 commits
  19. 31 May, 2015 1 commit
  20. 11 May, 2015 1 commit
  21. 27 Apr, 2015 1 commit
  22. 11 Mar, 2015 1 commit
  23. 03 Mar, 2015 1 commit
  24. 28 Feb, 2015 1 commit
  25. 24 Feb, 2015 1 commit
  26. 28 Jan, 2015 2 commits
  27. 14 Dec, 2014 1 commit
  28. 03 Dec, 2014 1 commit
  29. 20 Oct, 2014 1 commit
  30. 30 Sep, 2014 1 commit
  31. 27 Aug, 2014 1 commit
  32. 07 Aug, 2014 1 commit
  33. 30 Jul, 2014 1 commit
  34. 25 Jul, 2014 1 commit
  35. 23 Jul, 2014 1 commit