log libmpcodecs/vf_geq.c @ 36442:ee46a4670903

age author description
Mon, 21 Jan 2013 18:21:51 +0000 diego Add a number of missing libavutil header #includes.
Tue, 19 Apr 2011 07:32:36 +0000 diego vf_geq: Fix FFmpeg API usage; eliminates some deprecation warnings.
Fri, 15 Apr 2011 07:48:41 +0000 diego Build the geq video filter with shared FFmpeg.
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Thu, 01 Jul 2010 20:52:17 +0000 reimar Fix function prototypes to match the required type.
Sat, 05 Jun 2010 13:44:20 +0000 cehoyos Fix compilation after FFmpeg r23485.
Tue, 01 Jun 2010 10:28:45 +0000 cehoyos Fix compilation after FFmpeg r23402.
Thu, 20 May 2010 23:17:41 +0000 iive Fix compilation broken by FFmpeg-r23201 that changed the api of error logging.
Mon, 12 Apr 2010 20:03:26 +0000 iive Fix build due to FFmpeg r22858 change (function rename).
Mon, 12 Apr 2010 08:03:39 +0000 diego Fix build after FFmpeg symbol rename:
Sun, 11 Apr 2010 13:47:13 +0000 iive Fix build due to FFmpeg r22833 change (typedef rename).
Sun, 21 Feb 2010 15:48:03 +0000 diego cosmetics: Rename struct vf_instance_s --> vf_instance.
Sun, 21 Feb 2010 13:40:49 +0000 diego Rename open() vf initialization function to vf_open().
Tue, 07 Oct 2008 08:25:47 +0000 diego Remove unnecessary HAVE_AV_CONFIG_H #define.
Tue, 13 May 2008 10:16:20 +0000 diego Use standard license headers.
Sun, 02 Dec 2007 14:57:15 +0000 reimar Make all vf_info_t structs const
Fri, 09 Nov 2007 16:28:37 +0000 diego Remove misleading comment and remove unnecessary #includes.
Wed, 17 Oct 2007 14:06:44 +0000 zuxy Remove unused static function get_image().
Fri, 12 Oct 2007 03:17:43 +0000 zuxy Reorder #includes to get rid of the FIXME
Fri, 12 Oct 2007 03:14:11 +0000 zuxy Remove unnecessary #include <malloc.h>
Wed, 08 Aug 2007 23:28:29 +0000 cehoyos printf in mp_image.h was changed to fprintf in r17972.
Sun, 27 May 2007 20:36:04 +0000 reimar Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
Sat, 05 May 2007 12:45:32 +0000 diego Fix "inline keyword not at beginning of declaration" warning.
Sat, 28 Oct 2006 09:50:22 +0000 ods15 make vf_geq read whitespace in equation param
Fri, 27 Oct 2006 21:34:05 +0000 ods15 remove unused variable
Fri, 27 Oct 2006 21:33:01 +0000 ods15 cosmetic, reindentation, tab removal
Fri, 27 Oct 2006 19:40:48 +0000 ods15 update vf_geq to new ff_eval API
Mon, 16 Oct 2006 20:21:31 +0000 michael bilinear interpolation
Mon, 16 Oct 2006 18:37:40 +0000 michael 200 byte is too little
Mon, 16 Oct 2006 15:47:32 +0000 michael generic equation filter