1. 25 Aug, 2013 1 commit
  2. 24 Aug, 2013 7 commits
  3. 23 Aug, 2013 5 commits
  4. 21 Aug, 2013 7 commits
  5. 20 Aug, 2013 11 commits
  6. 19 Aug, 2013 8 commits
  7. 17 Aug, 2013 1 commit
    • Martin Storsjö's avatar
      movenc: Indicate that negative timestamps are supported · 0a14fefd
      Martin Storsjö authored
      The mov/mp4 muxer has support for handling negative timestamps
      via edit lists (which customarily is used for handling the 1-frame
      delay due to B-frames as well).
      
      Using the muxer's native way of handling it is better than using
      the generic offsetting. The generic offsetting is a bit too
      crude when e.g. the timebase of one track is 1/fps, where the
      edit lists can handle it accurately.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      0a14fefd