- 05 Jan, 2010 31 commits
-
-
Pierre Ynard authored
-
Laurent Aimar authored
-
Erwan Tulou authored
This patch fixes the following : - skins are now sorted alphabetically (Linux issue only) - the current skins is checked in list (instead of the first skins in list)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
-
Laurent Aimar authored
This reverts commit d98e43b1. Sorry for the mess, missed it in the git rebase.
-
Laurent Aimar authored
It applies hardware overlay constraints on a RECT.
-
Laurent Aimar authored
This reverts commit e145f5a5bb6d61d67a8b9a6d1a4f1b33976c8ff6.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Pierre Ynard authored
-
Pierre Ynard authored
-
Pierre Ynard authored
-
Erwan Tulou authored
var_Change with VLC_VAR_SETVALUE showed a memory leak when dealing with a STRING variable. The pf_dup function must not be called directy with a parameter passed by the caller. otherwise, a reference is lost (memory leak) Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
This fixes facce14d.
-
Christophe Mutricy authored
Looks like upstream has left TU berlin and his public_html expired
-
Francois Cartegnie authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Vicente Jimenez Aguilar authored
Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
- 04 Jan, 2010 9 commits
-
-
Jean-Baptiste Kempf authored
This will fix the launch of the web interface in lua on Windows.
-
Antoine Cellerier authored
Use [[ ]] delimiter for string in order to prevent interpreting \ as an escape character. This should help fix lua related issues on windows.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Christophe Mutricy authored
-
Adrian Knoth authored
When you try to capture from JACK, this is only possible with the "oldstyle" jackd-0.x. If you want to use the newer, SMP-capable jack2, the VLC inputs cannot be connected: Cannot connect ports owned by inactive clients: "vlc-input-26611" is not active Cannot connect ports owned by inactive clients: "vlc-input-26611" is not active Unlike jack1, jack2 expects the process callback function to return 0. The attached patch fixes this problem. It's been already fixed the same way in the jack output plugin (see modules/audio_output/jack.c:290). Taken from Debian bug #532339 (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532339) Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Antoine Cellerier authored
It's a bit blocky but a lot easier than a pixel perfect fix.
-
Antoine Cellerier authored
-