- 25 Feb, 2010 14 commits
-
-
Rémi Denis-Courmont authored
-
Pierre d'Herbemont authored
And no the test is not broken. libvlc_media_get_tracks_info() is.
-
Pierre d'Herbemont authored
This reverts commit 9a2adcfd.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Oddly enough, this was correct in VLC 1.0.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Erwan Tulou authored
As for qt4, offering the possibility to deactivate automatic resizing is desirable. Reusing the qt parameter is not a problem for skins since qt4 is a prerequisite. TODO, rename this parameter with a more interface agnostic name since the need is for all interfaces.
-
Erwan Tulou authored
For a video control, default values are contradictory, in a sense that a video control is not resizable and autoresize is true. By default, this results in skins resizing to fit a new video, but the inner video not using this extra space. (see AirFlow for instance) This patch ensures that if autoresize is true, default behavior for a video control is to be resizeable.
-
- 24 Feb, 2010 19 commits
-
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Christophe Mutricy authored
-
Erwan Tulou authored
On windows, - libxml2 spawns a 'watchdog' thread, when statically linked. - libqt4 spawns a 'watcher' thread. These threads clean up remaining ressources once their initiator thread has terminated. So, the associated dll must NOT be freed explicitly and blindly. Since there is no means to know when these 'cleanup' threads terminate, the safe approach is to not free the dlls and let freeing occur when vlc terminates.
-
Rémi Denis-Courmont authored
-
Jakob Leben authored
-
Jean-Baptiste Kempf authored
Close #3333
-
Rémi Denis-Courmont authored
Apparently, running make check when adding test cases is too difficult.
-
Rémi Denis-Courmont authored
This reverts commit 786292c3. Apparently, compiling libvlccore (on any platform) is too much to ask.
-
Rémi Denis-Courmont authored
This reverts commit 027b4402.
-
Erwan Tulou authored
On Windows, skins with on top set were still visible in fullscreen mode This patch makes fullscreen also a topmost window.
-
Pierre d'Herbemont authored
lua need them. Also fix an obvious leak.
-
Pierre d'Herbemont authored
-
Jakob Leben authored
-
Jakob Leben authored
-
Erwan Tulou authored
Skins did not offer a simple way to get back to normal speed once user had clicked several times on either slower or faster rates. This patch automatically resets rate to normal if user presses play/pause when an input is already launched. (as suggested in trac #2412)
-
Jean-Baptiste Kempf authored
-
Erwan Tulou authored
-
- 23 Feb, 2010 7 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Christophe Mutricy authored
-