summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_geq.c
Commit message (Expand)AuthorAgeFilesLines
* Mark some constant symbols as suchUoti Urpala2008-04-261-2/+2
* Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-7/+7
* Make all vf_info_t structs constreimar2007-12-021-1/+1
* Remove misleading comment and remove unnecessary #includes.diego2007-11-091-4/+0
* Remove unused static function get_image().zuxy2007-10-171-17/+0
* Reorder #includes to get rid of the FIXMEzuxy2007-10-121-10/+4
* Remove unnecessary #include <malloc.h>zuxy2007-10-121-4/+0
* printf in mp_image.h was changed to fprintf in r17972.cehoyos2007-08-081-3/+3
* Remove useless fastmemcpy.h include for filters that do not even do any memcpy.reimar2007-05-271-1/+0
* Fix "inline keyword not at beginning of declaration" warning.diego2007-05-051-1/+1
* make vf_geq read whitespace in equation paramods152006-10-281-1/+1
* remove unused variableods152006-10-271-2/+0
* cosmetic, reindentation, tab removalods152006-10-271-51/+51
* update vf_geq to new ff_eval APIods152006-10-271-38/+45
* bilinear interpolationmichael2006-10-161-13/+20
* 200 byte is too littlemichael2006-10-161-4/+4
* generic equation filtermichael2006-10-161-0/+217