- 05 Feb, 2012 6 commits
-
-
David Fuhrmann authored
This fixes several issues when you move your mouse outside the fullscreen at an sedondary display and reenter vlc with the mouse. Now, the controls are shown reliably and the mouse movement actions work as aspected in that case. Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit 28dd1b12) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
David Fuhrmann authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit 53b2dfec) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit 69e78ded) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Kelly Anderson authored
OK, this patch should take into account the recommendations. Signed-off-by: Antoine Cellerier <dionoea@videolan.org> (cherry picked from commit 9934897a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit da2ee7c7) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Pierre Ynard authored
This became likely to happen using VoD. Thanks to Denis Charmet for pointing out this issue. (cherry picked from commit 7ed3e0e4) Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
- 04 Feb, 2012 9 commits
-
-
Jean-Baptiste Kempf authored
Deactivate totally avdevice and avfiters Remove bink decoder that does not work in VLC anyway (cherry picked from commit 2eccf89a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
Don't hide the needed steps as it confuses users reading the detailed instructions (cherry picked from commit c6a45bd9) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit c507541a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Antoine Cellerier authored
(cherry picked from commit ad3507aa) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Antoine Cellerier authored
This complements commit dadb0622 which moved responsability for setting the user agent to the client application. (cherry picked from commit a3363d01) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
THe standard doesn't guaranty anything, but the code assumes it. (cherry picked from commit e2942aee) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
This makes the playback start faster. (cherry picked from commit 1555e3ce) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ilkka Ollakka authored
(cherry picked from commit 7a081904) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Edward Wang authored
http://www.compdigitec.com/labs/2012/02/01/android-codec-benchmarks/Signed-off-by: Rafaël Carré <funman@videolan.org> (cherry picked from commit e6dd93cf) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 03 Feb, 2012 1 commit
-
-
Edward Sheldrake authored
Fix dbus assertion failure which aborts vlc when the dbus control plugin is active and you try to launch vlc with a large number of files on the command line (such as when doing "vlc *" to play all the files in a directory). Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit 2e1a59d0)
-
- 02 Feb, 2012 3 commits
-
-
Christophe Mutricy authored
Add languages above 30% to the Win32/Mac list.
-
Denis Charmet authored
Don't use the var_SetTime hack anymore and don't flush the fifo when it's not necessary. Fix #5967 and #2855 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 87ed819b) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit fcbcea1d) Close #5975 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 01 Feb, 2012 13 commits
-
-
Rémi Denis-Courmont authored
(cherry picked from commit 8b970ddc) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
The thread is never cancelled anyway. (cherry picked from commit 1ec3a526) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
Regression from 6d90bf20 (cherry picked from commit 9eb9a10e) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
This removes one error case and simplifies a bit. (cherry picked from commit f09289e8) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ilkka Ollakka authored
(cherry picked from commit 452cf1c4) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ilkka Ollakka authored
(cherry picked from commit 2b60e75b) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Denis Charmet authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit b1788573) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit a12ca580c66127ea99fd7dc47c42c636a5dd5b75) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Edward Wang authored
Close #5949 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 97111d1d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit b2393f00) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 0c60f1a7) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
Use VLC-dev.app when developing and rebuilding frequently (cherry picked from commit a80cde4d) Conflicts: extras/package/macosx/package.mak projects/macosx/framework/Pre-Compile.sh Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
It doesn't give an OSX application (cherry picked from commit ffdd8bed) Conflicts: extras/package/macosx/package.mak Signed-off-by: Rafaël Carré <funman@videolan.org>
-
- 31 Jan, 2012 8 commits
-
-
Jean-Baptiste Kempf authored
(cherry picked from commit e0eb0da8) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
(cherry picked from commit 2b268061) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit 861c0e2c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #5964 (cherry picked from commit 18173044) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Sébastien Escudier authored
(cherry picked from commit 4bc2de8c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Dean Lee authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Alexander Law authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Sidney Doria authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-