- 13 Aug, 2009 3 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 12 Aug, 2009 20 commits
-
-
Laurent Aimar authored
At least, ES track switching became really slow (the data for the associated ES are not buffered as the decoder is not present).
-
Laurent Aimar authored
-
Laurent Aimar authored
There is still a problem when the Gui itself has "on top" set.
-
Rémi Denis-Courmont authored
Pointed-out-by: Jean-Baptiste Kempf
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This fixes always-on-top going away when toggling full-screen and back.
-
Rémi Denis-Courmont authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
We were accessing some main interface variables from random threads without serialization. This simply moves the blocking connection signal from sole size setting to the whole video widget request call. In the process, we can remove two signals. We still need a blocking connection signal. It does not add any new deadlock case, since there was already blocking connection signal in the same call and in the same direction.
-
Rémi Denis-Courmont authored
(Otherwise we would be in trouble whenever VLC crashes)
-
Pierre Ynard authored
Remove repeated code
-
Pierre Ynard authored
The call was broken, but still worked, but only half-way...
-
Jean-Baptiste Kempf authored
Remove the ShowIntf module. It doesn't make sense when MacOS and Qt gui have a fullscreen controller.
-
Pierre Ynard authored
Fix build on Win32
-
- 11 Aug, 2009 17 commits
-
-
Jakob Leben authored
This patch fixes the crash when a node is selected together with it's children and then deleted Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Francois Cartegnie authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
There is a slight ambiguity as to what VOUT_WINDOW_SET_SIZE should do when in full-screen mode though.
-
Erwan Tulou authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jakob Leben authored
Drop enabled only inside Playlist and Media player, not Podcast and other Internet sources... Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
(This does NOT fix the RC pause deadlock)
-
Jean-Baptiste Kempf authored
-