aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vf_geq.c
Commit message (Expand)AuthorAge
* Update libav API usesGravatar Uoti Urpala2011-04-20
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* vf_geq: Fix function prototypes to match the required type.Gravatar reimar2010-11-02
* Merge svn changes r31318 to r31328Gravatar Uoti Urpala2010-06-05
|\
| * Fix compilation after FFmpeg r23485.Gravatar cehoyos2010-06-05
* | Merge svn changes up to r31303Gravatar Uoti Urpala2010-06-02
|\|
| * Fix compilation after FFmpeg r23402.Gravatar cehoyos2010-06-01
* | Merge svn changes up to r31189Gravatar Uoti Urpala2010-05-30
|\|
* | cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Gravatar Uoti Urpala2010-05-29
| * Fix compilation broken by FFmpeg-r23201 that changed the api of error logging.Gravatar iive2010-05-20
* | Merge svn changes up to r31033Gravatar Uoti Urpala2010-04-26
|\|
| * Fix build due to FFmpeg r22858 change (function rename).Gravatar iive2010-04-12
| * Fix build after FFmpeg symbol rename:Gravatar diego2010-04-12
| * Fix build due to FFmpeg r22833 change (typedef rename).Gravatar iive2010-04-11
* | Merge svn changes up to r30683Gravatar Uoti Urpala2010-03-10
|\ \
| | * cosmetics: Rename struct vf_instance_s --> vf_instance.Gravatar diego2010-02-21
| |/
| * Rename open() vf initialization function to vf_open().Gravatar diego2010-02-21
* | Merge svn changes up to 27824Gravatar Uoti Urpala2008-10-25
|\|
| * Remove unnecessary HAVE_AV_CONFIG_H #define.Gravatar diego2008-10-07
* | Merge svn changes up to r26783Gravatar Uoti Urpala2008-05-15
|\|
| * Use standard license headers.Gravatar diego2008-05-13
* | Mark some constant symbols as suchGravatar Uoti Urpala2008-04-26
* | Remove _s/_st suffix from some struct namesGravatar Uoti Urpala2008-04-25
|/
* Make all vf_info_t structs constGravatar reimar2007-12-02
* Remove misleading comment and remove unnecessary #includes.Gravatar diego2007-11-09
* Remove unused static function get_image().Gravatar zuxy2007-10-17
* Reorder #includes to get rid of the FIXMEGravatar zuxy2007-10-12
* Remove unnecessary #include <malloc.h>Gravatar zuxy2007-10-12
* printf in mp_image.h was changed to fprintf in r17972.Gravatar cehoyos2007-08-08
* Remove useless fastmemcpy.h include for filters that do not even do any memcpy.Gravatar reimar2007-05-27
* Fix "inline keyword not at beginning of declaration" warning.Gravatar diego2007-05-05
* make vf_geq read whitespace in equation paramGravatar ods152006-10-28
* remove unused variableGravatar ods152006-10-27
* cosmetic, reindentation, tab removalGravatar ods152006-10-27
* update vf_geq to new ff_eval APIGravatar ods152006-10-27
* bilinear interpolationGravatar michael2006-10-16
* 200 byte is too littleGravatar michael2006-10-16
* generic equation filterGravatar michael2006-10-16