- 07 Feb, 2010 3 commits
-
-
Daniel Mierswa authored
See 9eb3e68fSigned-off-by: Daniel Mierswa <impulze@impulze.org> Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Daniel Mierswa authored
LIBS_dvdcss is vague since it's not it's own module but rather just accidently set on bsdi systems. Just do the check in the modules that need the hack now. Signed-off-by: Daniel Mierswa <impulze@impulze.org> Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Daniel Mierswa authored
Since we used AC_ARG_WITH(groupname) to indicate a group of options we definitely want the configure output sorted. Now we use EXTEND_HELP_STRING and do no longer abuse AC_ARG_WITH. Signed-off-by: Daniel Mierswa <impulze@impulze.org> Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
- 06 Feb, 2010 37 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
It remains impossible to enable/disable the filters themselves without the video output, though.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
* allow setting page all the time, * remove dummy exception, * fix an object leak, * remove impossible error, * fix apparently inverted logic.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Use freopen() or the logger... seriously. This was not even thread-safe (caboom if two messages come at the same time).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Also fix a potential crash in case of stale subscriber (print debug message to stderr).
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
The new repositories are now on git.videolan.org/vlc/bindings/ * java => jvlc.git * phonon => phonon.git * python-ctypes => python.git
-
Antoine Cellerier authored
-
Antoine Cellerier authored
Remove msleep() from vlm. It should work but testing is recommended. I'll take all the blame in case of issues :D.
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
Based on an idea from Jean-Philippe André
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Antoine Cellerier authored
Lua source code can be compiled into binary files to speedup loading using the luac command line utility. VLC will first try loading the .luac module and fallback to .lua if it fails. (And factorize code)
-
Antoine Cellerier authored
-
Rémi Denis-Courmont authored
This reverts commit 2e028db6. This violates segmentation when exiting Qt4 with the error dialog.
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-