- 02 Jun, 2010 18 commits
-
-
Rémi Denis-Courmont authored
Certain LibVLC applications fail to call XInitThreads() before they call XOpenDisplay(). Then VLC calls XInitThreads(). Then the applications call XCloseDisplay(), which raises a segmentation fault. In this case, Xlib tries acquire lock that was never created as the Display ppinter was created before threaded Xlib mode was enabled. These applications can now pass --no-xlib to libvlc_new(). This will prevent any VLC Xlib-based plugin from being used. Currently, this affects interfaces (not really an issue), PulseAudio (until Colin's patch is merged upstream) and GLX (Xlib-based by design). This will be necessary to address #3662.
-
Rémi Denis-Courmont authored
-
Jean-Philippe André authored
Description of the bug: This freeze happened only on Windows (tested on XP & Wine), but not on Linux. If I only moved up the "killInstance()" line, then the freeze would happen only on Linux but not on Windows. In these cases the QDialog's destructor never returned.
-
Christian Masus authored
Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Ilkka Ollakka authored
We could use QPixmapCache here too, but I don't think it speeds up it any noticeable way, just makes code littlebit longer.
-
Jean-Philippe André authored
To open skins, you have to use a special command, thus a different ShellAssociation. Entries are not selected by default (as they may be associated to the VLC Skin Editor)
-
Jean-Philippe André authored
As pointed by Rémi, only medias should be "openable" in VLC.
-
Jean-Philippe André authored
Note: it looks like vlc_stat("C:") returns an error (Windows)
-
Jean-Philippe André authored
This reverts commit 80bd9600.
-
Jean-Philippe André authored
This reverts commit 3acea644.
-
Jean-Philippe André authored
This reverts commit 117c9423.
-
Jean-Baptiste Kempf authored
Sorry
-
Ludovic Fauvet authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ludovic Fauvet authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ludovic Fauvet authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ludovic Fauvet authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Sebastian Birk authored
The passed flags in the variable i_flags are now applied to the new node. This solves bug ticket #3690, where it was possible to delete the "Playlist" and "Media Library" nodes, since the read-only flag was not set for them.
-
Pierre Ynard authored
-
- 01 Jun, 2010 14 commits
-
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
The XVideo and X11 outputs can cope with this properly now
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
André Weber authored
source contained tabs, will commit again later (sorry for any trouble) This reverts commit 1af1e3b1.
-
Rémi Denis-Courmont authored
X11 inherits properties from the parent window by default. XVideo does not (typically) like ARGB visuals. To create plain RGB window on an ARGB window, we need to force the color map, background and border parameters to non-ARGB values. There is one remaining problem to enable ARGB support in Qt4: the Qt4 video widget has a transparent background by default. This is inadequate in fullscreen mode.
-
Kai Lauterbach authored
Fnordlicht - is a serial device with up to four channels - http://github.com/fd0/fnordlicht/raw/master/doc/PROTOCOL - http://github.com/fd0/fnordlicht/Signed-off-by: André Weber <atmo@videolan.org>
-
Ilkka Ollakka authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Closes blocker #3262
-
Jean-Baptiste Kempf authored
Close #3700
-
Pierre Ynard authored
-
Pierre Ynard authored
Identation
-
- 31 May, 2010 8 commits
-
-
Jean-Baptiste Kempf authored
Remove unneeded old patches Rename patche for consistency
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Resolution and Win32 threads have been merged upstream
-
Juho Vähä-Herttua authored
Signed-off-by: Ilkka Ollakka <ileoo@videolan.org> (cherry picked from commit c521391d) Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
Juho Vähä-Herttua authored
(cherry picked from commit 64188f7809f44b9b74f94e07bbd0381b398a6afa) Signed-off-by: Ilkka Ollakka <ileoo@iki.fi> (cherry picked from commit 5fd7ef49) Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
Jai Menon authored
SPUDEC : Bump up the capability value for the native decoder. This will be useful in the case where we want to selectively enable DVD subtitle decoding through libavcodec, but override it by default. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
This should work around #3547.
-
Rémi Denis-Courmont authored
-