log libmpcodecs/vf_sab.c @ 26189:8d1e8229b660

age author description
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)