- 16 Feb, 2012 10 commits
-
-
Felix Paul Kühne authored
(cherry picked from commit 04c6044391727cf9567ffbcc3c25fa7e8ad8a91f)
-
Felix Paul Kühne authored
macosx: provide a way to hide the dropzone eventhough the playlist is empty (just press the toggle pl button) close #5925 (cherry picked from commit 7f63022f8a94871fd6ca1be2c9c69660ff1d7f6e)
-
Felix Paul Kühne authored
(cherry picked from commit b041630bf508e5ea800e975e6fdbe35a6b953545)
-
Felix Paul Kühne authored
macosx: when opening subtitles while playing a movie, try to add them to the clip instead of the playlist (cherry picked from commit 6a6539f9)
-
Sébastien Escudier authored
(cherry picked from commit 212e7579d65364ed3e749594052b028db8ccf2cb) Signed-off-by:
Sébastien Escudier <sebastien-devel@celeos.eu>
-
Rafaël Carré authored
It'll be valid the first time this function is called (cherry picked from commit f4fb3707) Signed-off-by:
Felix Paul Kühne <fkuehne@videolan.org>
-
Rafaël Carré authored
The VLC interface object might not exist at that point (cherry picked from commit a12214d2927d8d3ba177818356e2985d8156b2b5) Signed-off-by:
Felix Paul Kühne <fkuehne@videolan.org>
-
Rafaël Carré authored
Use boolean for those variables (cherry picked from commit 220a9ee4) Signed-off-by:
Felix Paul Kühne <fkuehne@videolan.org>
-
Rafaël Carré authored
It saves quite a bit of CPU time over when VLCIntf is accessed several times. (cherry picked from commit a8a01ed0307bca22db3f63a4af679da60e266327) Signed-off-by:
Felix Paul Kühne <fkuehne@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit 20bfa22bb4f8ee7700aed026f9ea968a4699bbaa) Signed-off-by:
Felix Paul Kühne <fkuehne@videolan.org>
-
- 15 Feb, 2012 11 commits
-
-
Felix Paul Kühne authored
(cherry picked from commit cc306d3616a8fecb6d85673407534ef8dcf9727b)
-
David Fuhrmann authored
Signed-off-by:
Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit e6d4348b075ff923f03c82a35925f8410daa70ca)
-
Damien Erambert authored
Signed-off-by:
Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit 4e43f2c8b9e6ddf7c83e7cc509f95a0dded6bea5)
-
David Fuhrmann authored
fixes #6048 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit ef8a9e7e3aef1d64a969047059ba5c8ad6c6873b) 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> (cherry picked from commit 79240eea54682736742dda87d26db27478f569ed) 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> (cherry picked from commit 2661f755cc8b787f5838d76f2574fc8966206cf5) 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> (cherry picked from commit def306c55eecc85178251c5ed0d3a36728dfc367) 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> (cherry picked from commit f54b9825b022d1c81d734ed8ebad5fc16faba5af) 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 (cherry picked from commit cf8441a23c17e1f17feedfd8681f0d846cb7d19b)
-
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 (cherry picked from commit 7665bfa3) Signed-off-by:
Konstantin Pavlov <thresh@videolan.org>
-
Jean-Baptiste Kempf authored
The faster way to seek does not work on win32, for some reason Close #6006 (cherry picked from commit 3d493727) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 14 Feb, 2012 5 commits
-
-
Jean-Baptiste Kempf authored
Close #6027 (cherry picked from commit c0433c8bbe69b5a5aa5ea603a77068d29c1c0d4f) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
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) (cherry picked from commit 55c6f688)
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
-
Rafaël Carré authored
(cherry picked from commit fece3fcf) Signed-off-by:
Rafaël Carré <funman@videolan.org>
-
- 13 Feb, 2012 1 commit
-
-
Christophe Mutricy authored
Fix compilation on Powerpc *nix Signed-off-by:
Christophe Mutricy <xtophe@chewa.net>
-
- 12 Feb, 2012 13 commits
-
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
macosx: implemented the sidebar completely to support switching between the playlist's top-level nodes (fixes #4944) (cherry picked from commit 59a02878)
-
Jean-Baptiste Kempf authored
Close #5872 (cherry picked from commit c7b49343) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Christophe Mutricy authored
-
Felix Paul Kühne authored
(cherry picked from commit a97866c8)
-
Marián Hikaník authored
Signed-off-by:
Christophe Mutricy <xtophe@chewa.net>
-
Felix Paul Kühne authored
(cherry picked from commit 09eb7369)
-
Benjamin Drung authored
And not for in-tree running Close: #5111 Signed-off-by:
Christophe Mutricy <xtophe@videolan.org> (cherry picked from commit f2b874d5) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
macosx_vout: fixed flicker when resizing the vout through AR or crop changes as suggested by David Fuhrmann (cherry picked from commit 546bfa6b) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Christophe Mutricy authored
And add a symlink ku symlink to it. Acording to wikipedia 80% of kurdish speaker understand this dialect. User can still select Sorani with proper locales setup
-
Christophe Mutricy authored
-
Praveen Illa authored
With the good file this time Signed-off-by:
Christophe Mutricy <xtophe@chewa.net>
-
Praveen Illa authored
Signed-off-by:
Christophe Mutricy <xtophe@chewa.net>
-