- 24 Jan, 2012 36 commits
-
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 0a120d11) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit d314c4f4) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
This will also save some code in a near future. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 7972dbae) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit f73b7ff2) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 0b396ef1) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 924a3408) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit c51ff47e) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Using hls_Get and segment_GetSegment instead. Those check for out of bound access. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit d56ce553) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit f180bd5f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 833b0c76) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 75fbc4d4) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
parse_M3U8 uses hls_GetLast to update the HLS current hls stream, so we have to add it to the streams array before calling parse_M3U8 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit e0636237) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit e618a581) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Frédéric Yhuel authored
This prevents a "bug" when we seek backward and then play again that segment. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 98207119) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Brendon Justin authored
Change the string's text field from static to editable, so options not in the wizard can be added. Uses the string from this field directly, rather than the stored string. Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit 40c5ee7f1b0b96fc964ea5a43ec41c0297a20711) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
it respects the 'live-caching' setting now, is vastly more responsive and even got correct timing. Thanks to emi and Luca for the ideas and help (cherry picked from commit e0745f60) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
this were caused by an incomplete implementation of a 2.0-next feature (cherry picked from commit b2899779) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit af197084) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
This disables V4L2 completely. (cherry picked from commit fd8502ce) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
This reverts commit 5740099f. This caused autoconf errors and besides I still do not agree. (cherry picked from commit f94107eb) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
(cherry picked from commit 1f558cd6) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
we could end up with 'ggcc' forgotten in a6e2d066 (cherry picked from commit a9739cc0) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
Was broken since the pure virtual method getId() was renamed in the PLModel cleanup 4a61e6a8 (cherry picked from commit 88ecb49b) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
(cherry picked from commit 8eb8d941) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Denis Charmet authored
Fix the second part of #5896 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 8e141adb) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Denis Charmet authored
Fix the first part of #5896 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit ccb134a6) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
A 0 bandwidth forbid us to seek, as the position would always be 0. This fixes one of the problems described in #5370 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 1f33a25e) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 56a345ef) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Luc Saillard authored
Don't stop when playing a vod file without bandwidth information When a playlist doesn't contains any bandwidth stream or information, initialize stream->bandwidth to 0 (it's a unsigned number). So test will not fail when calculating if we have the time to download it. >> uint64_t size = (segment->duration * hls->bandwidth); >> int estimated = (int)(size / s->p_sys->bandwidth); >> if (estimated > segment->duration) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 9ffcb9c5) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Luc Saillard authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 1a89d92f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit bcbad8c7) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Luc Saillard authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 04f73b95) (cherry picked from commit 00a0d572) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
- Bandwidth is an unsigned int in hls_New(), so initiliaze it to 0 iso -1. - Do not calculate StreamSIze if bandwidth is not known, yet. Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl> (cherry picked from commit be906d52) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Paul Saman authored
The relativeURL function missed various checks to determine the correct location for the next download. Checking not only the meta playlist locations, but also the HLS playlist locations itself should fix #4268. (cherry picked from commit 5de5d154) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Paul Saman authored
When an already existing segment is updated, then make sure it to take the lock. (cherry picked from commit 2ada723d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Paul Saman authored
(cherry picked from commit 632b2058) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 23 Jan, 2012 4 commits
-
-
Edward Wang authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit b6471932) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit a43414d0) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Sébastien Toque authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 0fabd4d2) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
V4L2_FIELD_INTERLACED_BT was introduced in v2.6.25-3581-g26d507f Check for headers from last supported kernel (cherry picked from commit 5740099f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-