1. 08 11月, 2014 1 次提交
  2. 30 10月, 2014 2 次提交
  3. 24 10月, 2014 2 次提交
  4. 04 10月, 2014 1 次提交
    • J
      hlsenc: Add parameter -hls_allow_cache · 55f03d87
      Joakim Roubert 提交于
      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: NMartin Storsjö <martin@martin.st>
      55f03d87
  5. 05 8月, 2014 1 次提交
  6. 19 6月, 2014 1 次提交
  7. 11 6月, 2014 2 次提交
  8. 29 5月, 2014 1 次提交
  9. 29 4月, 2014 2 次提交
  10. 19 2月, 2014 2 次提交
  11. 17 1月, 2014 2 次提交
  12. 21 8月, 2013 1 次提交
  13. 03 5月, 2013 1 次提交
  14. 11 4月, 2013 1 次提交
  15. 18 2月, 2013 1 次提交
  16. 09 1月, 2013 1 次提交
    • J
      oggenc: add a page_duration option and deprecate the pagesize option · 59220d55
      Justin Ruggles 提交于
      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
  17. 09 12月, 2012 3 次提交
  18. 13 11月, 2012 1 次提交
  19. 20 3月, 2012 1 次提交
  20. 29 2月, 2012 1 次提交
  21. 28 2月, 2012 1 次提交
    • L
      segment: implement wrap around · 0c1759ac
      Luca Barbato 提交于
      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
  22. 30 1月, 2012 1 次提交
  23. 20 12月, 2011 1 次提交
  24. 10 12月, 2011 1 次提交
  25. 10 7月, 2011 1 次提交
  26. 28 5月, 2011 1 次提交
  27. 18 4月, 2011 1 次提交
  28. 17 3月, 2011 1 次提交
  29. 08 2月, 2011 4 次提交