- 20 Aug, 2015 3 commits
-
-
Francois Cartegnie authored
Line height is always set to max of the rendered glyphs height. This causes 'dancing' lines because row height it never the same, amplified by number of preceding empty rows.
-
Francois Cartegnie authored
-
Francois Cartegnie authored
or try #3 in fact :/ This reverts commit 0b6165af. This reverts commit 24a59363.
-
- 19 Aug, 2015 1 commit
-
-
Thomas Guillem authored
Don't end the NAL unit when we reach 0x000000. Refactor since we don't need to parse separately the start and the end of the NAL unit anymore.
-
- 18 Aug, 2015 7 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
- 17 Aug, 2015 8 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
Can't behave well if renderers add their own arbitrary margins and we have a rows/cols based sub
-
Francois Cartegnie authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
- 15 Aug, 2015 6 commits
-
-
KO Myung-Hun authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
Arjun Sreedharan authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
strdup() is as (un)likely to fail as asprintf().
-
Rémi Denis-Courmont authored
Pointed-out-by: <hugh1234@mail.ustc.edu.cn>
-
Rémi Denis-Courmont authored
Also use size_t for the size.
-
- 13 Aug, 2015 8 commits
-
-
David Fuhrmann authored
In the previous implementation was so unsafe that the ARC compiler was not able work properly and printed a warning. While there was no real problem here, switch to blocks to silence the compiler and see potential errors earlier.
-
David Fuhrmann authored
-
David Fuhrmann authored
-
David Fuhrmann authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
removes temporary text_style_Reset() and finishes migrating decoders. We might want to deprecate text_style_New().
-
- 12 Aug, 2015 7 commits
-
-
Francois Cartegnie authored
use or don't use filter. -1 has no better meaning than 0 and 0 is for new text-style
-
Francois Cartegnie authored
-
Francois Cartegnie authored
Renderer should have final decision of the styles to apply. Rendered forced styles are applied over text-segments ones, then renderer defaults (text-style's ones). Also adds proportional font size. Fixes all style inheritance and font sizing hacks in region sys. Final fixed font size is only computed at update time, if not set to fixed size by decoder.
-
Francois Cartegnie authored
-
Francois Cartegnie authored
because you can't tell if members are have set value or are unset.
-
Francois Cartegnie authored
avoids reordering and display delay
-
Francois Cartegnie authored
-