- 31 Jul, 2009 4 commits
-
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
- 30 Jul, 2009 28 commits
-
-
Pierre Ynard authored
They are an overlook from the removal of the thread serialization
-
Laurent Aimar authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Felix Paul Kühne authored
This includes [eb241138f52e7fbf1e83b07791bad007e2c2f3c6], [fb5108db888105b7fd07f89aaee5eb979ec8be15], [b8d90e93024e3e3f816f6a37d4c8933cdbbc8592], [acb8baa1e5e0d490353d92bbc1cf5902a3bdd792]. Regrettably, these weren't cherry-pickable.
-
Felix Paul Kühne authored
-
Rémi Duraffort authored
-
ogg.k.ogg.k authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort 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 8 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>
-