- 18 Aug, 2015 6 commits
-
-
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 12 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
-
Francois Cartegnie authored
caption data rate is 2 bytes per frame at 30 fps
-
Francois Cartegnie authored
-
David Fuhrmann authored
CFBridgingRelease was used in the wrong place. All view objects should only be retained by the window (and in this situation by the grid view dicts as well), thus they is no need to additionally retain them for the p_sys_intf pointer.
-
David Fuhrmann authored
Fixes a crash when quitting the interface during media playback.
-
David Fuhrmann authored
Also deinitalizes both objects. This should fix the refcount crash on exit.
-