- 03 Jan, 2013 6 commits
-
-
David Fuhrmann authored
-
David Fuhrmann authored
- fix some bugs - avoid unnecessary reload of all settings when the user clicks Cancel in dialogs - add error message when user enters a duplicate profile name (this is not supported by the combo box
-
David Fuhrmann authored
-
Rafaël Carré authored
This is explicitely done for android only, since we lost the benefits of some inline NEON asm
-
Rafaël Carré authored
armv7-a obviously implies arm remove obsolete comment
-
Nicolas Chauvet authored
The issue was initialy reported here: http://bugzilla.redhat.com/891123 FLAC upstream has always expected to include <FLAC/ suffix for included headers as shown in examples/c/decode/file/main.c The FLAC suffix will not be be made available in the flac.pc for the next release: http://lists.xiph.org/pipermail/flac-dev/2012-April/003355.htmlSigned-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 02 Jan, 2013 9 commits
-
-
Rui Zhang authored
Modified-by: Edward Wang <edward.c.wang@compdigitec.com> Signed-off-by: Edward Wang <edward.c.wang@compdigitec.com> Modified-by: Rafaël Carré <funman@videolan.org> Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Devin Heitmueller authored
The EIA-608 decoder expects fonts to be rendered with a monospace font, so add the ability for decoders to make use of the "tt" tag, and tweak the EIA-608 decoder to use that tag. This patch supercedes folds in patch 9 from the previous series as well as incorporates the changes Rafaël Carré solicited from the ML regarding the fonts to use for non-Linux platforms. Modified-by: Rafaël Carré <funman@videolan.org> - Simplify HandleTT() - Fix memleak in Create() Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Devin Heitmueller authored
This can happen if the font name is NULL Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Edward Wang authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
David Fuhrmann authored
-
David Fuhrmann authored
-
- 01 Jan, 2013 6 commits
-
-
David Fuhrmann authored
The left and right arrow keys have not any real advantage / functionality for the playlist view or sidebar but are used by default for several hotkeys. So lets allow these as VLC hotkeys (also for audio files).
-
Rafaël Carré authored
-
Timo Rothenpieler authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
-
Nil Geiswiller authored
I added the shortcut 'm' in nvlc for toggle mute. The volume status is replaced my 'Mute' when enabled. I also remapped the shortcut of metadata box from 'm' to 'M', I think it follows the principle of least surprise. Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Francois Cartegnie authored
-
- 31 Dec, 2012 9 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Asad Mehmood authored
When an output picure is requested from a Samsung (exynos?) device it is not guarateed to be aligned to 128 bit (4 pixels). Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Devin Heitmueller authored
We want to center the subpicture region, but the text itself needs to be rendered left justified in order to get consistent placement of captions (e.g. indentation). Introduce a new alignment type which centers the subpicture, but not the text it contains within (and enable it for the EIA-608 decoder). Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Devin Heitmueller authored
In order to get consistent EIA-608 caption positioning, we need to be able to size the fonts based on the size of the video. Add support for specifying the font height as a percentage of the video. Signed-off-by: Rafaël Carré <funman@videolan.org>
-
- 30 Dec, 2012 10 commits
-
-
Devin Heitmueller authored
We need to add quotes to the color attribute for the font tag, or else the XML parser will choke and the HTML will not be rendered. Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Devin Heitmueller authored
Make the buffer larger, since there are more HTML tags in the resulting output stream. Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Devin Heitmueller authored
If the character in the EIA-608 stream is one of the reserved characters, escape it accordingly so that the HTML renders properly. Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Devin Heitmueller authored
If there are any whitespace characters before the start of text in a row, convert it to non-breaking whitespace. We do this because the RenderHtml function will strip any cases of more than one contigious whitespace. The effect of such is that text that is not left justified will be forced to the left. Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Devin Heitmueller authored
Because the subpicture field contains all the lines, we need to change the layout. Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Devin Heitmueller authored
We need to render all the rows, or else the placement of popup captions will not be correct. The previous code worked fine when rendering text horizontally aligned at the bottom of the screen, but won't work for a real layout. Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Devin Heitmueller authored
We need to use the HTML renderer if we want colors/styles to work Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Francois Cartegnie authored
-
Francois Cartegnie authored
According to Qt, props must have a read method
-
Francois Cartegnie authored
-