summaryrefslogtreecommitdiffstats
path: root/TOOLS/subfont-c/subfont.c
Commit message (Expand)AuthorAgeFilesLines
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...reimar2006-12-071-1/+1
* Fix includes and include path, bswap.h is in libavutil now.diego2006-12-021-1/+2
* Unify include path handling by adding $(MPROOT) to CFLAGS.diego2005-11-181-2/+2
* fix overcomplicated macros and a few warningsrathann2004-08-281-8/+5
* embarassing typodiego2004-07-191-1/+1
* putting blur and outline to the font.desc tooalex2003-07-131-2/+2
* warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>alex2003-05-301-1/+1
* 10larpi2003-01-041-0/+1
* compiler warning fixesarpi2002-12-141-6/+6
* 10l patch by Jindrich Makovicka <makovick at KMLinux dot fjfi dot cvut dot cz>michael2002-08-181-1/+1
* 10lmichael2002-08-161-1/+1
* 40% faster blurmichael2002-08-161-7/+139
* speedup of gaussarpi2002-08-161-12/+61
* using precalculated src*om[][] table -> 25% faster.arpi2002-08-161-7/+18
* more (~40%) speedup :)arpi2002-08-161-3/+7
* skip black in outline (white skip code is #if 0 as there is no speed difference)michael2002-08-151-0/+33
* added gettimeofday-based profiling/timingarpi2002-08-151-1/+20
* smthalex2002-07-251-1/+1
* .raw width>=65536 support by Georgi Georgiev <chutz@chubaka.homeip.net>arpi2002-05-021-0/+8
* --outdir addedalex2002-03-031-3/+20
* Resolved endianess issues.zybi2001-08-241-11/+9
* Added --unicode switch. This is for UTF-8 encoded subtitles.zybi2001-08-241-30/+42
* Implemented new Gaussian blur algorithm, extended font.desc format, optimized...zybi2001-08-211-132/+191
* speed optimized :)arpi2001-08-131-15/+19
* return value of iconv fixed for glibc 2.1.3, using strrchr instead of basenam...arpi2001-08-131-8/+14
* upgraded to 1.0b version by Artur Zaprzala <artur.zaprzala@talex.com.pl>arpi2001-08-131-228/+431
* more optimizationarpi2001-08-091-13/+28
* some optimizationarpi2001-08-091-23/+17
* dirty fix to get it work with glibc 2.1.x, and changed blur algorithmarpi2001-08-091-34/+74
* mplayer font-generator using FreeType 2.x by Artur Zaprzala <zybi@fanthom.irc...arpi2001-08-091-0/+437