summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_geq.c
Commit message (Expand)AuthorAgeFilesLines
* Update libav API usesUoti Urpala2011-04-201-2/+2
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-141-2/+0
* vf_geq: Fix function prototypes to match the required type.reimar2010-11-021-3/+3
* Merge svn changes r31318 to r31328Uoti Urpala2010-06-051-3/+3
|\
| * Fix compilation after FFmpeg r23485.cehoyos2010-06-051-3/+3
* | Merge svn changes up to r31303Uoti Urpala2010-06-021-3/+3
|\|
| * Fix compilation after FFmpeg r23402.cehoyos2010-06-011-3/+3
* | Merge svn changes up to r31189Uoti Urpala2010-05-301-3/+3
|\|
| * Fix compilation broken by FFmpeg-r23201 that changed the api of error logging.iive2010-05-201-3/+3
* | cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-291-7/+7
* | Merge svn changes up to r31033Uoti Urpala2010-04-261-3/+4
|\|
| * Fix build due to FFmpeg r22858 change (function rename).iive2010-04-121-1/+1
| * Fix build after FFmpeg symbol rename:diego2010-04-121-1/+2
| * Fix build due to FFmpeg r22833 change (typedef rename).iive2010-04-111-1/+1
| * cosmetics: Rename struct vf_instance_s --> vf_instance.diego2010-02-211-7/+7
* | Merge svn changes up to r30683Uoti Urpala2010-03-101-2/+2
|\|
| * Rename open() vf initialization function to vf_open().diego2010-02-211-2/+2
* | Merge svn changes up to 27824Uoti Urpala2008-10-251-1/+0
|\|
| * Remove unnecessary HAVE_AV_CONFIG_H #define.diego2008-10-071-1/+0
* | Merge svn changes up to r26783Uoti Urpala2008-05-151-16/+18
|\|
| * Use standard license headers.diego2008-05-131-16/+18
* | 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