]> git.sesse.net Git - vlc/history - modules/text_renderer
avcodec: set rc-buffer-size to 0, as it is default in ffmpeg/avconv
[vlc] / modules / text_renderer /
2012-06-15 Naohiro KORIYAMAfreetype: fix memleak
2012-06-14 Felix Paul Kühnefreetype: fixed crash when looking for an empty string...
2012-05-31 Felix Paul Kühnefreetype: in case the provided font name is neither...
2012-05-31 Felix Paul Kühnefreetype: provide a proper fix to prevent ATS from...
2012-05-30 Felix Paul Kühnefreetype: use MAXPATHLEN instead of 1024 for ATS font...
2012-05-29 Felix Paul Kühnefreetype: fixed crash within ATS when looking for non...
2012-05-28 Jean-Baptiste KempfFreetype: limit HAVE_STYLES to font selection
2012-05-28 Felix Paul Kühnefreetype: config_GetPsz delivers UTF-8 content instead...
2012-05-28 Felix Paul Kühnefreetype: use Apple Type Services to get the font file...
2012-05-24 Sébastien Toquefreetype: add android default font
2012-04-15 Kaarlo RaihaAdd ranges to font sizes
2012-03-25 Rémi Denis-Courmontfreetype: self-assignment
2012-02-27 Felix Paul Kühnefreetype: changed the default font for OS X to 'Arial...
2012-02-08 Sébastien Escudierfix handle leaks on RegOpenKeyEx
2012-01-28 Rafaël Carréwin32text: get ToT definition
2012-01-28 Rémi Denis-CourmontFreeType: setting UNICODE after <windows.h> inclusion...
2012-01-28 Rémi Denis-Courmontwin32text: fix encoding
2011-12-21 Naohiro KORIYAMAFreetype: handle multibyte characters properly in regis...
2011-12-15 Pere Orgafix filename self-references
2011-12-11 Jean-Baptiste KempfFix potential Freetype crash
2011-11-26 KO Myung-HunAdd OS/2 support to freetype module
2011-11-17 Naohiro KORIYAMAFreetype: Scan fonts from not only /System/Library...
2011-11-16 Can Wuintroduce VLC_CLIP() macro to replace use pair of __MAX...
2011-11-11 Rémi Duraffortfreetype: fix a typo
2011-11-01 Jean-Baptiste KempfFreetype: account for more complex font names on Windows
2011-11-01 Jean-Baptiste KempfFreetype: fallback to arial.ttf on Win32
2011-11-01 Jean-Baptiste KempfFreetype: correctly load fonts with complete path
2011-10-30 Jean-Baptiste KempfFreetype: better shortext for Text Opacity
2011-10-30 Jean-Baptiste KempfFreetype: use NULL instead of "" for empty longtext
2011-10-30 Jean-Baptiste KempfFreetype: mark as _rgb the appropriate options
2011-10-09 Jean-Baptiste KempfFreetype: fix double-free in error path
2011-10-07 Felix Paul Kühnequartztext: lower the priority in favor of freetype
2011-10-05 Laurent AimarAdded (back?) support for automatic font size when...
2011-09-14 Erwan Tuloufreetype: fix crash
2011-09-12 Laurent AimarFixed text rendering with empty line in freetype.
2011-09-12 Erwan TulouRevert "freetype: fix crash (wrong memory deallocation)"
2011-09-12 Erwan Tuloufreetype: fix crash (wrong memory deallocation)
2011-08-18 Jean-Baptiste KempfFreetype: kill warnings about sign comparison
2011-08-04 Rémi Denis-CourmontMove text_renderer/ out of misc/