- 30 Jul, 2009 10 commits
-
-
Ilkka Ollakka authored
it checks table of frequencies that usually contains channels. Thou dvb-c users need to check if modulation and symbol-rate are correct for them (atleast for me modulation auto didn't work). example commandline that worked for me: vlc dvb:// --dvb-srate=6875000 --dvb-modulation 128
-
Ilkka Ollakka authored
default symbol-rate is suited to dvb-s and is over limits for dvb-c, so check given symbol-rate and default to somewhat common value if so.
-
Pierre Ynard authored
Or else a timer callback might still be running when the caller frees its resources, which is bad
-
Olivier Aubert authored
-
Olivier Aubert authored
-
Olivier Aubert authored
-
Olivier Aubert authored
-
Olivier Aubert authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
Shows basic release notes and demonstrates the user experience. Actual updating not yet possible.
-
- 29 Jul, 2009 16 commits
-
-
Christophe Mutricy authored
-
Pierre Ynard authored
Fix interlacing support with default chromas too
-
ogg.k.ogg.k authored
non BOS headers for (Vorbis, Theora, Speex, Kate) do not have to be on separate pages, so avoid flushing before the last header Signed-off-by: Laurent Aimar <fenrir@videolan.org>
-
Laurent Aimar authored
They were introduced by [9b8c543c]. For example: the PiP for a snapshot was not shown when the stream was paused.
-
Antoine Cellerier authored
First try using no interlacing and fallback to driver's default if it isn't possible. Might fix some issues. We still need to declare images as interlaced to VLC afterwards, but that's another problem.
-
Michael Hanselmann authored
This loop will be used by authentication. Signed-off-by: Michael Hanselmann <public@hansmi.ch> Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Michael Hanselmann authored
Authentication will need this. Signed-off-by: Michael Hanselmann <public@hansmi.ch> Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Michael Hanselmann authored
Otherwise they can be mixed up with the next request. Until now, the connection was always terminated after an error. However, with authentication, the request can be repeated with authentication information. Signed-off-by: Michael Hanselmann <public@hansmi.ch> Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Michael Hanselmann authored
Signed-off-by: Michael Hanselmann <public@hansmi.ch> Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Michael Hanselmann authored
It's needed for authentication. Signed-off-by: Michael Hanselmann <public@hansmi.ch> Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Michael Hanselmann authored
It'll be used by another patch. Signed-off-by: Michael Hanselmann <public@hansmi.ch> Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Michael Hanselmann authored
These functions can be used by HTTP clients to authenticate against HTTP servers using the Basic and Digest algorithms as described in RFC2617. Most of the code is taken from modules/access/http.c, although it includes modifications to make it work as library functions and to fix some issues. The HTTP access module can be converted at a later point, but there's still some stuff needing cleanup first. These functions will be used for the Remote Audio Output Protocol plugin to authenticate VLC against RAOP-compatible devices if the user enabled password protection. Signed-off-by: Michael Hanselmann <public@hansmi.ch> Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Felix Paul Kühne authored
-
Rémi Duraffort authored
introduced by afce97e9).
-
Rémi Duraffort authored
-
Ilkka Ollakka authored
-
- 28 Jul, 2009 14 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
And clean it. Only Git revision is interested. You can't build contribs without Git.
-
ogg.k.ogg.k authored
Signed-off-by: Laurent Aimar <fenrir@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
NEVER TESTED.
-
Jean-Baptiste Kempf authored
-
Christophe Mutricy authored
EXTRA_DATA doesn't seem to be a "primary" even if DATA is and EXTRA is a valid prefix. Also i don't think .vlt are often rebuilt so it should be in clean rather than mostly clean
-
Laurent Aimar authored
It fixes at least RGB blending with opengl on little indian arch.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
Without this patch, all epehemere subpicture with the same start date are blended over the picture.
-
Anthony Loiseau authored
dialog_ProgressCreate can return NULL. For this case, only deal with the result if it is not NULL. Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-