aboutsummaryrefslogtreecommitdiffstats
path: root/vhook/drawtext.c
Commit message (Collapse)AuthorAgeFilesLines
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
| | | | Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initialize correctly optind.Eduardo Bragatto2008-01-091-1/+1
| | | | | | | | Patch by Eduardo Bragatto, his name at his surname dot com Thread http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2008-January/039835.html Originally committed as revision 11483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spellingVitor Sessak2007-12-011-1/+1
| | | | Originally committed as revision 11122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix wrong error message.Stefano Sabatini2007-11-201-1/+1
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 11070 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warning fix from a patch by Gustavo Sverzut Barbieri, barbieri gmail comGustavo Sverzut Barbieri2006-10-301-1/+1
| | | | Originally committed as revision 6843 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use fixed point in color conversion.Gustavo Sverzut Barbieri2006-10-301-5/+9
| | | | | | patch by Gustavo Sverzut Barbieri, barbieri gmail com Originally committed as revision 6842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fprintf/perror --> av_logGustavo Sverzut Barbieri2006-09-101-11/+11
| | | | | | patch by Gustavo Sverzut Barbieri, barbieri gmail com Originally committed as revision 6222 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add static keyword to some functionsDieter2006-01-301-3/+3
| | | | | | patch by Dieter <freebsd at sopwith solgatos com> Originally committed as revision 4914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-177/+177
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-45/+45
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix compilation after michaels anti-time changeAlex Beregszaszi2004-04-071-2/+3
| | | | Originally committed as revision 2977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Updated with many new features.Philip Gladstone2003-02-161-57/+230
| | | | Originally committed as revision 1587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * int64_t is now the right nameZdenek Kabelac2003-02-121-1/+1
| | | | | | - also it would be nice to preserve ffmpeg coding rules Originally committed as revision 1582 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initial checkin for a cheaper text drawing function than imlib2.c.Philip Gladstone2003-02-111-0/+351
Originally committed as revision 1577 to svn://svn.ffmpeg.org/ffmpeg/trunk