- 15 Sep, 2016 1 commit
-
-
François Cartegnie authored
-
- 12 Sep, 2016 1 commit
-
-
François Cartegnie authored
was regression with AAC seek since rewrite of buffering
-
- 18 Jul, 2016 3 commits
-
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
and add a no PCR reset condition
-
- 17 Jul, 2016 1 commit
-
-
François Cartegnie authored
-
- 14 Jul, 2016 1 commit
-
-
François Cartegnie authored
we can no longer rely on codecs to guess format
-
- 09 Jul, 2016 7 commits
-
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
Required to correctly switch to another period, as we disable es on period end.
-
François Cartegnie authored
-
François Cartegnie authored
also fixes a mishandled exception. let late fail on regular access creation.
-
François Cartegnie authored
-
François Cartegnie authored
-
- 10 Jun, 2016 1 commit
-
-
François Cartegnie authored
otherwise creates out of sync multiple streams with mp4
-
- 01 Jun, 2016 1 commit
-
-
François Cartegnie authored
as child demuxers are not created yet when demux wants seekable capability, CAN_SEEK was always false
-
- 15 May, 2016 1 commit
-
-
François Cartegnie authored
-
- 09 Mar, 2016 1 commit
-
-
François Cartegnie authored
-
- 19 Feb, 2016 1 commit
-
-
François Cartegnie authored
-
- 31 Dec, 2015 1 commit
-
-
François Cartegnie authored
Due to hls we we waiting for demuxer to start, which would load the demuxer source (sub playlist then) and from that file we would have the format and change the demux if required. The problem is that any unsupported format (like split subtitles) is now being to be demuxed and gets probed and demuxed.
-
- 29 Dec, 2015 1 commit
-
-
François Cartegnie authored
-
- 02 Dec, 2015 1 commit
-
-
François Cartegnie authored
-
- 28 Nov, 2015 2 commits
-
-
François Cartegnie authored
Pruning by time was removed a while ago, but pruning by segment number only can't work for pruning the whole playlist as that number can be inconsistent across representations and streams/adaptation sets. Pruning by number should only occur merging/at representations level.
-
François Cartegnie authored
-
- 19 Nov, 2015 1 commit
-
-
François Cartegnie authored
-
- 18 Nov, 2015 3 commits
-
-
François Cartegnie authored
only handling them should differ. adds debugging
-
François Cartegnie authored
And add implicit discontinuity on format change. Use only tracker events to change state (will need to move currentchunk away)
-
François Cartegnie authored
-
- 10 Nov, 2015 2 commits
-
-
François Cartegnie authored
-
François Cartegnie authored
-
- 09 Nov, 2015 1 commit
-
-
François Cartegnie authored
-
- 02 Nov, 2015 1 commit
-
-
François Cartegnie authored
And avoids creating stats from non http chunks (smooth)
-
- 27 Oct, 2015 3 commits
-
-
François Cartegnie authored
because we'll need fake chunks
-
François Cartegnie authored
-
François Cartegnie authored
-
- 09 Oct, 2015 1 commit
-
-
François Cartegnie authored
-
- 07 Oct, 2015 3 commits
-
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
- 06 Oct, 2015 1 commit
-
-
François Cartegnie authored
Can now flush buffers on demux restart. Do align pcr after sending to decoders instead of always incrementing by the target value (avoid dropping blocks across segments on restart). Always issue a fakees to demuxer, then recycle on execution. Avoids double deletion with duplicate Del commands (demuxer 0..n+self n). Can now handle HLS discontinuities. Drops the streamoutput layer.
-