log postproc/swscale.h @ 13607:3d262519187b

age author description
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
Thu, 11 Mar 2004 17:58:11 +0000 michael AltiVec support in postproc/ + altivec optimizations for yuv2yuvX patch by (Romain Dolbeau <dolbeau at irisa dot fr>)
Fri, 25 Apr 2003 11:26:34 +0000 michael moving getFilter stuff back (vf_scale.c -> swscale.c)
Thu, 24 Apr 2003 17:04:20 +0000 michael removing sws - global verbose var dependancy
Thu, 27 Mar 2003 16:04:53 +0000 michael 10000l (YUV vs. YVU swscale fix/cleanup)
Sun, 23 Feb 2003 22:05:55 +0000 michael sws_ prefix, more seperation between internal & external swscaler API
Fri, 21 Feb 2003 20:35:18 +0000 michael yuv2rgb brightness/contrast/saturation/different colorspaces support finished
Thu, 13 Feb 2003 19:27:17 +0000 michael brightness / saturation / contrast / different yuv colorspace support for some yuv2rgb converters (many converters still ignore it)
Thu, 13 Feb 2003 18:24:33 +0000 michael cleanup
Thu, 13 Feb 2003 14:19:05 +0000 michael cleanup
Thu, 04 Jul 2002 13:08:37 +0000 michael more scaling algos
Thu, 27 Jun 2002 19:17:25 +0000 michael -sws 6 (luma bicubic & chroma bilinear)
Thu, 27 Jun 2002 18:00:47 +0000 michael use unified yuv2rgb init
Mon, 24 Jun 2002 00:56:27 +0000 michael 10l
Mon, 24 Jun 2002 00:18:29 +0000 michael 100l (non mmx versions didnt compile)
Sun, 23 Jun 2002 10:36:18 +0000 michael selftest support
Mon, 01 Apr 2002 14:01:22 +0000 michael overread in the mmx2 horizontal scaler fixed
Wed, 06 Feb 2002 20:52:14 +0000 michael swScale internally uses yuv2rgb now if possible
Fri, 01 Feb 2002 19:25:09 +0000 michael YUY2, BGR24, BGR32 input support (no mmx yet)
Wed, 30 Jan 2002 15:21:08 +0000 michael YV12 like formats support (I420/IYUV)
Tue, 29 Jan 2002 01:43:15 +0000 michael area averageing scaling support (-sws 5) (is identical to bilinear for upscale)
Mon, 28 Jan 2002 23:57:18 +0000 michael nearest neighbor / sdl emulation ;) scaling (-sws 4)
Mon, 21 Jan 2002 22:11:09 +0000 michael 15/16 bit dithering in C (5% slower, can be disabled by comenting #define DITHER1XBPP out)
Mon, 21 Jan 2002 18:32:31 +0000 michael copyright(swscaler) = GPL
Mon, 21 Jan 2002 15:22:28 +0000 michael a few filters (should be removed/merged when arpis videofilter stuff is finished)
Mon, 21 Jan 2002 03:56:47 +0000 michael general convolution filtering of the source picture
Sun, 20 Jan 2002 05:30:23 +0000 michael removed global vars so that multiple swscalers can be used
Thu, 06 Dec 2001 00:10:42 +0000 michael vertical cubic/linear scaling
Sun, 02 Dec 2001 20:03:26 +0000 michael horizontal up/downscale linear & cubic
Thu, 29 Nov 2001 20:19:17 +0000 michael swscaler cleanup
Sun, 28 Oct 2001 18:30:59 +0000 michael yv12 to yv12 scaler
Mon, 15 Oct 2001 19:06:16 +0000 arpi header for swscale.c