- 30 Dec, 2012 20 commits
-
-
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
-
Francois Cartegnie authored
And more :)
-
David Fuhrmann authored
hack adapted from the qt interface. close #7876
-
David Fuhrmann authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
avcodec contains codecs that don't like variable size frames, so feed avcodec with frame_size chunks and and handle leftovers ourself. This functionality was dropped when flushing was introduced and seemed to work without just fine, I was proven wrong.
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
avcodec: aout_BitsPerSample uses vlc_fourcc_GetCodec itself, so no need to call it ourselves in here
-
- 29 Dec, 2012 6 commits
-
-
Denis Charmet authored
Doing it in the callback cause deadlocks.
-
Adrien Maglo authored
-
Adrien Maglo authored
-
Adrien Maglo authored
It seems that standard OpenGL 2.0 requires version number to be equal to 120 contrary to OpenGL ES 2.0 that requires it to be equal to 100.
-
Adrien Maglo authored
-
Edward Wang authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 28 Dec, 2012 14 commits
-
-
Denis Charmet authored
This avoid leaks at segment changes.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
minor announcement stuff left to do
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Denis Charmet authored
-
Mirsal Ennaime authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-