summaryrefslogtreecommitdiffstats
path: root/libvo/font_load.c
Commit message (Expand)AuthorAgeFilesLines
* SYS_AMIGAOS4 --> __AMIGAOS4__diego2007-12-111-1/+1
* main() --> main(void)diego2007-11-211-1/+1
* warning fix:diego2007-08-281-1/+1
* Clean up the way get_path is handled: Compile get_path.c to an object to linkdiego2007-08-281-2/+0
* Clarify messages.diego2006-08-271-2/+2
* Make path separator for font path a define and set it to a better value for A...reimar2006-08-141-5/+12
* Marks several string parameters as const when they are not modified in the fu...reynaldo2006-07-091-1/+1
* free resources when load_raw failsreimar2006-03-091-4/+10
* initialize f to NULL, needed if desc=malloc... failsreimar2006-03-081-1/+1
* more verbosity spam fixesrfelker2004-11-301-1/+1
* Converted printf calls to mp_msg, reduced verbosity.diego2004-11-081-14/+15
* some memory leaks fixedreimar2004-10-141-19/+25
* avoid using corrupted font descriptions patch by Daniel von Dincklage <daniel...faust32004-07-111-0/+9
* array initialization fix by SungKwanKang <ksquarekr at yahoo.com>faust32004-06-181-2/+2
* renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_...arpi2003-06-091-1/+1
* these patches let ,,oldstyle'' and freetype subtitle renderers livearpi2002-12-291-3/+16
* freetype 2.0/2.1+ support - disabled by default until bugs fixedarpi2002-08-281-1/+5
* .raw width>=65536 support by Georgi Georgiev <chutz@chubaka.homeip.net>arpi2002-05-021-0/+2
* a few warning fixes (missing #include's)pl2001-10-251-1/+1
* if not found using fpath try to load font bitmaps from default diratlka2001-10-171-4/+19
* cosmetic changesatlka2001-10-161-1/+1
* read font files from the same dir as font.desc or as specified in font.descatlka2001-10-161-2/+15
* DATADIR/font/ patch by Adam Tla/lka atlka@pg.gda.plarpi2001-08-061-2/+8
* fontpath fixed again...arpi2001-07-201-1/+1
* crash fixed if no [fontpath] in .descarpi2001-07-201-0/+2
* Applied DATADIR patch by Vladimir Kushnirarpi2001-07-201-20/+19
* FAST_OSD option to disable font outline antialiasingarpi_esp2001-06-021-2/+8
* fixed externarpi_esp2001-05-081-1/+2
* Deals with unicode/nounicode.atmosfear2001-05-081-1/+2
* better .smi support and display two-byte characters- patch by Sunjin Yangarpi_esp2001-05-061-1/+2
* less, and more informal printfsarpi_esp2001-04-111-1/+1
* printf's only if verbose>1arpi_esp2001-04-111-9/+9
* optimized alpha resamplingarpi_esp2001-03-291-6/+7
* OSD/SUB image quality & speed improvementarpi_esp2001-03-291-5/+15
* hex charcode supportarpi_esp2001-03-271-1/+2
* Search font files in ~/.mplayer/font/ instead of current dirlgb2001-03-261-4/+12
* Search font files in ~/.mplayer/font/ instead of current dirlgb2001-03-261-2/+18
* font alpha resampling, see -ffactorarpi_esp2001-03-251-1/+20
* desc fileformat changesarpi_esp2001-03-251-0/+10
* subtitle+OSD font supportarpi_esp2001-03-251-0/+191