Skip to content
Snippets Groups Projects
  1. Nov 20, 2015
  2. Nov 18, 2015
  3. Nov 17, 2015
  4. Nov 16, 2015
  5. Nov 14, 2015
  6. Nov 13, 2015
  7. Nov 12, 2015
  8. Nov 11, 2015
  9. Nov 10, 2015
    • 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: default 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: default avatarMartin Storsjö <martin@martin.st>
      8ad5124b
  10. Nov 09, 2015
Loading