log libmpcodecs/vf_smartblur.c @ 37195:ac6c37d85d65 default tip

age author description
Wed, 25 May 2011 13:46:32 +0000 iive Fix build after removal of SWS_CPU_CAPS_* from libswscale in FFmpeg.
Sat, 07 May 2011 20:10:01 +0000 reimar Avoid "'sh' may be used uninitialized in this function" warning.
Sat, 07 May 2011 16:29:57 +0000 cboesch vf_smartblur: fix threshold condition.
Fri, 14 Jan 2011 22:10:21 +0000 cehoyos Convert some tabs to whitespace to allow using MPlayer filter sourcecode in FFmpeg.
Mon, 13 Sep 2010 12:14:43 +0000 diego Mark srcArray as const pointer to const data, fixes the warnings:
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().
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Thu, 02 Apr 2009 09:20:48 +0000 diego Remove unnecessary malloc.h #includes and related #ifdeffery.
Sun, 29 Mar 2009 14:46:59 +0000 reimar Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in libmpcodecs.
Tue, 17 Feb 2009 11:16:19 +0000 diego Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
Mon, 27 Oct 2008 21:00:12 +0000 diego Fix smartblur filter crash due to missing default scaler choice;
Tue, 13 May 2008 10:16:20 +0000 diego Use standard license headers.
Mon, 25 Feb 2008 15:46:36 +0000 diego FFmpeg now uses different (unified) #include paths.
Sun, 02 Dec 2007 14:57:15 +0000 reimar Make all vf_info_t structs const