- 05 Jun, 2010 7 commits
-
-
Ilkka Ollakka authored
VP8/webm profile defaults to 720p, which could be reasonable default imo. Not sure if people want to it to default to same resolution as input is.
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
JPeg authored
-
Rémi Denis-Courmont authored
-
- 04 Jun, 2010 2 commits
-
-
Rémi Denis-Courmont authored
Normally, the window will go on top of the stack of normal windows anyway. If not, we may need to force this, which is different from always-on-top in any case. Known issue: toggling video on top while in fullscreen is not implemented yet.
-
Ilkka Ollakka authored
-
- 03 Jun, 2010 7 commits
-
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
André Weber authored
-
Kai Lauterbach authored
The Fnordlicht-Class implements only parts of the fnordlicht-protocol: sync, stop, start_bootloader, boot_enter_application and fade_rgb Have a look at http://github.com/fd0/fnordlicht/raw/master/doc/PROTOCOL for more details. Signed-off-by:
André Weber <atmo@videolan.org>
-
Ilkka Ollakka authored
Now epg-content should update automaticly when user changes channel etc.
-
- 02 Jun, 2010 15 commits
-
-
Ilkka Ollakka authored
-
ivoire authored
Nnot every options are implemented right now, only the most wanted.
-
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.
-
JPeg 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.
-
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.
-
JPeg authored
As pointed by Rémi, only medias should be "openable" in VLC.
-
JPeg authored
Note: it looks like vlc_stat("C:") returns an error (Windows)
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Pierre Ynard authored
-
- 01 Jun, 2010 9 commits
-
-
Jean-Baptiste Kempf authored
-
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
Closes blocker #3262
-
Jean-Baptiste Kempf authored
Close #3700
-