- 01 Jun, 2010 3 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Closes blocker #3262 (cherry picked from commit d24e4588) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #3700 (cherry picked from commit 8cfa162d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 31 May, 2010 6 commits
-
-
Rémi Denis-Courmont authored
This should work around #3547. (manually cherry picked from c6ab3932)
-
Rémi Denis-Courmont authored
This fixes #3626. (cherry picked from commit 83ffb866)
-
Juho Vähä-Herttua authored
Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
Ilkka Ollakka authored
(cherry picked from commit cafb4269) Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
Ilkka Ollakka authored
(cherry picked from commit 902605ba) Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
Ilkka Ollakka authored
Basicly sets setting to empty or default. Shouldn't affect others than x264-module. (cherry picked from commit 36886f82) Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
- 30 May, 2010 14 commits
-
-
Jean-Baptiste Kempf authored
Ref #3630 (cherry picked from commit 2ffc955f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Philippe André authored
As the "descriptor" function is called with absolutely no libraries loaded, even the built-in "require" function is not present at scan time. This closes #3453. Note: this is a bit of a hack, but I prefer not to load any libs when scanning the available extensions Remove some useless debug, too (cherry picked from commit 860b78b3) Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Jean-Philippe André authored
(cherry picked from commit 3339c90e) Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Rémi Duraffort authored
-
Rémi Duraffort authored
(cherry picked from commit b9dc215e) Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Rémi Duraffort authored
(cherry picked from commit fec5ea6a) Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Rémi Duraffort authored
(cherry picked from commit 71a9a90c) Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Rémi Denis-Courmont authored
The main interface went always-on-top when the video widget was created but it failed to return to normal state when the video widget was destroyed. (cherry picked from commit ac1b335c)
-
Rémi Denis-Courmont authored
(cherry picked from commit 4b435093)
-
Rémi Denis-Courmont authored
(cherry picked from commit 031dec33)
-
Rémi Denis-Courmont authored
(cherry picked from commit a0c1d2cc) Conflicts: modules/video_output/Modules.am
-
Rémi Denis-Courmont authored
We have the same bug in several outputs (SDL, AA, CACA), so lets make the solution generic. (cherry picked from commit cb72d26f)
-
Juho Vähä-Herttua authored
(cherry picked from commit 64188f7809f44b9b74f94e07bbd0381b398a6afa) Signed-off-by: Ilkka Ollakka <ileoo@iki.fi>
-
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 (cherry picked from commit bf66354d)
-
- 29 May, 2010 17 commits
-
-
Jai Menon authored
Signed-off-by: Laurent Aimar <fenrir@videolan.org> (cherry picked from commit 7b1053aa) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
김정은 authored
Signed-off-by: Ilkka Ollakka <ileoo@videolan.org> (commited with --author, no git-format patch was send to vlc-devel even if requested) (cherry picked from commit 6650cb88) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
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 (cherry picked from commit 8ca53bfd) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ajith Manjula authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Dean Lee authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Cristian Secară authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Fumio Nakayama authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Rémi Denis-Courmont authored
(cherry picked from commit 2098f785)
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
-
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. (cherry picked from commit ae16ebf3)
-
Rémi Denis-Courmont authored
(cherry picked from commit cdb6faf0)
-
Rémi Denis-Courmont authored
(cherry picked from commit affc7db0)
-
Rémi Denis-Courmont authored
(cherry picked from commit 3d37be4f) Conflicts: share/lua/sd/appletrailers.lua
-
Rémi Denis-Courmont authored
In theory, we should check that there is only one slash per token, but it is not really dangerous. (cherry picked from commit c10f4954)
-
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). (cherry picked from commit 2656ae56) Conflicts: modules/access/http.c
-
Rémi Denis-Courmont authored
RFC2616 requires a space-separated list of names[/versions] (cherry picked from commit f1dac78a)
-