- 21 Apr, 2012 9 commits
-
-
Rafaël Carré authored
(cherry picked from commit 56b36ede) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
David Fuhrmann authored
(cherry picked from commit 69d5d9ae) Signed-off-by: David Fuhrmann <david.fuhrmann@googlemail.com>
-
David Fuhrmann authored
Especially this is needed when fullscreen is true in video prefs, but video has not started yet. (cherry picked from commit a0000ece) Signed-off-by: David Fuhrmann <david.fuhrmann@googlemail.com>
-
David Fuhrmann authored
this is needed especially for black ui style (cherry picked from commit 2f6670cc) Signed-off-by: David Fuhrmann <david.fuhrmann@googlemail.com>
-
David Fuhrmann authored
- do not allow to collapse the window - block the playlist menu item for now, when video is playing (cherry picked from commit 44a76495) Signed-off-by: David Fuhrmann <david.fuhrmann@googlemail.com>
-
David Fuhrmann authored
This also check if we should go to fullscreen at video startup (setting in video tab). (cherry picked from commit daceb544) Signed-off-by: David Fuhrmann <david.fuhrmann@googlemail.com>
-
David Fuhrmann authored
This would break fullscreen state when we are in fullscreen and another video starts. (cherry picked from commit f16e5943) Signed-off-by: David Fuhrmann <david.fuhrmann@googlemail.com>
-
David Fuhrmann authored
(cherry picked from commit 761eabba) Signed-off-by: David Fuhrmann <david.fuhrmann@googlemail.com>
-
Rafaël Carré authored
(cherry picked from commit 4644b706) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
- 20 Apr, 2012 12 commits
-
-
David Fuhrmann authored
(cherry picked from commit bbb54a75) Signed-off-by: David Fuhrmann <david.fuhrmann@googlemail.com>
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
David Fuhrmann authored
(cherry picked from commit 6999ff1d) Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
David Fuhrmann authored
...hopefully. This avoids distorted images, and also preserves a correct ar, even on crop 1:1. refs #6080 (cherry picked from commit 4a1c818c) Conflicts: modules/video_output/macosx.m Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
David Fuhrmann authored
macosx: allow a smaller min-height when video is playing and currently visible in order to get more exact zoom behaviour (cherry picked from commit 884199d8) Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
David Fuhrmann authored
(cherry picked from commit 1930ef47) Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
David Fuhrmann authored
(cherry picked from commit 3aa0de6d) Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
David Fuhrmann authored
Should be now the same as it would be in fullscreen. (cherry picked from commit 0d6fe822) Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
David Fuhrmann authored
Also, this commit reenables resize to native video size, if video starts. (cherry picked from commit 12b4d495) Conflicts: modules/video_output/macosx.m Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
David Fuhrmann authored
Also, this commit reenables resize to native video size, if video starts. (cherry picked from commit 12b4d495) Conflicts: modules/video_output/macosx.m Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
David Fuhrmann authored
(cherry picked from commit 5769e0a4)
-
- 18 Apr, 2012 3 commits
-
-
Rafaël Carré authored
(cherry picked from commit a234ac64) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
The so-called "Vista/7 helpers" only define interfaces missing from mingw* Remove duplicate declarations already in all mingw headers, include the correct headers instead. Link video outputs against libuuid to get the existing UUID instead of defining our own. Define the C interfaces as Microsoft does it by using lpVtbl for the virtual table pointer. See http://blogs.msdn.com/b/oldnewthing/archive/2004/02/05/68017.aspx Define a C++ interface to TaskbarList3 for qt4, keep the C for video outputs. Define only a C++ interface to IApplicationAssociationRegistrationUI Define TaskbarList3->SetTabActive() correctly. See http://msdn.microsoft.com/en-us/library/windows/desktop/dd391699(v=vs.85).aspx ifdef the TaskbarList3 interface because mingw-w64 defines it already. (cherry picked from commit 9394c716) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Jean-Baptiste Kempf authored
This reverts commit d6b589b1. This broke mmsh radios
-
- 17 Apr, 2012 1 commit
-
-
Konstantin Pavlov authored
Closes #6644.
-
- 16 Apr, 2012 3 commits
-
-
Felix Paul Kühne authored
(cherry picked from commit 2eab05e3)
-
Felix Paul Kühne authored
(cherry picked from commit 5b8a4057)
-
Felix Paul Kühne authored
'control' and 'extraintf' will be checked for occurences of 'macosx', which, if found, in turn will be removed. Other contents of these settings won't be touched. Same for all the other prefs. (cherry picked from commit d864f1ca)
-
- 15 Apr, 2012 3 commits
-
-
Felix Paul Kühne authored
(cherry picked from commit b54ea14f)
-
David Fuhrmann authored
Crash was introduced in 3e73ad2a (subsdelay filter) and occurs when user or init methods set subsdelay to 0. (cherry picked from commit fd9f59ec) Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
David Fuhrmann authored
(cherry picked from commit 8e6070da) Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
- 13 Apr, 2012 3 commits
-
-
Jean-Baptiste Kempf authored
-
Denis Charmet authored
If no frame was found in the cluster rewind to previous seekpoint Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 9561207f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Casian Andrei authored
popupAddToPlaylist() didn't check for the column of the selected model indexes when adding items. In the case of the tree view, a selected row meant selected model indexes for all it's columns, so whatever was selected was added multiple times. Close #6408 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 4cc9d577) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 11 Apr, 2012 6 commits
-
-
Felix Paul Kühne authored
macosx: prevent intermittent crashes on quit by releasing the main window later, since libvlc can try to access it as long as it is alive (cherry picked from commit 2ad2a0bd)
-
Felix Paul Kühne authored
(cherry picked from commit d082caf8)
-
Hugo Beauzée-Luyssen authored
("0 = no subtitles autodetected\n") (cherry picked from commit 8748391f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
(cherry picked from commit c5172792) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
(cherry picked from commit 2ae88e92) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
(cherry picked from commit f97effab) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-