]> git.sesse.net Git - vlc/history - modules/misc/quartztext.c
Fix some typos.
[vlc] / modules / misc / quartztext.c
2010-08-31 Rémi DuraffortFix some typos.
2010-07-27 Rémi Denis-Courmontxml_ReaderDelete: remove useless parameter
2010-05-26 Laurent AimarUsed filter_GetInputAttachments in freetype and quartztext.
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-12-16 Laurent AimarUsed picture_NewFromFormat when appropriate.
2009-10-10 Rémi DuraffortNo need to test for NULL before a free.
2009-10-05 Felix Paul Kühnequartztext: removed dependency on Carbon and implemente...
2009-08-21 Pierre d'Herbemontquartztext: By pass hard ass headers.
2009-08-20 Pierre d'Herbemontquartztext: Silence warning that are not our business...
2009-08-20 Pierre d'Herbemontquartztext: Fix a few unsigned usage.
2009-08-04 Bernie PurcellRewrite quartztext to use CoreText API instead of ATSUI...
2009-06-26 Derk-Jan Hartmanquartztext: fontsizes of <=0 are not useful. use 12...
2009-06-21 Derk-Jan Hartmanmac text renderer: Fix a nasty crash in the YUVA renderer
2009-06-21 Derk-Jan Hartmanmac text renderer: make sure our picture is of the...
2009-06-13 Felix Paul Kühnemacosx: fixed remaining 64bit issues
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-29 Derk-Jan Hartmanmemleaks: Several Mac OS X interface related memleaks.
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-02-19 Felix Paul Kühnemacosx-port: removed compatibility code for outdated...
2009-01-28 Derk-Jan Hartmanquartztext: Fix trailing ;
2009-01-27 Rémi Denis-CourmontTrailing ;
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-09-23 Laurent AimarFixed support for font color and opacity for html rende...
2008-09-22 Laurent AimarUse resolve_xml_special_chars where appropriate.
2008-09-22 Laurent AimarCompilation fixes for quartztext (thanks to Derk-Jan...
2008-09-22 Laurent AimarMoved more common codes to text_renderer.h
2008-09-22 Laurent AimarModify ProcessNode to look more like freetype one (2).
2008-09-22 Laurent AimarModify ProcessNode to look more like freetype one.
2008-09-22 Laurent AimarFirst pass for extracting common text renderer code.
2008-09-20 Laurent AimarChanged subpicture_region_t->picture into a picture_t *
2008-09-17 Derk-Jan Hartmanquartztext: One more fix to [f0d84d019c8c240c47672b82b...
2008-09-17 Derk-Jan Hartmanquartztext: fix [f0d84d019c8c240c47672b82be123dc979b8d0...
2008-09-17 Derk-Jan Hartmanquartztext: Use 10.4 compatible alternative to kCGColor...
2008-09-16 Pierre d'Herbemontquartztext: Reenable quartztext along with some enhance...
2008-09-16 Pierre d'Herbemontquartztext: Disable as freetype is doing a better job...
2008-09-15 Pierre d'Herbemontquartztext: Better font compromise. (Use Arial Black...
2008-09-07 Laurent AimarAdded support for named color in font parameters.
2008-08-24 Antoine CellerierFix segfault on 64 bit archs. (0 != NULL)
2008-08-15 Rémi DuraffortFix potential memleak.
2008-08-13 Derk-Jan Hartmanquartztext: fix a crash when we tried to find the lengh...
2008-07-22 Pierre d'Herbemontquartztext: Make default options settings.
2008-06-22 Rémi DuraffortRemove unneeded msg_Error about memory failure.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-29 Rémi Denis-CourmontSpelling
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-12 Rémi DuraffortAnother bunch of useless test.
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-08-27 Bernie PurcellCorrect a mask typo, copy across some memory checks...
2007-08-24 Bernie PurcellRGB and alpha --> ARGB - similar to freetype.c
2007-08-24 Bernie PurcellOops
2007-08-24 Bernie PurcellCopy across damienf's mod to freetype.c in r21422 to...
2007-08-24 Bernie PurcellStrip out whitespace
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-16 Pierre d'Herbemontmodules/misc/quartztext.c: Avoid reading a Null ptr.
2007-07-31 Bernie PurcellDynamically load any TTF or OTF fonts available in...
2007-07-07 Laurent Aimarall: Subtitle improvment patch by Bernie Purcell.
2007-04-26 Antoine Cellerier * [PATCH] Memory hole fix by Bernie Purcell
2007-04-24 Pierre d'HerbemontQuartz (Mac OS X) subtitle renderer by Bernie Purcell.