- 12 Nov, 2014 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 11 Nov, 2014 14 commits
-
-
Francois Cartegnie authored
-
Brion Vibber authored
This gets quoted later, so don't quote it first. Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Jean-Baptiste Kempf authored
-
Tristan Matthews authored
This makes it a little more obvious, instead of just saying that tools are missing or too old.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Close #12744 Thanks to Ruito
-
David Fuhrmann authored
Only start and stop media key support when needed (ressource-intensive).
-
David Fuhrmann authored
-
David Fuhrmann authored
close #12423
-
David Fuhrmann authored
-
- 10 Nov, 2014 20 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Tristan Matthews authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
KO Myung-Hun authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Sean McGovern authored
Signed-off-by: Tristan Matthews <tmatth@videolan.org>
-
Francois Cartegnie authored
-
Francois Cartegnie authored
And drop all unused and useless code
-
Francois Cartegnie authored
Gets rid of the checkless and expecting in-order data read functions.
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
BW measurement must be per stream as receive window/transfert rate will differ relatively to chunk size. There's no real way to get an accurate Max BW with such small files, but it is still accurate to predict the BW for a download of same size. A validation cursor is introduced to qualify bitrates. Cursor evolves within a window of summed download times. Adds duration to window if > bitrate, and opposite. -PROBE_TIME << cursor << PROBE_TIME Negative values makes harder to select previously unqualified bitrates. Stream quality will rank up quality only if next candidate has filled its own window. Stream reselection only occurs when cursor <= 0. In that way, we can tolerate temporary bitrate lowering or increase and avoid the hiccup reselection problems we had until now.
-
Francois Cartegnie authored
Gets rid of useless indirect access to chunks. Uses time as chunk based instead of indexes. Does not keep chunks on live stream.
-
- 09 Nov, 2014 4 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 08 Nov, 2014 1 commit
-
-
Tristan Matthews authored
Fixes #12722
-