1. 17 Nov, 2015 1 commit
  2. 16 Nov, 2015 3 commits
  3. 14 Nov, 2015 2 commits
  4. 13 Nov, 2015 4 commits
  5. 12 Nov, 2015 8 commits
  6. 11 Nov, 2015 4 commits
  7. 10 Nov, 2015 2 commits
    • Martin Storsjö's avatar
      movenc: Add an API unit test for fragmenting options/calls · 59e8ec0a
      Martin Storsjö authored
      Contrary to the normal fate tests that run via avconv, this tests
      nontrivial call sequences that are only doable via the API
      (mainly for different corner cases when using the muxer for
      segmenting).
      
      The test muxes fake packet data (with extradata that looks
      enough like proper data to make the file be viewable with e.g.
      boxdumper) and checks the hash of the produced files. The test also
      verifies that fragments produced via different call sequences remain
      identical (to avoid e.g. updating the output hashes and suddenly
      having fragments that used to be identical suddenly diverging), for
      fragments written with frag_discont and/or delay_moov.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      59e8ec0a
    • Martin Storsjö's avatar
      movenc: Automatically flush after writing the initial moov · 8ad5124b
      Martin Storsjö authored
      In most other cases when writing fragmented mp4 files, the output
      IO context is flushed after each fragment. Also flush it after
      writing the initial moov, to have it behave in the same way.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      8ad5124b
  8. 09 Nov, 2015 13 commits
  9. 08 Nov, 2015 3 commits