- 14 Jan, 2013 17 commits
-
-
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
-
- 10 Jan, 2013 9 commits
-
-
Rafaël Carré authored
That function was introduced years ago to account for bugs in aout, which do not exist anymore. Incidentally fix WMA.
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Devin Heitmueller authored
Place a black background behind caption text. We cannot use the existing "background" feature for subdecoders because it fills the entire subpicture block, and in the case of the EIA-608 decoder would result in a large square (since we send all lines to the subpicture decoder even if they are blank). This approach allows for rendering of the background even in such cases, while preserving proper layout of the captions. Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
Hugues Fruchet authored
Update audio_format_table to allow selection of OMX components which support mp3, vorbis or wma role. Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Hugues Fruchet authored
OMX.STM.Video.Decoder requires input buffers with pts timestamp. A debug trace is added to inform if pts mode is enabled and for which codec. Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Jean-Baptiste Kempf authored
Ronald Wright has now answered. Check for details: http://git.videolan.org/?p=vlc.git;a=commit;h=fef270581f736d4f6289a77cb115195241ed691d
-
- 09 Jan, 2013 1 commit
-
-
Olivier Aubert authored
Putting it between the libvlc_media_subitems comment and the function definition messes parsing by doxygen and by the python module generator.
-