- 24 Jan, 2008 6 commits
-
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
Qt4 - Basic implementation of the extensions. Seem to work :D Just .avi now, because we have no good list of extensions in the source code... :D Ref #763
-
Jean-Baptiste Kempf authored
Qt4 - Fix Compilation on CYGWin. This is a quick fix but not a solution. Again, MOC isn't given HAVE_CONFIG_H so it can't understand ENABLE_VLM or ENABLE_UPDATE. MOCFLAGs would fix that ?
-
Jean-Baptiste Kempf authored
Small fix for Windows compilation... gruiking because MOC doesn't understand #ifdef WIN32... Necessary to add a MOCFLAGS in configure.ac ?
-
Dennis van Amerongen authored
-
Dennis van Amerongen authored
-
- 23 Jan, 2008 20 commits
-
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Rémi Denis-Courmont authored
Missing some cases that I could not test. Also ffmpeg/chroma.c is locked, so I can but leave it broken. Fix is for the remaining modules is obvious and the issue is easy to detect.
-
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
-
Damien Fouilleul authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Qt4 - Put the dialog you are not likely to use during playback as QDialogs, meaning centered on MainInterface. VLM, Preferences, Errors, Podcast_Conf, GotoTime, Help.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
- Click on a point on the timeline goes to that point directly - Draging the timeline makes the position follow your draging - Hovering a point on the timeline gives you the time of the position under your cursor. This make break your neck, and kill your favourite ant, but I think this is not that wrong.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 22 Jan, 2008 14 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
- Don't free/delete stuff that belongs to LibVLC - closes #1397 for real. And this has nothing to do with [24331] or [24406].
-
Damien Fouilleul authored
-
Damien Fouilleul authored
vlc_threads.h: now that vlc_object_t is optional for mutexes, make sure that we deal with it properly
-
Rémi Denis-Courmont authored
Print messages directly to standard error if we don't have an object much like when malloc fails, though this time with UTF-8 support.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
Damien Fouilleul authored
vlc_threads: provide proper implementation of vlc_spinlock or WIN32 (Windows 2000 required), avoid runtime assert
-
Rafaël Carré authored
use intf_UserFatal when an error occurs while verifying the binary
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-