1. 22 Apr, 2015 1 commit
  2. 07 Apr, 2015 1 commit
  3. 05 Apr, 2015 1 commit
  4. 04 Feb, 2015 1 commit
  5. 02 Feb, 2015 1 commit
    • dhead666's avatar
      libavformat/mpegtsenc: allow to set service_type in sdt · 48e36f8a
      dhead666 authored
      This adds an option to set the service type in mpegts as defined in ETSI 300 468.
      
      I added what I believe are the most useful service types as pre defined values,
      the others can be sent by using their hexdecimal form directly (e.g. -mpegts_service_type digital_radio, -mpegts_service_type 0x07).
      
      I've been using this patch in order to pipe internet radio stream (originally as HLS/m3u8) from ffmpeg to tvheadend,
      when the service type set right tvheadend recognize the mpegts stream as a radio channel.
      
      The patch in its original form was written by linuxstb from freenode's hts channel which allowed me pushing it upstream.
      
      This close issue 4118.
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      48e36f8a
  6. 01 Feb, 2015 1 commit
  7. 30 Jan, 2015 1 commit
  8. 08 Jan, 2015 1 commit
  9. 10 Dec, 2014 1 commit
  10. 06 Dec, 2014 1 commit
  11. 08 Nov, 2014 1 commit
  12. 29 Oct, 2014 2 commits
  13. 24 Oct, 2014 2 commits
  14. 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
  15. 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
  16. 16 Sep, 2014 1 commit
  17. 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
  18. 07 Sep, 2014 2 commits
  19. 06 Aug, 2014 1 commit
  20. 05 Aug, 2014 1 commit
  21. 17 Jul, 2014 1 commit
  22. 15 Jul, 2014 1 commit
  23. 07 Jul, 2014 1 commit
  24. 18 Jun, 2014 1 commit
  25. 10 Jun, 2014 2 commits
  26. 03 Jun, 2014 2 commits
  27. 29 May, 2014 1 commit
  28. 28 May, 2014 1 commit
  29. 09 May, 2014 1 commit
  30. 29 Apr, 2014 2 commits
  31. 27 Apr, 2014 2 commits
  32. 06 Mar, 2014 1 commit
  33. 19 Feb, 2014 1 commit