]> git.sesse.net Git - vlc/history - modules/text_renderer/quartztext.c
mux: avi: fix leak on format failure
[vlc] / modules / text_renderer / quartztext.c
2014-08-14 Naohiro KORIYAMAtext_renderer: use fontname in text_style_t
2014-08-14 Naohiro KORIYAMAquartztext: support kerning and some text attributes
2014-08-05 Naohiro KORIYAMAtext_style/text_renderer: add support for halfwidth...
2014-07-13 Felix Paul Kühnequartztext: fix html rendering
2014-04-27 Felix Paul Kühnequartztext: remove write-only variables and a potential...
2013-09-29 Felix Paul Kühnequartztext: pick 'Helvetica Neue' instead of 'Arial...
2013-09-29 Felix Paul Kühnequartztext: handle invalid text colors
2013-09-29 Felix Paul Kühnequartztext: add basic font-fallback mechanism instead...
2013-09-11 Felix Paul Kühnequartztext: fix relative font size handling
2013-01-31 Felix Paul Kühnequartztext: compilation fix
2013-01-31 Rémi Denis-CourmontUseless #includes
2012-12-28 Felix Paul Kühnequartztext: add support for HTML color names within...
2012-12-28 Felix Paul Kühnequartztext: fix incomplete copyright header
2012-11-13 Jean-Baptiste KempfLGPL
2012-09-03 Felix Paul Kühnequartztext: unify and modernize coding style
2011-11-16 Can Wuintroduce VLC_CLIP() macro to replace use pair of __MAX...
2011-10-07 Felix Paul Kühnequartztext: lower the priority in favor of freetype
2011-08-04 Rémi Denis-CourmontMove text_renderer/ out of misc/