- 26 Mar, 2012 10 commits
-
-
Pierre Ynard authored
(cherry picked from commit f77f269b7e0cf50d8ed3b6f5833ed52a3cef7a9d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
They would not work with IDirect3DDevice9::StretchRect See: http://forum.videolan.org/viewtopic.php?f=14&t=99498 http://forum.videolan.org/viewtopic.php?f=14&t=99235 http://forum.videolan.org/viewtopic.php?f=14&t=98882 http://forum.videolan.org/viewtopic.php?f=14&t=98514 (cherry picked from commit 544af798a1ec033321a51125c2c71769cc7b7873) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
This is necessary to track the issues we have on XP with some GPU. (cherry picked from commit ce6fb6666b1295cfe0f565e86dd7378682d26262) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 75791cb5afce94f3c8b8ca0e02b7f656cfa8dbe7) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Should close #6397 (cherry picked from commit a4e18517009d3aad9e0f956e68358766267de9c8) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Erwan Tulou authored
(cherry picked from commit 1a64a930b2974f80d7a43cba12f8bbf50718d1c0) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 5cbe1fe2e4103f1e1c387f86e3e620450b28e8f8) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
Pointed-out-by: Rémi Duraffort <ivoire@videolan.org> (cherry picked from commit a52bbd192f4c1f2b1e6e1fdeb8c42a0a3a95b6d9)
-
KO Myung-Hun authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit 10f17cdeeaaca3c6a6df37ef010d8498bfc173e5) Signed-off-by: KO Myung-Hun <komh@chollian.net> Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
KO Myung-Hun authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
- 25 Mar, 2012 4 commits
-
-
Rémi Denis-Courmont authored
Pointed-out-by: Edward Wang <edward.c.wang@compdigitec.com> (cherry picked from commit baada5eddfe86431037950fda5c27812ea9dacca)
-
Rémi Denis-Courmont authored
(cherry picked from commit 591633b76ae00810185c818fa4aaee7257291e9d)
-
Rafaël Carré authored
(cherry picked from commit f79f3ae2f8d39656f52482694d6b4859d20a3c86) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Pierre Ynard authored
The function is a bit ugly but it's difficult to do this using pure arithmetic. Fixes #6378 (cherry picked from commit 1e9dc296) Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
- 24 Mar, 2012 5 commits
-
-
Rémi Denis-Courmont authored
This will only be used if requested explicitly, that is to say '--v4l2-chroma=h264'.
-
Rémi Denis-Courmont authored
(cherry picked from commit 28db7725)
-
KO Myung-Hun authored
DBCS countries assign their currency symbol to '\', ASCII 92. This causes an unexpected behavior when converting a directory separator on OS/2. In case of GNU libiconv, it does not treat '\', ASCII 92, as a currency symbol at all. So let's mimic GNU libiconv. Signed-off-by: Rafaël Carré <funman@videolan.org> (cherry picked from commit 8acdc1f5) Signed-off-by: KO Myung-Hun <komh@chollian.net> Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
KO Myung-Hun authored
OS/2 supports UCS-2 only instead of UTF-16. Signed-off-by: Rafaël Carré <funman@videolan.org> (cherry picked from commit 2cc70e68) Signed-off-by: KO Myung-Hun <komh@chollian.net> Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Felix Paul Kühne authored
(cherry picked from commit 5785e63a)
-
- 23 Mar, 2012 1 commit
-
-
Jean-Baptiste Kempf authored
Close #6403
-
- 22 Mar, 2012 7 commits
-
-
Erwan Tulou authored
This patch adds isScrollable() to a control, so that we can distinguish controls that require mouse wheel (playtree, slider) from those that don't. In the latter case, we can then forward events to vlc core. this fixes #6457. (cherry picked from commit f3afffbc) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
Without this flag, PulseAudio will tweak the buffer parameters, but will not account for hardware latencies. As a consequence, the live caching parameter is not really followed - the latency is longer. Longer latency becomes a big problem when trying to synch with another live source (such as a V4L2 video capture device). Then audio is too late and gets discarded or messed up at output. (cherry picked from commit d8a96604)
-
Rafaël Carré authored
based on patch by Richard Grenville <pyxlcy@gmail.com> (cherry picked from commit 66da497b) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit cd470819) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #6451 (cherry picked from commit ef790e37) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Natanael Copa authored
According POSIX the va_list is defined in stdarg.h http://pubs.opengroup.org/onlinepubs/009695399/basedefs/stdarg.h.html On some systems (like uClibc) the detection of vasprintf will fail unless stdarg.h is included and build will later fail due to a vasprintf redeclaration. Signed-off-by: Natanael Copa <ncopa@alpinelinux.org> Signed-off-by: Rafaël Carré <funman@videolan.org> (cherry picked from commit 2859c5db) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
John Freed authored
Fixes undocumented/poorly documented Windows behavior. RemoveFilter function does a silent Release(). Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 3f6ccc0d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 21 Mar, 2012 8 commits
-
-
Rémi Denis-Courmont authored
(cherry picked from commit ea068351)
-
David Fuhrmann authored
The slider is not displayed, anyway. But sometimes it flickers through for a short moment which does not look good. (cherry picked from commit 2fc5dc5f) Signed-off-by: David Fuhrmann <david.fuhrmann@googlemail.com>
-
David Fuhrmann authored
(cherry picked from commit d612827c) Signed-off-by: David Fuhrmann <david.fuhrmann@googlemail.com>
-
David Fuhrmann authored
Note that the origin values can also be negative when we have our window on a secondary screen. (cherry picked from commit 1cee2e3b) Signed-off-by: David Fuhrmann <david.fuhrmann@googlemail.com>
-
David Fuhrmann authored
(cherry picked from commit e6820b61) Signed-off-by: David Fuhrmann <david.fuhrmann@googlemail.com>
-
David Fuhrmann authored
(cherry picked from commit 3646cf43) Signed-off-by: David Fuhrmann <david.fuhrmann@googlemail.com>
-
David Fuhrmann authored
(cherry picked from commit bf916c35) Signed-off-by: David Fuhrmann <david.fuhrmann@googlemail.com>
-
Jean-Baptiste Kempf authored
Coeffs have been recomputed. Close #6132 (cherry picked from commit a712e052) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 20 Mar, 2012 5 commits
-
-
Naohiro KORIYAMA authored
When increasing speed to 1.50 (command + =), '1.50x' is shown on OSD, but '10x' is shown on menu (Playback -> 'Playback Speed'). Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit 70a5e26593b671ab5d267b3c527fda4ba83deae1)
-
Denis Charmet authored
This still doesn't work with ordered chapters though. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 50f3a9b9) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
F. Yhuel authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 0b1b7516) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
(cherry picked from commit 38a4fd74) 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 fbdbd7da) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-