- 14 Jan, 2013 27 commits
-
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
This does not support hot plug and unplug of devices. Also, it prevented selecting a device not in the choices list due to checks in the variables subsystem. (At least with ALSA, not all valid devices are included in the suggestions.)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Far too many bugs in this code path recently.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Using var_Set("device") is wrong: the "device" variable holds the currently used output device (as set by the aout plugin), not the intended output device (as requested through the user interface). Also fix a memory leak.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
If I understood correctly, drive letters are always ANSI
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Weirdly, there is no GetProcAddressW, indeed
-
Jean-Baptiste Kempf authored
Since OutputDebugStringW is just a wrapper around OutputDebugStringA
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Ludovic Fauvet authored
Close #6895 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 13 Jan, 2013 5 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This requires bleeding-edge libavcodec.
-
- 12 Jan, 2013 4 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
David Fuhrmann authored
- fix behavior of video-on-top by adapting to vout windows handling changes - set all windows to status level if one vout window has this level: This avoids that video effects panel, audio efffects panel etc. pp. are opened behind a vout window. Now they can be used as usual. Please note, that due to the type of these panels they do not remain visible when VLC gets inactive.
-
Devin Heitmueller authored
If we're using the new background renderer which just renders the background under the text (instead of the entire subpicture block), then don't call the legacy render as well. This prevents a alpha- transparent box from being shown when rendering EIA-608 captions if the user has the Freetype background opacity set to a nonzero value. Signed-off-by: Rafaël Carré <funman@videolan.org>
-
- 11 Jan, 2013 4 commits
-
-
Isamu Arimoto authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
(cherry picked from commit d6699a1f4ae27f04079edef946e2bf5a7fdb446b) Conflicts: po/fr.po
-
Denis Charmet authored
Avoid inifite loops and stack explosion when parsing broken files and ignore lvl 1 unknown elements. Fix #8013
-