- 30 May, 2010 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
We have the same bug in several outputs (SDL, AA, CACA), so lets make the solution generic.
-
Rémi Denis-Courmont authored
This is consistent with the current mouse filter, and how people tend to interpret the horizontal and vertical words. Until now, VLC would refer to the rotational axis direction rather than the direction of the changed dimension. Fixes: LB#568750
-
- 29 May, 2010 26 commits
-
-
Jean-Baptiste Kempf authored
Close #3573 How can the size of a widget be bigger than the size of its parent window? Really weird Qt bug
-
Dean Lee authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Michał Trzebiatowski authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Rémi Denis-Courmont authored
-
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 6 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
-