1. 20 Mar, 2015 2 commits
  2. 19 Mar, 2015 11 commits
  3. 18 Mar, 2015 1 commit
    • Derek Buitenhuis's avatar
      mov: Add option to keep exact packet sequence after seeking · 8692d74b
      Derek Buitenhuis authored
      The current behavior may produce a different sequence of packets
      after seeking, compared to demuxing linearly from the beginning.
      This is because the MOV demuxer seeks in each stream individually,
      based on timestamp, which may set each stream at a slightly different
      position than if the file would have been read sequentially.
      
      This makes implementing certain operations, such as segmenting,
      quite hard, and slower than need be.
      
      Therefore, add an option which retains the same packet sequence
      after seeking, as when a file is demuxed linearly.
      8692d74b
  4. 17 Mar, 2015 13 commits
  5. 16 Mar, 2015 6 commits
  6. 15 Mar, 2015 6 commits
  7. 13 Mar, 2015 1 commit