1. 10 Dec, 2014 1 commit
  2. 06 Dec, 2014 1 commit
  3. 08 Nov, 2014 1 commit
  4. 29 Oct, 2014 2 commits
  5. 24 Oct, 2014 2 commits
  6. 03 Oct, 2014 1 commit
    • Joakim Roubert's avatar
      hlsenc: Add parameter -hls_allow_cache · 55f03d87
      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 avatarMartin Storsjö <martin@martin.st>
      55f03d87
  7. 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
  8. 16 Sep, 2014 1 commit
  9. 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
  10. 07 Sep, 2014 2 commits
  11. 06 Aug, 2014 1 commit
  12. 05 Aug, 2014 1 commit
  13. 17 Jul, 2014 1 commit
  14. 15 Jul, 2014 1 commit
  15. 07 Jul, 2014 1 commit
  16. 18 Jun, 2014 1 commit
  17. 10 Jun, 2014 2 commits
  18. 03 Jun, 2014 2 commits
  19. 29 May, 2014 1 commit
  20. 28 May, 2014 1 commit
  21. 09 May, 2014 1 commit
  22. 29 Apr, 2014 2 commits
  23. 27 Apr, 2014 2 commits
  24. 06 Mar, 2014 1 commit
  25. 19 Feb, 2014 2 commits
  26. 19 Jan, 2014 2 commits
  27. 17 Jan, 2014 2 commits
  28. 08 Jan, 2014 3 commits