- 15 Feb, 2012 14 commits
-
-
Rafaël Carré authored
Use boolean for those variables
-
Rafaël Carré authored
The VLC interface object might not exist at that point
-
Rafaël Carré authored
It saves quite a bit of CPU time over when VLCIntf is accessed several times.
-
Felix Paul Kühne authored
-
Francois Cartegnie authored
-
David Fuhrmann authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Damien Erambert authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
David Fuhrmann authored
fixes #6048 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
David Fuhrmann authored
This is especially needed, when a video finishes and the next item in playlist is an audio file. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
David Fuhrmann authored
makes sure that the non-embedded window fade out properly, also leaves the main windows visible, the user wants to probably see it when it is on another display Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
David Fuhrmann authored
this is expecially important when MainWindow is on one screen and non-embedded window on the other Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
David Fuhrmann authored
this fixes the issue that nonembedded window was not allowed to resize itself (e.g. after aspect ratio change) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
macosx: make sure the interface doesn't leak any inputs. fixes crashes on quit after adding a file to the playlist
-
Jean-Baptiste Kempf authored
The faster way to seek does not work on win32, for some reason Close #6006
-
- 14 Feb, 2012 20 commits
-
-
Hugo Beauzée-Luyssen authored
-
Jean-Baptiste Kempf authored
Close #6027
-
Felix Paul Kühne authored
macosx: since Cocoa expects the main thread to quit (and needs to run on the main thread in the first place), we cannot join the macosx intf's thread (fixes #6026)
-
Samuel Pitoiset authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Hugo Beauzée-Luyssen authored
-
Christopher Mueller authored
Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
-
Christopher Mueller authored
Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
-
Christopher Mueller authored
Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
-
Christopher Mueller authored
Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
-
Christopher Mueller authored
Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
-
Christopher Mueller authored
Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
-
Christopher Mueller authored
Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
-
Christopher Mueller authored
Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
-
Christopher Mueller authored
Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
-
Christopher Mueller authored
Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
-
Christopher Mueller authored
Signed-off-by: Christopher Mueller <christopher.mueller@itec.aau.at> Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
-
Christopher Mueller authored
Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
-
Christopher Mueller authored
Signed-off-by: Christopher Mueller <christopher.mueller@itec.aau.at> Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
-
Konstantin Pavlov authored
COPYING: use http://www.gnu.org/licenses/gpl-2.0.txt COPYING.LIB: use http://www.gnu.org/licenses/lgpl-2.1.txt As described in FAQ, one shall not trim those down: http://www.gnu.org/licenses/old-licenses/gpl-2.0-faq.html#GPLOmitPreamble
-
Rafaël Carré authored
-
- 13 Feb, 2012 6 commits
-
-
Christophe Mutricy authored
Fix compilation on Powerpc *nix
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Ilkka Ollakka authored
-
Francois Cartegnie authored
Some pluzz streams are only available on shows pages.
-
Juha Jeronen authored
modules/codec/dirac.c: use ENC_MCBLK_HEIGHT_TEXT as UI label, not ENC_MCBLK_HEIGHT (consistent with ENC_MCBLK_WIDTH_TEXT) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-