log libvo/font_load.c @ 27431:bb738b9ea7c4

age author description
2007-12-11 diego SYS_AMIGAOS4 --> __AMIGAOS4__
2007-11-21 diego main() --> main(void)
2007-08-28 diego warning fix:
2007-08-28 diego Clean up the way get_path is handled: Compile get_path.c to an object to link
2006-08-27 diego Clarify messages.
2006-08-14 reimar Make path separator for font path a define and set it to a better value for AMIGAOS
2006-07-09 reynaldo Marks several string parameters as const when they are not modified in the function, Patch by Stefan Huehner, stefan AT huehner-org
2006-03-09 reimar free resources when load_raw fails
2006-03-08 reimar initialize f to NULL, needed if desc=malloc... fails
2004-11-30 rfelker more verbosity spam fixes
2004-11-08 diego Converted printf calls to mp_msg, reduced verbosity.
2004-10-14 reimar some memory leaks fixed
2004-07-11 faust3 avoid using corrupted font descriptions patch by Daniel von Dincklage <danielvd+mpl@cs.colorado.edu>
2004-06-18 faust3 array initialization fix by SungKwanKang <ksquarekr at yahoo.com>
2003-06-09 arpi renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_LIBDIR
2002-12-29 arpi these patches let ,,oldstyle'' and freetype subtitle renderers live
2002-08-28 arpi freetype 2.0/2.1+ support - disabled by default until bugs fixed
2002-05-02 arpi .raw width>=65536 support by Georgi Georgiev <chutz@chubaka.homeip.net>
2001-10-25 pl a few warning fixes (missing #include's)
2001-10-17 atlka if not found using fpath try to load font bitmaps from default dir
2001-10-16 atlka cosmetic changes
2001-10-16 atlka read font files from the same dir as font.desc or as specified in font.desc
2001-08-06 arpi DATADIR/font/ patch by Adam Tla/lka atlka@pg.gda.pl
2001-07-20 arpi fontpath fixed again...
2001-07-20 arpi crash fixed if no [fontpath] in .desc
2001-07-20 arpi Applied DATADIR patch by Vladimir Kushnir
2001-06-02 arpi_esp FAST_OSD option to disable font outline antialiasing
2001-05-08 arpi_esp fixed extern
2001-05-08 atmosfear Deals with unicode/nounicode.
2001-05-06 arpi_esp better .smi support and display two-byte characters- patch by Sunjin Yang
2001-04-11 arpi_esp less, and more informal printfs
2001-04-11 arpi_esp printf's only if verbose>1
2001-03-29 arpi_esp optimized alpha resampling
2001-03-29 arpi_esp OSD/SUB image quality & speed improvement
2001-03-27 arpi_esp hex charcode support
2001-03-26 lgb Search font files in ~/.mplayer/font/ instead of current dir
2001-03-26 lgb Search font files in ~/.mplayer/font/ instead of current dir
2001-03-25 arpi_esp font alpha resampling, see -ffactor
2001-03-25 arpi_esp desc fileformat changes
2001-03-25 arpi_esp subtitle+OSD font support