- 14 Jan, 2015 1 commit
-
-
François Cartegnie authored
-
- 13 Jan, 2015 1 commit
-
-
François Cartegnie authored
Should fix out-of-sync tracks with DASH
-
- 12 Jan, 2015 3 commits
-
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
- 05 Jan, 2015 1 commit
-
-
François Cartegnie authored
DemuxFrg was no longer selected
-
- 02 Jan, 2015 1 commit
-
-
François Cartegnie authored
-
- 30 Dec, 2014 1 commit
-
-
François Cartegnie authored
-
- 28 Dec, 2014 3 commits
-
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
- 18 Dec, 2014 7 commits
-
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
- 16 Nov, 2014 2 commits
-
-
François Cartegnie authored
Prevented playback of blockalign less audio samples
-
François Cartegnie authored
-
- 15 Nov, 2014 1 commit
-
-
François Cartegnie authored
p_chunk->i_sample is next sample, not current
-
- 10 Nov, 2014 1 commit
-
-
François Cartegnie authored
-
- 27 Oct, 2014 2 commits
-
-
François Cartegnie authored
CTTS value can be negative on version 0, and match the not found return value used in GetPTSDelta. ex: Sintel Smooth Streaming sample
-
François 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)
-
- 21 Oct, 2014 3 commits
-
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
Moov fragment has full length after fixup, but zero data. Fixes 0 position on ismv seek
-
- 20 Oct, 2014 2 commits
-
-
François Cartegnie authored
/samples/mov/variable-fourcc/kldatei.mov
-
François Cartegnie authored
-
- 19 Oct, 2014 1 commit
-
-
François Cartegnie authored
-
- 17 Oct, 2014 1 commit
-
-
François Cartegnie authored
VLC supports groups where mp4 defines switch groups. As an es can't belong to multiple groups, but does in switch groups, we don't really have a way to provide the same track exclusion/alternative features without duplicating es. Priorities are then set in a way es/tracks from the same cat/switchgroup are not all selected. refs #3970
-
- 16 Oct, 2014 4 commits
-
-
François Cartegnie authored
-
François Cartegnie authored
Follow the spec and correctly handle text encoding
-
François Cartegnie authored
And fix reading
-
François Cartegnie authored
-
- 14 Oct, 2014 4 commits
-
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
Split es setup so we only call dedicated setup per handler.
-
- 09 Oct, 2014 1 commit
-
-
François Cartegnie authored
-