1. 22 Nov, 2012 1 commit
  2. 14 Nov, 2012 1 commit
  3. 04 Nov, 2012 1 commit
  4. 02 Nov, 2012 1 commit
  5. 29 Oct, 2012 1 commit
  6. 28 Oct, 2012 1 commit
  7. 21 Oct, 2012 1 commit
  8. 15 Oct, 2012 1 commit
  9. 12 Oct, 2012 1 commit
  10. 08 Oct, 2012 2 commits
  11. 07 Oct, 2012 1 commit
  12. 06 Oct, 2012 1 commit
  13. 04 Oct, 2012 1 commit
  14. 03 Oct, 2012 1 commit
  15. 01 Oct, 2012 2 commits
  16. 27 Sep, 2012 3 commits
  17. 21 Sep, 2012 1 commit
  18. 15 Sep, 2012 1 commit
  19. 04 Sep, 2012 3 commits
  20. 27 Aug, 2012 1 commit
  21. 08 Aug, 2012 2 commits
  22. 07 Aug, 2012 2 commits
  23. 05 Aug, 2012 3 commits
  24. 04 Aug, 2012 1 commit
    • Philip Langdale's avatar
      movenc: Handle need for extra packets to express subtitle duration. · 18175ca9
      Philip Langdale authored
      As packet duration is not stored inherently in MPEG4 containers,
      subtitles have their duration expressed by storing an additional
      empty packet with a pts matching the desired end time of the real
      subtitle. Additionally, it is generally expected that all streams
      start at time = 0, so an empty packet needs to be inserted at the
      beginning of the stream, before the first real subtitle.
      
      Unfortunately, ffmpeg lacks a proper way to express that a subtitle
      might map to multiple packets, so the muxer is the only place we
      can handle this.
      Signed-off-by: 's avatarPhilip Langdale <philipl@overt.org>
      18175ca9
  25. 03 Aug, 2012 1 commit
  26. 30 Jul, 2012 2 commits
  27. 25 Jul, 2012 2 commits
  28. 22 Jul, 2012 1 commit