- 04 Oct, 2011 6 commits
-
-
Pierre Ynard authored
-
Pierre Ynard authored
--rtsp-host was used to set vod configuration including the base path. Restore its parsing to fix this, and reset httpd configuration variables.
-
Pierre Ynard authored
-
Pierre Ynard authored
The HTTP output parses the dst parameter to set the http-host and http-port variables before calling the httpd, as discussed and approved by Rémi in http://mailman.videolan.org/pipermail/vlc-devel/2011-September/081916.html
-
Pierre Ynard authored
-
Pierre Ynard authored
This will allow normal variable inheritance
-
- 03 Oct, 2011 10 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This makes up for the lack of pa_context_rttime_free() in libpulse.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This should make life easier for *BSD support, and less error-prone on Linux. Unfortunately, this does not work for enumerations.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 02 Oct, 2011 24 commits
-
-
Pierre Ynard authored
Fix warning
-
Pierre Ynard authored
-
Pierre Ynard authored
-
Jean-Baptiste Kempf authored
Works-around #5396
-
Jean-Baptiste Kempf authored
-
Martin Storsjö authored
This is no longer necessary now, when the omxil module keeps track of the number of initializations of the OMX Core. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Sébastien Toque authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Martin Storsjö authored
This avoids deinitializing the global OMX Core if a second instance of the module is initialized (e.g. for testing whether it can handle decoding another stream) and deinitialized while the first instance still is active. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Martin Storsjö authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Tobias Güntner authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
This should fix a regression on non-FPU builds whereby the built-in downmix of some decoders was not used anymore.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
add_deprecated_alias does not work at all, so lets avoid it. Anyway, the remaining affected configuration items are not very commonly used. This works around #5266.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Exceptions: - decklink and shm new plugins in VLC 1.2, - imem not usable through VLC directly, - rtmp never compiled in VLC 1.1 (and VLC 1.2).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This should fix the warning about 8 not being a valid control type.
-