1. 27 Oct, 2014 1 commit
    • Francois Cartegnie's avatar
      demux: mp4: fix retrieving trun durations · 5b998cb9
      Francois Cartegnie authored
      LeafDemuxer fixes (the experimental data-sequence driven
      fragmented mp4 demux).
      
      Some muxers are interleaving using single trun/fragments,
      Moov()->Moov(A)->Moof(B)
      instead of interlacing truns withing fragments.
      Moov()->Moof(A,B)->Moof(A,B)
      Example: BigBuckBunny ismv file
      
      Another problem is that data isn't interleaved at all
      at end of tracks, and there's a long trailing gap of
      audio fragments only.
      Moov()->Moov(A)->Moof(B)->Moof(B)->Moof(B)->Moof(B)
      5b998cb9
  2. 26 Oct, 2014 4 commits
  3. 25 Oct, 2014 8 commits
  4. 24 Oct, 2014 20 commits
  5. 23 Oct, 2014 7 commits