1. 09 Feb, 2014 1 commit
  2. 02 Nov, 2013 1 commit
  3. 31 Oct, 2013 2 commits
  4. 30 Oct, 2013 1 commit
    • Martin Storsjö's avatar
      lavf: Remove a now useless parameter to ffurl_register_protocol · 0c5f8396
      Martin Storsjö authored
      This was added in 9b07a2dc as an ABI hack to allow older
      code built with lavf 52 to register protocols even if the size
      of the URLProtocol struct was increased. Later, registering
      protocols from outside of lavf was removed and this workaround
      isn't needed any longer since lavf 53.
      
      This removes an unchecked malloc and a memory leak for the cases
      when this workaround actually was used - which it hasn't since
      lavf 53.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      0c5f8396
  5. 28 Oct, 2013 1 commit
  6. 23 Oct, 2013 1 commit
  7. 05 Aug, 2013 1 commit
  8. 28 May, 2013 1 commit
  9. 11 Mar, 2013 1 commit
  10. 15 Jan, 2013 1 commit
  11. 03 Jan, 2013 1 commit
  12. 28 Dec, 2012 1 commit
  13. 07 Dec, 2012 1 commit
  14. 13 Nov, 2012 1 commit
  15. 12 Sep, 2012 1 commit
    • Martin Storsjö's avatar
      Add a smooth streaming segmenter muxer · 62c9ae11
      Martin Storsjö authored
      This muxer splits the output from the ismv muxer into individual
      files, in realtime.
      
      The same can also be done by the standalone tool ismindex, but this
      muxer is needed for doing it in realtime (especially for live
      streams that need extra handling for updating the lookahead fields
      in the fragment headers).
      
      Using this muxer, one can deliver live smooth streaming from a
      normal static file web server. (Using ismindex, one can deliver
      premade smooth streaming files from a static file web server,
      or prepare files for serving with IIS.)
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      62c9ae11
  16. 23 Jul, 2012 2 commits
  17. 22 Jul, 2012 1 commit
  18. 17 Jul, 2012 2 commits
  19. 16 Jul, 2012 1 commit
  20. 18 Jun, 2012 1 commit
  21. 17 Jun, 2012 1 commit
    • Samuel Pitoiset's avatar
      RTMPT protocol support · 8e50c57d
      Samuel Pitoiset authored
      This adds two protocols, but one of them is an internal implementation
      detail just used as an abstraction layer/generalization in the code. The
      RTMPT protocol implementation uses rtmphttp:// as an alternative to the
      tcp:// protocol. This allows moving most of the lower level logic out
      from the higher level generic rtmp code.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      8e50c57d
  22. 21 May, 2012 1 commit
  23. 08 May, 2012 1 commit
  24. 14 Feb, 2012 4 commits
  25. 13 Feb, 2012 1 commit
  26. 25 Jan, 2012 1 commit
  27. 16 Jan, 2012 1 commit
  28. 03 Jan, 2012 1 commit
  29. 28 Dec, 2011 1 commit
  30. 19 Dec, 2011 1 commit
  31. 18 Dec, 2011 1 commit
  32. 01 Dec, 2011 1 commit
  33. 26 Nov, 2011 1 commit
  34. 18 Nov, 2011 1 commit