1. 01 Dec, 2012 1 commit
  2. 30 Nov, 2012 1 commit
    • Vitaliy E Sugrobov's avatar
      Gif demuxer · 5603b2bf
      Vitaliy E Sugrobov authored
      Gif demuxer is capable of extracting multiple frames from gif file.
      In conjunction with gif decoder it implements support for reading
      animated gifs.
      Demuxer has two options available to user: default_delay and min_delay.
      These options are for protection from too rapid gif animations. In practice
      it is standard approach to slow down rendering of this kind of gifs. If you try to
      play gif with delay between frames of one hundredth of second (100fps) using
      one of major web browsers, you get significantly slower playback,
      around 10 fps. This is because browser detects that delay value is less than some
      threshold (usually 2 hundredths of second) and reset it to default value (usually 10
      hundredths of second, which corresponds to 10fps). Manipulating these options user
      can achieve the same effect during conversion to some video format. Otherwise user
      can set them to not protect from rapid animations at all.
      The other case when these options necessary is for gif images encoded according to
      gif87a standard since prior to gif89a there was no delay information included in file.
      Bump lavf minor version.
      Signed-off-by: 's avatarVitaliy E Sugrobov <vsugrob@hotmail.com>
      5603b2bf
  3. 29 Nov, 2012 1 commit
  4. 28 Nov, 2012 2 commits
  5. 27 Nov, 2012 1 commit
  6. 17 Nov, 2012 1 commit
  7. 14 Nov, 2012 1 commit
  8. 13 Nov, 2012 1 commit
  9. 05 Nov, 2012 2 commits
  10. 25 Oct, 2012 3 commits
  11. 22 Oct, 2012 1 commit
  12. 16 Oct, 2012 1 commit
  13. 15 Oct, 2012 1 commit
  14. 12 Oct, 2012 1 commit
  15. 09 Oct, 2012 2 commits
  16. 08 Oct, 2012 1 commit
  17. 01 Oct, 2012 1 commit
  18. 23 Sep, 2012 3 commits
  19. 18 Sep, 2012 1 commit
  20. 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
  21. 09 Sep, 2012 1 commit
  22. 29 Aug, 2012 1 commit
  23. 14 Aug, 2012 1 commit
  24. 09 Aug, 2012 1 commit
  25. 29 Jul, 2012 2 commits
  26. 27 Jul, 2012 1 commit
  27. 26 Jul, 2012 1 commit
  28. 25 Jul, 2012 1 commit
  29. 23 Jul, 2012 3 commits
  30. 22 Jul, 2012 1 commit