1. 28 Sep, 2014 1 commit
    • Joakim Roubert's avatar
      avformat/hlsenc: Added parameter -hls_allow_cache · 3edb9aae
      Joakim Roubert authored
      The -hls_allow_cache parameter enables explicitly setting the
      EXT-X-ALLOW-CACHE tag in the manifest file. That tag indicates
      whether the client MAY or MUST NOT cache downloaded media
      segments for later replay.
      
      Valid values are 1 (=YES) or 0 (=NO) and the EXT-X-ALLOW-CACHE
      will not show in the manifest for other values (or if
      -hls_allow_cache is not used.
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      3edb9aae
  2. 16 Sep, 2014 1 commit
  3. 15 Sep, 2014 1 commit
    • Mika Raento's avatar
      hlsenc: single_file, support HLS ver 4 byteranges · f685f7d7
      Mika Raento authored
      This adds a new option -hls_flags single_file that creates one .ts file
      for HLS and adds byteranges to the .m3u8 file, instead of creating one
      .ts file for each segment.
      
      This is helpful at least for storing large number of videos, as the
      number of files per video is drastically reduced and copying and storing
      those files takes less requests and inodes.
      
      This is based on work by Nicolas Martyanoff, discussed on ffmpeg-devel
      in July 2014. That patch seems abandoned by the author, and contained
      unrelated changes. This patch tries to add the minimum amount of code to
      support the byterange playlists.
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      f685f7d7
  4. 07 Sep, 2014 2 commits
  5. 06 Aug, 2014 1 commit
  6. 05 Aug, 2014 1 commit
  7. 17 Jul, 2014 1 commit
  8. 15 Jul, 2014 1 commit
  9. 07 Jul, 2014 1 commit
  10. 18 Jun, 2014 1 commit
  11. 10 Jun, 2014 2 commits
  12. 03 Jun, 2014 2 commits
  13. 29 May, 2014 1 commit
  14. 28 May, 2014 1 commit
  15. 09 May, 2014 1 commit
  16. 29 Apr, 2014 2 commits
  17. 27 Apr, 2014 2 commits
  18. 06 Mar, 2014 1 commit
  19. 19 Feb, 2014 2 commits
  20. 19 Jan, 2014 2 commits
  21. 17 Jan, 2014 2 commits
  22. 08 Jan, 2014 4 commits
  23. 02 Jan, 2014 1 commit
  24. 01 Jan, 2014 3 commits
  25. 15 Dec, 2013 2 commits
  26. 25 Nov, 2013 1 commit
    • Stefano Sabatini's avatar
      lavf/segment: add segment_list_entry_prefix option · 5e278c19
      Stefano Sabatini authored
      This option allows to add a prefix to the segment list entry filenames.
      
      Also set by default the list entry filenames to the corresponding
      segment basename, consistent with the HLS muxer.
      
      Based on an idea by Steven Liu <lingjiujianke@gmail.com>.
      5e278c19