- 01 Jun, 2010 10 commits
-
-
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 13 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
-
Rémi Denis-Courmont authored
This fixes #3626.
-
Jean-Philippe André authored
Without the shortcut, it is not possible to start the access_demux for skins, as the full URL is set to file://<path>.vlt Now we can read skins packages as in earlier versions: $ vlc your_skin.vlt
-
Jean-Philippe André authored
-
Jean-Philippe André authored
-
Pierre Ynard authored
-
- 30 May, 2010 17 commits
-
-
Jean-Baptiste Kempf authored
Ref #3630
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Notably: do the difference between Unknown and Unsupported Elements so the bug reports are cleaner do comment deprecated stuff
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This saves one thread. Previously, the main thread was doing nothing.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This is more flexible than the current libvlc_InternalWait() which requires a thread that does nothing for the whole lifetime of VLC.
-
Rémi Denis-Courmont authored
This should fix VLC reporting an interface error if it is interrupted early.
-
Jean-Philippe André authored
As the "descriptor" function is called with absolutely no libraries loaded, even the built-in "require" function is not present at scan time. This closes #3453. Note: this is a bit of a hack, but I prefer not to load any libs when scanning the available extensions Remove some useless debug, too
-
Jean-Philippe André authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
This reverts commit a9175056.
-