aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/font_load_ft.c
Commit message (Expand)AuthorAge
* 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
* Use standard mplayer message funtion.Gravatar filon2003-01-06
* these patches let ,,oldstyle'' and freetype subtitle renderers liveGravatar arpi2002-12-29
* *HUGE* set of compiler warning fixes, unused variables removalGravatar arpi2002-11-06
* libgen.h is glibc specific, and not used at all -> removedGravatar arpi2002-08-29
* add Jindrich Makovicka <makovick@KMLinux.fjfi.cvut.cz> freetype patchGravatar pontscho2002-08-29
* - add freetype support for guiGravatar pontscho2002-08-29
* freetype 2.0/2.1+ support - disabled by default until bugs fixedGravatar arpi2002-08-28