- 24 Jan, 2012 24 commits
-
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
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>
-
Hugo Beauzée-Luyssen authored
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>
-
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>
-
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
-
Felix Paul Kühne authored
this were caused by an incomplete implementation of a 2.0-next feature
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
This disables V4L2 completely.
-
Rémi Denis-Courmont authored
This reverts commit 5740099f. This caused autoconf errors and besides I still do not agree.
-
Rémi Denis-Courmont authored
(I do not know why it was removed in the first place though - not me! As a consequence, we cannot scan TV channels in VLC >= 2.0...)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
we could end up with 'ggcc' forgotten in a6e2d066
-
Francois Cartegnie authored
Was broken since the pure virtual method getId() was renamed in the PLModel cleanup 4a61e6a8
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
Rafaël Carré authored
Those objects and shared library handle are not guaranteed to exist if the Clean() function is called in Open() error path.
-
Denis Charmet authored
Fix the second part of #5896 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>
-
- 23 Jan, 2012 16 commits
-
-
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>
-
Hugo Beauzée-Luyssen authored
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>
-
Luc Saillard authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Luc Saillard authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Edward Wang authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
Rafaël Carré authored
(text from the patch author) On many systems taking couple of kilo-bytes for full sinc table is not a problem. With a straight filter table the number of MAC operations needed drops to one quarter. Also the inner loop of the filter becomes more simple and easier to optimize. So the full sinc table version runs much faster in most cases. The trade off is some kilo-bytes bigger memory usage and more CPU needed when initializing the resampler.
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
-
Rafaël Carré authored
-