- 21 Aug, 2015 3 commits
-
-
Felix Paul Kühne authored
This provides broader details for luma and chroma (0-255 instead of 16-235 and respectively 1-255 instead of 16-240)
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 20 Aug, 2015 6 commits
-
-
Francois Cartegnie authored
and use limits to render underline/strikethrough correctly
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
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 1 commit
-
-
Francois Cartegnie authored
use or don't use filter. -1 has no better meaning than 0 and 0 is for new text-style
-