- 04 Oct, 2011 21 commits
-
-
Jean-Baptiste Kempf authored
Code done by Laurent Aimar
-
Jean-Baptiste Kempf authored
This is work done by Rémi Denis-Courmont
-
Jean-Baptiste Kempf authored
Code is Pierre Ynard, aka linkfanel
-
Jean-Baptiste Kempf authored
Missing a "Lesser" in the legal part
-
Rémi Denis-Courmont authored
We need PutImage meaning the Input and the Image bits in type mask. Output adapters are rather rare (the _exotic_ Xorg V4L2 driver is one).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
Cool hints: - If your header doesn't match "Lesser" 3 times, you are not good - If you use LGPLv2, you are not good - If you use the old FSF address, you are not good
-
Jean-Baptiste Kempf authored
Main author is Keary Griffin Contributors are: - Rémi Denis-Courmont Indirect contributors (mostly includes and parenthesis) are: - Laurent Aimar - Sam Hocevar - Antoine Cellerier - Jérome Decoodt - Clément Stenac - Rémi Duraffort - Jean-Paul Saman - Christophe Massiot - Gildas Bazin
-
Pierre Ynard authored
-
Pierre Ynard authored
-
Pierre Ynard authored
-
Pierre Ynard authored
And reset the rtsp-host variable accordingly. This was broken since you couldn't set a base path without passing garbage as the host name.
-
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 9 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>
-