- 31 May, 2010 5 commits
-
-
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 34 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.
-
Rémi Denis-Courmont authored
If the main interface does not contain any video, it has no business with the video-on-top flag.
-
Rémi Denis-Courmont authored
This presumptively fixes a probable race condition. For the umpteenth time, never ever make any Qt4 UI call from the video output thread!!
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The main interface went always-on-top when the video widget was created but it failed to return to normal state when the video widget was destroyed.
-
Rémi Denis-Courmont authored
Unfortunately, according to the Qt4 documentation, changing the window flags hides the window (until show() is called). So I guess there is no way to toggle the on-top mode without the ugly blinking effect. Then, try to minimize its occurences.
-
Laurent Aimar authored
block_FifoWake does not work as I thought.
-
Laurent Aimar authored
-
Laurent Aimar authored
If false, the vout core will use a thread to dispatch key events. It reimplement [cb72d26f] using a bit less code and by adding support for multiple keys pressed in a row. The thread is created only if needed.
-
Laurent Aimar authored
This reverts commit cb72d26f.
-
Laurent Aimar authored
This reverts commit a0c1d2cc.
-
Laurent Aimar authored
This reverts commit 031dec33.
-
Laurent Aimar authored
This reverts commit 4b435093.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
We have the same bug in several outputs (SDL, AA, CACA), so lets make the solution generic.
-
Rémi Denis-Courmont authored
This is consistent with the current mouse filter, and how people tend to interpret the horizontal and vertical words. Until now, VLC would refer to the rotational axis direction rather than the direction of the changed dimension. Fixes: LB#568750
-
- 29 May, 2010 1 commit
-
-
Jean-Baptiste Kempf authored
Close #3573 How can the size of a widget be bigger than the size of its parent window? Really weird Qt bug
-