- 05 Jan, 2010 7 commits
-
-
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 33 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
-
Antoine Cellerier authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
instead print where the script should be for zsh to find it some cleaning of the script & its output
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
No maintainer showed up. It is broken in many ways and there is virtually no streams using that...
-
Jean-Baptiste Kempf authored
Unmaintained and no maintainer showed up
-
Jean-Baptiste Kempf authored
No maintainer, buggy code and no major feature in. Sorry guys
-
Antoine Cellerier authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
We register callbacks, so we might as well keep track of the playlist. This avoids pointless hold/release atomic ops and simplifies the code.
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
We really don't want any video codec which runs on the CPU
-
Rafaël Carré authored
Disable unsupported ARM instruction sets
-
Rafaël Carré authored
-
Rafaël Carré authored
They will complete even if the alias isn't present in PATH though Also explicit the need to remove completion cache
-
Rafaël Carré authored
This reverts commit 2e024847. Conflicts: extras/contrib/Makefile We can't use a fat set of contribs, because the headers do differ between 32bits & 64 bits builds example: ../x86_64-apple-darwin10/include/freetype2/freetype/config/ftconfig.h 2010-01-04 12:49:02.000000000 +0100 +++ ../i686-apple-darwin10/include/freetype2/freetype/config/ftconfig.h 2010-01-04 12:47:12.000000000 +0100 @@ -80,7 +80,7 @@ #ifdef FT_USE_AUTOCONF_SIZEOF_TYPES #define SIZEOF_INT 4 -#define SIZEOF_LONG 8 +#define SIZEOF_LONG 4 Moreover the pkgconfig & *-config files still referenced the x86_64 directory
-
Rafaël Carré authored
This reverts commit 65ed93af.
-
Rafaël Carré authored
This reverts commit 5a20b90e.
-