- 09 Oct, 2010 3 commits
-
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
lua_extensions: no need to lock the object as we are inside a call to module need with a freshly created object.
-
- 08 Oct, 2010 21 commits
-
-
Rafaël Carré authored
separate path to ./configure and options -> we can disable specific options for win64
-
Rafaël Carré authored
It is not defined on windows 64
-
Rafaël Carré authored
gecko-win32 -> gecko build dirac don't make ffmpeg depend on libvpx don't build portaudio patch x264 to link x264.exe with -liberty (debian's amd64 runtime hasn't getopt) patch pthreads to link with libws2_32 instead of libwsock32
-
Steinar H. Gunderson authored
This patch adds encode support to the LPCM module; only the DVD variant for now. It's not been tested with any other clients than VLC. The rationale for this functionality is relatively simple -- LPCM is currently the only low-latency codec that VLC supports and that can be embedded in a TS stream. Longer-term support for other low-latency codecs would be good, but if you're not particularly bandwidth-constrained and need low latency, this is currently the best option I know of. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
Paths for error message must be UTF-8; they were locale. Paths for probing must be UTF-8 also, as vlc_fopen() does the conversion to locale internally.
-
Rémi Denis-Courmont authored
Paths given to msg_*() function must be UTF-8, not local.
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
Rafaël Carré authored
schroedinger doesn't depend on orcc anymore
-
Rafaël Carré authored
Force MAKEFLAGS=-j1
-
Rafaël Carré authored
make sure they are copied only after all contribs have been built
-
Rafaël Carré authored
as suggested by courmisch
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 07 Oct, 2010 9 commits
-
-
Rafaël Carré authored
Where X is the number of CPU detected on Linux, or 1 TODO: detection on BSD, OSX, etc...
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Sébastien Escudier authored
-
Sébastien Escudier authored
-
Rafaël Carré authored
-
Rafaël Carré authored
helps when paths have a space in them (/c/Program Files/...)
-
Rafaël Carré authored
-
Rafaël Carré authored
This reverts commit 5ff88fe4. Patch applied upstream
-
- 06 Oct, 2010 7 commits
-
-
Rafaël Carré authored
patch sent upstream
-
Rémi Denis-Courmont authored
-
Rémi Duraffort authored
lua_input: grab the input lock only one time when reading the metas (do not lock/unlock for each meta).
-
Rémi Duraffort authored
-
Rafaël Carré authored
fix configuration with mingw on Linux Acked-on-IRC-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Erwan Tulou authored
this should fix https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/521850 Tested successfully with compiz and metacity Todo: adapt configure.ac to ensure XPM is available for skins2 (as done with mozilla)
-
Rafaël Carré authored
-