- 08 Oct, 2008 5 commits
-
-
ivoire authored
-
ivoire authored
-
Laurent Aimar authored
-
hartman authored
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 07 Oct, 2008 3 commits
-
-
hartman authored
Have a look at the path HKEY_CLASSES_ROOT\Applications\vlc.exe\shell\Play\command in the registry. In my registry under Vista 32 EN Business the value is C:\Program Files\VideoLAN\VLC\vlc.exe --started-from-file "%1" Normally, it should read "C:\Program Files\VideoLAN\VLC\vlc.exe" --started-from-file "%1" Windows Explorer accepts both variants but the first one causes problems when trying to call that command from self-written programs. Reported by Stefan <vbtricks gmx.net>
-
geal authored
-
hartman authored
It has little benefits in general, (esp. in our usecase) and huge disadvantages for files on network mounts. "Basically, IOKit should be so fast and efficient, that there are few usecases left for mmap() on Darwin."
-
- 06 Oct, 2008 18 commits
-
-
hartman authored
-
hartman authored
-
ivoire authored
-
ivoire authored
-
ivoire authored
Also #undef some local macros. Still a lot of potential memleaks.
-
ivoire authored
-
ivoire authored
-
ivoire authored
-
ivoire authored
-
ivoire authored
-
Rémi Denis-Courmont authored
We don't need an explicit barrier when setting initialized from vlc_mutex_init(). The caller shall synchronize memory after vlc_mutex_init() from any thread calling vlc_mutex_lock() anyway, since locking an unitialized non-static mutex is undefined.
-
hartman authored
-
hartman authored
(cherry picked from commit b1aa0a1a872627bb6bf6d94fea8145f4b6c3fccd)
-
geal authored
-
geal authored
-
geal authored
-
Jean-Baptiste Kempf authored
-
- 05 Oct, 2008 14 commits
-
-
Christophe Mutricy authored
Fix #2159
-
impulze authored
when --enable-libcdio was passed to configure, vcdinfo was searched and linked against if found (only do that when vcdinfo wasn't disabled) Signed-off-by:
Christophe Mutricy <xtophe@videolan.org>
-
Christophe Mutricy authored
-
impulze authored
Signed-off-by:
Christophe Mutricy <xtophe@videolan.org>
-
Redefine vlc_dictionary_clear() and vlc_dictionary_remove_value_for_key() Allow passing a pointer to a function and an opaque pointer in order to free the memory if the values of the dictionary contain allocated memory. Signed-off-by:
Rémi Duraffort <ivoire@videolan.org>
-
ivoire authored
-
ivoire authored
-
ivoire authored
-
ivoire authored
-
ivoire authored
-
ivoire authored
-
ivoire authored
-
Kaarlo Raiha authored
Signed-off-by:
Rémi Denis-Courmont <rdenis@simphalempin.com>
-
Rémi Denis-Courmont authored
-