- 29 May, 2010 22 commits
-
-
Laurent Aimar authored
It doesn't belong to the input.
-
Laurent Aimar authored
-
김정은 authored
Signed-off-by: Ilkka Ollakka <ileoo@videolan.org> (commited with --author, no git-format patch was send to vlc-devel even if requested)
-
Rémi Denis-Courmont authored
Currently, this is not used anywhere, but better have it for forward compatibility. This is not as elegant as a dedicated libvlc function call. But there is no other way to set a parameter before libvlc_InternalInit() is called by libvlc_new(), short of changing the libvlc_new() prototype (again). And that would probably be worse.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
In theory, we should check that there is only one slash per token, but it is not really dangerous.
-
Rémi Denis-Courmont authored
First, we should not let user shoot themselves in the foot. But most importantly, we need to validate the string as it is marked as a safe option (especially CRLF there could be disastrous).
-
Rémi Denis-Courmont authored
RFC2616 requires a space-separated list of names[/versions]
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The new config value is duplicated, and the copy is stored to the configuration. After the configuration R/W lock is released, we have no warranty that another thread does not change the same configuration item, and free our own copy. Admittedly, this is very unlikely. Instead, we can simply pass the original string from the caller to the callback - that one must remain valid through the config_PutPsz() function call by definition.
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
And remove patch applied upstream. Keep the same change as libebml for win32 buildsystem
-
Jean-Baptiste Kempf authored
Remove 2 patches applied upstream, add another one :)
-
Ilkka Ollakka authored
See #3613
-
Rémi Denis-Courmont authored
VLC would not be redistributable.
-
Rémi Denis-Courmont authored
The LUA interface is unmaintained, enough waiting. Works around #3623, #3627, #3687, #3691.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Otherwise we cannot render videos with X11 (and fallback to non-embedded SDL or ASCII).
-
- 28 May, 2010 5 commits
-
-
Oleksandr Natalenko authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Jai Menon authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
- 27 May, 2010 9 commits
-
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Jai Menon authored
Signed-off-by: Laurent Aimar <fenrir@videolan.org>
-
Ilkka Ollakka authored
-
Rémi Denis-Courmont authored
... so that waitpid() works even if our parent process ignores SIGCHLD (SIG_IGN is preserved across exec*()).
-
Ilkka Ollakka authored
-
Keary Griffin authored
Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
- 26 May, 2010 4 commits
-
-
Laurent Aimar authored
I don't understand why the test would be needed, you do receive data only if the ES is selected.
-
Laurent Aimar authored
-
Jean-Baptiste Kempf authored
This was broken after the extension merge. Close #3665
-
Laurent Aimar authored
I highly doubt that the osd register/clear functions are usable...
-