]> git.sesse.net Git - vlc/history - modules/misc/text_renderer/freetype.c
Improved the order of options in freetype.
[vlc] / modules / misc / text_renderer / freetype.c
2011-06-25 Laurent AimarImproved the order of options in freetype.
2011-06-25 Laurent AimarAdded fully configurable outline support (freetype).
2011-06-25 Laurent AimarAdded margin when using a background in freetype.
2011-06-25 Laurent AimarImproved underlining in freetype.
2011-06-25 Laurent AimarImproved glyph positionning and bounding box computation.
2011-06-25 Laurent AimarNo functionnal changes (freetype).
2011-06-25 Laurent AimarAdded background color/opacity options to freetype.
2011-06-25 Laurent AimarRemoved freetype-effect option.
2011-06-25 Laurent AimarCosmetics (freetype).
2011-06-25 Laurent AimarImplemented per glyph alpha support.
2011-06-25 Laurent AimarReimplemented the way glyphs are rendered in YUVA mode.
2011-06-25 Laurent AimarNo functionnal changes (freetype).
2011-06-25 Laurent AimarReimplemented the way text lines are processed.
2011-06-14 Laurent AimarSimplified a lot karaoke rendering in freetype.
2011-06-14 Laurent AimarMoved out FT_Face loading from ProcessLines() to its...
2011-06-14 Laurent AimarRemoved write only variable (freetype).
2011-06-14 Laurent AimarMoved down a function in freetype.c
2011-06-14 Laurent AimarRemoved use of run-len 'encoding' for karaoke/style...
2011-06-14 Laurent AimarSmall simplifications (freetype).
2011-06-11 Laurent AimarSmall simplifications (freetype).
2011-06-11 Pierre Ynardfreetype: build fix
2011-06-10 Laurent AimarSmall clean up/simplifications in freetype.
2011-06-10 Laurent AimarNo functionnal changes (freetype).
2011-06-10 Laurent AimarSimplified color management in freetype.
2011-06-10 Laurent AimarReplaced a var_Get() by var_GetInteger() in freetype.
2011-06-10 Laurent AimarRemoved unused "scale" object variable in text renderer.
2011-06-10 Laurent AimarReplaced ft_style_t by text_style_t in freetype.
2011-06-10 Laurent AimarNo functionnal changes.
2011-06-10 Laurent AimarMerged text_renderer.h into freetype.c
2011-06-10 Laurent AimarClean up a bit freetype.
2011-06-10 Laurent AimarFactorized rendering code between html and non html...
2011-06-10 Laurent AimarRenamed Render into RenderYUVP (freetype).
2011-06-08 Jean-Baptiste KempfWin32: define _WIN32_IE in a centralized way
2011-05-15 Rémi Duraffortfreetype: better simplification (thanks to rem).
2011-05-13 Rémi Denis-CourmontRemove dummy plugin config item parameter
2011-05-09 Jean-Baptiste KempfFreetype: use add_loadfile when fontconfig|win32 is...
2011-05-01 Rémi Duraffortfreetype: fix memory leaks.
2011-05-01 Rémi Duraffortfreetype: simplifications.
2011-04-26 Laurent AimarFixed AR returned by various text renderer.
2011-04-01 Jean-Baptiste KempfFreetype: code cosmetics
2011-04-01 Jean-Baptiste KempfFreetype: update dates and copyright
2011-04-01 Jean-Baptiste KempfFreetype: cleanup and clarify font/family differences
2011-04-01 Jean-Baptiste KempfFreetype: use enum iso defines
2011-04-01 Jean-Baptiste KempfFreetype: cache font folder in win32
2011-04-01 Jean-Baptiste KempfFreetype: do not use fontconfig on Win32
2011-03-28 Konstantin Pavlovfreetype: fix compile with no fontconfig.
2011-03-27 Jean-Baptiste KempfFreetype: clean includes
2011-03-27 Jean-Baptiste KempfFreetype: small fix for non-Win32 systems
2011-03-26 Jean-Baptiste KempfFreetype: fix regression
2011-03-26 Jean-Baptiste KempfFreetype: cosmetics
2011-03-26 Jean-Baptiste KempfMove "text renderer" modules in their own subfolder