- 10 Nov, 2014 12 commits
-
-
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
-
- 07 Nov, 2014 3 commits
-
-
Sean McGovern authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
-
- 06 Nov, 2014 3 commits
-
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Sean McGovern authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
- 05 Nov, 2014 6 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Tristan Matthews authored
(cid #1251048 and #1251059)
-
- 04 Nov, 2014 5 commits
-
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Martell Malone authored
Fixes searching for native qt5 progs on cygwin and msys2 The reason for the issue is that on windows if there is a space in the path or if the program is prepends with .exe and we specify the search PATH in AC_PATH_PROGS we must enclose them in quotes or the program will not be found. For future reference, if anyone uses AC_PATH_PROGS please enclose defined search paths (if you have any) in quotes Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
This mostly reverts commit 6a6c23bf.
-
- 03 Nov, 2014 6 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Thomas Guillem authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
They are superseded by makeCurrent() and releaseCurrent().
-