1. 12 Nov, 2015 4 commits
  2. 11 Nov, 2015 4 commits
  3. 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
  4. 09 Nov, 2015 13 commits
  5. 08 Nov, 2015 3 commits
  6. 06 Nov, 2015 6 commits
  7. 05 Nov, 2015 1 commit
  8. 03 Nov, 2015 1 commit
    • wm4's avatar
      mov: detect cover art pictures by content · f128b8e1
      wm4 authored
      I've got some m4a samples that had jpeg cover art marked as png. Since
      these files were supposedly written by iTunes, and other software can
      read it (e.g. clementine does), this should be worked around.
      
      Since png has a very simple to detect header, while it's apparently a
      real pain to detect jpeg in the general case, try to detect png and
      assume jpeg otherwise. Not bothering with bmp, as I have no test case.
      Signed-off-by: 's avatarLuca Barbato <lu_zero@gentoo.org>
      f128b8e1
  9. 02 Nov, 2015 6 commits