- Jan 05, 2010
-
-
Laurent Aimar authored
-
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
-
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>
-
ivoire authored
-
ivoire authored
-
Rémi Denis-Courmont authored
This fixes facce14d.
-
Christophe Mutricy authored
Looks like upstream has left TU berlin and his public_html expired
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Rémi Duraffort <ivoire@videolan.org>
-
- Jan 04, 2010
-
-
Jean-Baptiste Kempf authored
This will fix the launch of the web interface in lua on Windows.
-
dionoea authored
Use [[ ]] delimiter for string in order to prevent interpreting \ as an escape character. This should help fix lua related issues on windows.
-
Pierre authored
-
Pierre authored
-
Pierre 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>
-
dionoea authored
It's a bit blocky but a lot easier than a pixel perfect fix.
-