- 08 Oct, 2008 14 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
No functionnal changes.
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Laurent Aimar authored
-
Derk-Jan Hartman authored
-
Sebastien Escudier authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 07 Oct, 2008 3 commits
-
-
Derk-Jan 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>
-
Geoffroy Couprie authored
-
Derk-Jan 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
-
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Alexis Ballier authored
See http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=c89bc900a3bf0d4c4c728ad378703970b4f14e18 for more details.
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
Also #undef some local macros. Still a lot of potential memleaks.
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort 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.
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
(cherry picked from commit b1aa0a1a)
-
Geoffroy Couprie authored
-
Geoffroy Couprie authored
-
Geoffroy Couprie authored
-
Jean-Baptiste Kempf authored
-
- 05 Oct, 2008 5 commits
-
-
Christophe Mutricy authored
Fix #2159
-
Daniel Mierswa 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
-
Daniel Mierswa authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Adrien Maglo authored
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>
-