aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/font_load_ft.c
Commit message (Expand)AuthorAge
* Remove unused variable.Gravatar reimar2010-02-14
* Use memset to initialize huge arrays.Gravatar reimar2010-02-14
* Remove pointless explicit member initialization to 0 when the structGravatar reimar2010-02-14
* Use calloc instead of malloc+memsetGravatar reimar2010-02-14
* Cosmetics: reindentGravatar adrian2009-12-17
* The fontconfig check added in r30044 wasn't safe. This makes it more robust.Gravatar adrian2009-12-16
* Fix a crash when fontconfig is unable to select a font. e.g. if no config dir...Gravatar adrian2009-12-16
* Fix memleak when using fontconfig without a font name.Gravatar reimar2009-09-01
* enable fontconfig support by default. This change takes only in effect,Gravatar siretart2009-06-17
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Change default OSD/subtitle font sizes.Gravatar greg2009-03-09
* Add standard license headers, unify header formatting.Gravatar diego2009-02-08
* Support loading font faces other then the first one in a font file.Gravatar eugeni2009-01-06
* Rename font-related preprocessor directives.Gravatar diego2008-08-07
* Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;Gravatar diego2008-08-01
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* Allow independent scaling of vo_font and sub_font.Gravatar reimar2008-01-27
* Set freetype flag in the font_desc_t when using a freetype font.Gravatar ulion2008-01-07
* Fix libass to support -nofontconfig.Gravatar ulion2007-12-12
* move errors and a warning to help_mp-en.hGravatar compn2007-10-30
* Clean up the way get_path is handled: Compile get_path.c to an object to linkGravatar diego2007-08-28
* Remove unused function.Gravatar reimar2007-06-24
* add new -subfont option, that allows having a different font for OSD (control...Gravatar ben2007-05-20
* gcc 2.95 fixGravatar ods152006-12-15
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...Gravatar reimar2006-12-07
* Properly free fontconfig patternsGravatar reimar2006-12-06
* Remove bswap.h, use libavutil/bswap.h instead.Gravatar diego2006-11-29
* Make compilation depending on USE_OSD unconditional.Gravatar uau2006-11-22
* changed email addressGravatar henry2006-11-04
* Make blur() public. Will be used in libass.Gravatar eugeni2006-09-16
* Avoid large amounts of data on the stack (> 900k on 64 bit systems).Gravatar reimar2006-07-28
* unused variable warning fixGravatar diego2006-07-28
* Fixes the format string for the warning message on line 182 (%xGravatar diego2006-07-28
* Marks several string parameters as const when they are not modified in the fu...Gravatar reynaldo2006-07-09
* Make some functions static.Gravatar uau2006-07-08
* get_path as const, patch by Stefan Huehner, stefan AT huehner-orgGravatar reynaldo2006-07-03
* rm unnecesary casts from void* - part 2Gravatar reynaldo2006-07-02
* Move conditional FreeType support compilation to the build system.Gravatar diego2006-06-30
* NEVER assign static strings to string command line options.Gravatar albeu2006-03-26
* The fix in mp_msg.c avoids a core dump when iconv_open() fails, the otherGravatar albeu2006-03-24
* Patch by Stefan Huehner / stefan % huehner ! org \Gravatar rathann2006-02-09
* enable hintingGravatar henry2005-05-13
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.Gravatar diego2004-10-28
* fixed small memleaksGravatar reimar2004-10-13
* 100lGravatar alex2003-12-08
* Fontconfig support based on patch by Arwed von Merkatz <v.merkatz@gmx.net>, b...Gravatar alex2003-12-08
* freetype build fixGravatar henry2003-11-20
* renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_...Gravatar arpi2003-06-09
* better fix of vo_aa font segfaultGravatar henry2003-01-30
* another sanity check against vo_aa font hackGravatar henry2003-01-30