]> git.sesse.net Git - vlc/history - modules/misc/freetype.c
fontconfig: factorize and fix memleaks.
[vlc] / modules / misc / freetype.c
2009-07-30 Rémi Duraffortfontconfig: factorize and fix memleaks.
2009-07-30 Ilkka Ollakkafreetype: initialise variable and check fontmatch pointer
2009-07-29 Ilkka Ollakkafreetype: more fontconfig error-checking
2009-07-28 Ilkka Ollakkafreetype: check correct variable
2009-07-28 Ilkka Ollakkafix typo
2009-07-28 Ilkka Ollakkafreetype: add more error-checking
2009-07-27 Ilkka Ollakkafreetype.c: use var_CreateGet for variables
2009-07-27 Ilkka Ollakkafreetype: use asprintf instead malloc/sprintf
2009-07-27 Ilkka Ollakkafreetype: use fontconfig to get default font if available
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
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-04-02 Jean-Baptiste KempfFreetype: don't give the fontconfig time in seconds...
2009-03-09 Erwan Tulouvlc_object_hold is not needed (vlc_object_find already...
2009-01-28 Rémi Denis-CourmontTrailing ;
2009-01-27 Jean-Philippe AndreFix compilation
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-24 Rémi Denis-Courmontfontconfing: join the thread exactly once
2009-01-24 Rémi Denis-Courmontfontconfig: fix unpaired object release
2009-01-17 Rémi Denis-CourmontRemove unused parameter
2009-01-14 Rémi Denis-CourmontRemove unmatched vlc_thread_ready (vlc_create_thread...
2008-12-17 Rémi DuraffortLess includes.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-05 Rémi Denis-CourmontUse static mutexes
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 AimarMoved more common codes to text_renderer.h
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 Laurent AimarFixed a segfault when trying to render a unbreakable...
2008-09-12 Derk-Jan Hartmanfreetype: potential divide by zero crash.
2008-09-07 Laurent AimarAdded support for named color in font parameters.
2008-08-27 Rémi Denis-CourmontPlugins: push cancellation down
2008-08-24 Antoine CellerierFix segfault on 64 bit archs. (0 != NULL)
2008-08-18 Laurent AimarFixed a potential freetype deadlock as var_AcquireMutex...
2008-08-15 Rémi DuraffortFix potential memleak.
2008-08-11 Rémi DuraffortUse the right declaration for threaded functions.
2008-08-03 Justus PiaterDeclared many static variables const
2008-07-23 Laurent AimarFixed a potential deadlock.
2008-07-21 Derk-Jan HartmanMerge branch 'master' of git@git.videolan.org:vlc
2008-07-20 Laurent AimarCosmetics (moved BuildDone under HAVE_FONTCONFIG)
2008-07-20 Laurent AimarFixed locking scheme.
2008-07-20 Laurent AimarFixed a potential segfault when font builder thread...
2008-07-15 Laurent AimarUse good default value for font weigh/slan (subtitle...
2008-06-28 Antoine CellerierDon't assert.
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-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-26 Rafaël CarréInclude assert.h where assert() is used
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-07 Rafaël CarréFix detection of ending of FontBuilder thread
2008-05-05 Rémi Denis-CourmontFontconfig: compiler warning
2008-05-05 Rafaël CarréFix memleak
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-04-22 Antoine Cellerierpsz_object_name should not be const! (else module name...
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-03-10 Rafaël CarréFix FontBuiler object destruction
2008-02-29 Jean-Paul Samansmall cleanup
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-02-03 Rémi Denis-CourmontRemove dead preprocessor directives
2008-01-29 Rafaël Carréfreetype: fix compilation, vlc_mtime.h is already inclu...
2008-01-29 Rafaël Carrémisc: fix warnings
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2007-11-25 Bernie PurcellTry to protect more than one instance of FontBuilder...
2007-11-19 Rafaël Carréfreetype: use [.\/_] to break lines when ' ' only failed
2007-11-01 Bernie PurcellAddress Trac Issue #1350 - linebreaks being ignored...
2007-10-15 Jean-Paul Samansmall codingstyle fix
2007-10-09 Rafaël Carréfreetype: make sure the FontBuilder is finished when...
2007-10-08 Jean-Paul SamanRun FontBuilder thread after Freetype has been initiali...
2007-10-04 Rafaël Carréfreetype: fix a segfault introduced in [21339]
2007-09-21 Bernie PurcellFix for problem found by Sebastien Fievet where subtitl...
2007-09-18 Rémi Denis-CourmontReplace strerror() with %m (or Linux DVB: strerror_r...
2007-09-05 Rémi Denis-Courmont#include order
2007-09-05 Bernie PurcellCorrect a warning on OSX
2007-08-28 Bernie PurcellRevert the patch for working fontpath on Gentoo due to
2007-08-28 Bernie PurcellUse a different font path for Gentoo linux
2007-08-26 Bernie PurcellWhitespace removal
next