1. 17 Nov, 2016 1 commit
  2. 25 Aug, 2015 1 commit
  3. 01 Feb, 2015 1 commit
  4. 08 Nov, 2014 1 commit
  5. 29 Oct, 2014 2 commits
  6. 24 Oct, 2014 2 commits
  7. 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
  8. 05 Aug, 2014 1 commit
  9. 18 Jun, 2014 1 commit
  10. 10 Jun, 2014 2 commits
  11. 28 May, 2014 1 commit
  12. 29 Apr, 2014 2 commits
  13. 19 Feb, 2014 2 commits
  14. 17 Jan, 2014 2 commits
  15. 21 Aug, 2013 1 commit
  16. 03 May, 2013 1 commit
  17. 11 Apr, 2013 1 commit
  18. 18 Feb, 2013 1 commit
  19. 08 Jan, 2013 1 commit
    • Justin Ruggles's avatar
      oggenc: add a page_duration option and deprecate the pagesize option · 59220d55
      Justin Ruggles authored
      This uses page duration instead of byte size to determine when to buffer
      the page. Also, it tries to avoid continued pages by buffering the current
      page if there are already packets in the page and adding the next packet
      would require it to be continued on a new page. This can improve seeking
      performance.
      
      The default page duration is 1 second, which is much saner than filling
      all page segments by default.
      59220d55
  20. 08 Dec, 2012 3 commits
  21. 13 Nov, 2012 1 commit
  22. 20 Mar, 2012 1 commit
  23. 29 Feb, 2012 1 commit
  24. 28 Feb, 2012 1 commit
    • Luca Barbato's avatar
      segment: implement wrap around · 0c1759ac
      Luca Barbato authored
      Provide a way to wrap around the segment index so pseudostreaming
      live through a web server and html5 browser is simpler.
      
      Also ensure that 0 (disable) is a valid value across the options
      providing wrap around.
      0c1759ac
  25. 30 Jan, 2012 1 commit
  26. 19 Dec, 2011 1 commit
  27. 09 Dec, 2011 1 commit
  28. 09 Jul, 2011 1 commit
  29. 28 May, 2011 1 commit
  30. 17 Apr, 2011 1 commit
  31. 16 Mar, 2011 1 commit
  32. 08 Feb, 2011 1 commit