- 30 Jul, 2009 23 commits
-
-
ivoire authored
-
ivoire authored
-
ivoire authored
-
Felix Paul Kühne authored
This includes [eb241138f52e7fbf1e83b07791bad007e2c2f3c6], [fb5108db888105b7fd07f89aaee5eb979ec8be15], [b8d90e93024e3e3f816f6a37d4c8933cdbbc8592], [acb8baa1e5e0d490353d92bbc1cf5902a3bdd792]. Regrettably, these weren't cherry-pickable.
-
Felix Paul Kühne authored
-
ivoire authored
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
ivoire authored
-
ivoire authored
-
ivoire authored
-
ivoire authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
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.
-
dionoea 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.
-
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>
-
Authentication will need this. Signed-off-by:
Michael Hanselmann <public@hansmi.ch> Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
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>
-
Signed-off-by:
Michael Hanselmann <public@hansmi.ch> Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
It's needed for authentication. Signed-off-by:
Michael Hanselmann <public@hansmi.ch> Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
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>
-
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
-
ivoire authored
-
Ilkka Ollakka authored
-
- 28 Jul, 2009 1 commit
-
-
Jean-Baptiste Kempf authored
-