summaryrefslogtreecommitdiffstats
path: root/libvo/font_load_ft.c
Commit message (Expand)AuthorAgeFilesLines
* 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