log libmpcodecs/vf_sab.c @ 37171:29802bb119f6

age author description
Mon, 21 Jan 2013 18:21:51 +0000 diego Add a number of missing libavutil header #includes.
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:07:05 +0000 reimar Avoid "'sh' may be used uninitialized in this function" warning.
Sun, 30 Jan 2011 22:57:16 +0000 michael Replace memalign() by av_malloc() in libmpcodecs. as it is not available in all platforms
Fri, 14 Jan 2011 22:10:21 +0000 cehoyos Convert some tabs to whitespace to allow using MPlayer filter sourcecode in FFmpeg.
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
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.
Mon, 20 Apr 2009 12:07:08 +0000 diego Add algorithm flag (SWS_POINT) to sws_getContext call to avoid a crash.
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:
Thu, 16 Oct 2008 18:59:27 +0000 diego Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
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.
Wed, 20 Feb 2008 08:24:26 +0000 diego vf_sab mirrors coefficients past the edge of the picture instead of cropping:
Sun, 02 Dec 2007 14:57:15 +0000 reimar Make all vf_info_t structs const
Sun, 27 May 2007 20:36:04 +0000 reimar Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
Sun, 31 Dec 2006 02:44:54 +0000 rathann Fix build with shared libavutil. Approved by Diego.
Sun, 17 Sep 2006 15:02:13 +0000 lucabe Use PIX_FMT_* instead of IMGFMT_* when calling sws_getContext()
Fri, 30 Jun 2006 12:00:31 +0000 lucabe Move postproc ---> libswscale
Tue, 21 Mar 2006 21:26:42 +0000 michael passing pts through the filter layer (lets see if pts or cola comes out at the end)
Fri, 13 Jan 2006 00:23:32 +0000 diego Update licensing information: The FSF changed postal address.
Fri, 18 Nov 2005 14:39:25 +0000 diego Unify include path handling, -I.. is in CFLAGS.
Sat, 18 Sep 2004 00:08:17 +0000 michael passing an array or double precission parameters for the scaling function, instead of missusing a few bits of the flags
Sun, 01 Jun 2003 21:59:29 +0000 michael vf_scale.h & related cleanup & some small warning fix by dominik
Thu, 24 Apr 2003 17:04:20 +0000 michael removing sws - global verbose var dependancy
Sat, 15 Mar 2003 18:01:02 +0000 albeu Add the new -vf option wich is the same as vop in reverse order.
Sun, 23 Feb 2003 22:05:55 +0000 michael sws_ prefix, more seperation between internal & external swscaler API
Mon, 04 Nov 2002 16:42:17 +0000 michael shape adaptive blur (slightly slow though)