summaryrefslogtreecommitdiffstats
path: root/libvo/font_load_ft.c
Commit message (Expand)AuthorAgeFilesLines
* Fix memleak when using fontconfig without a font name.reimar2009-09-011-3/+1
* enable fontconfig support by default. This change takes only in effect,siretart2009-06-171-1/+1
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-37/+37
* Change default OSD/subtitle font sizes.greg2009-03-091-2/+2
* Add standard license headers, unify header formatting.diego2009-02-081-2/+16
* Support loading font faces other then the first one in a font file.eugeni2009-01-061-6/+8
* Rename font-related preprocessor directives.diego2008-08-071-6/+6
* Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;diego2008-08-011-3/+3
* Start unifying names of internal preprocessor directives.diego2008-07-301-3/+3
* Allow independent scaling of vo_font and sub_font.reimar2008-01-271-6/+6
* Set freetype flag in the font_desc_t when using a freetype font.ulion2008-01-071-0/+1
* Fix libass to support -nofontconfig.ulion2007-12-121-1/+1
* move errors and a warning to help_mp-en.hcompn2007-10-301-8/+9
* Clean up the way get_path is handled: Compile get_path.c to an object to linkdiego2007-08-281-2/+1
* Remove unused function.reimar2007-06-241-16/+0
* add new -subfont option, that allows having a different font for OSD (control...ben2007-05-201-4/+5
* gcc 2.95 fixods152006-12-151-1/+2
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...reimar2006-12-071-1/+1
* Properly free fontconfig patternsreimar2006-12-061-1/+7
* Remove bswap.h, use libavutil/bswap.h instead.diego2006-11-291-1/+2
* Make compilation depending on USE_OSD unconditional.uau2006-11-221-2/+0
* changed email addresshenry2006-11-041-1/+1
* Make blur() public. Will be used in libass.eugeni2006-09-161-1/+1
* Avoid large amounts of data on the stack (> 900k on 64 bit systems).reimar2006-07-281-15/+24
* unused variable warning fixdiego2006-07-281-1/+2
* Fixes the format string for the warning message on line 182 (%xdiego2006-07-281-4/+4
* Marks several string parameters as const when they are not modified in the fu...reynaldo2006-07-091-2/+2
* Make some functions static.uau2006-07-081-5/+5
* get_path as const, patch by Stefan Huehner, stefan AT huehner-orgreynaldo2006-07-031-1/+1
* rm unnecesary casts from void* - part 2reynaldo2006-07-021-7/+7
* Move conditional FreeType support compilation to the build system.diego2006-06-301-4/+0
* NEVER assign static strings to string command line options.albeu2006-03-261-1/+1
* The fix in mp_msg.c avoids a core dump when iconv_open() fails, the otheralbeu2006-03-241-1/+8
* Patch by Stefan Huehner / stefan % huehner ! org \rathann2006-02-091-3/+3
* enable hintinghenry2005-05-131-2/+2
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.diego2004-10-281-2/+2
* fixed small memleaksreimar2004-10-131-1/+5
* 100lalex2003-12-081-0/+1
* Fontconfig support based on patch by Arwed von Merkatz <v.merkatz@gmx.net>, b...alex2003-12-081-0/+33
* freetype build fixhenry2003-11-201-2/+3
* renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_...arpi2003-06-091-1/+1
* better fix of vo_aa font segfaulthenry2003-01-301-1/+1
* another sanity check against vo_aa font hackhenry2003-01-301-0/+2
* Use standard mplayer message funtion.filon2003-01-061-1/+1
* these patches let ,,oldstyle'' and freetype subtitle renderers livearpi2002-12-291-3/+9
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-061-1/+3
* libgen.h is glibc specific, and not used at all -> removedarpi2002-08-291-2/+2
* add Jindrich Makovicka <makovick@KMLinux.fjfi.cvut.cz> freetype patchpontscho2002-08-291-72/+104
* - add freetype support for guipontscho2002-08-291-13/+5
* freetype 2.0/2.1+ support - disabled by default until bugs fixedarpi2002-08-281-0/+1094