Skip to content
Snippets Groups Projects
  1. Nov 12, 2015
  2. Nov 11, 2015
  3. 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
  4. Nov 09, 2015
  5. Nov 08, 2015
  6. Nov 06, 2015
  7. Nov 05, 2015
  8. Nov 03, 2015
    • 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: default avatarLuca Barbato <lu_zero@gentoo.org>
      f128b8e1
  9. Nov 02, 2015
Loading