log postproc/swscale_template.c @ 11878:10fb7a24b4fb

age author description
Wed, 15 Oct 2003 11:21:54 +0000 michael rounding fixes
Sat, 04 Oct 2003 17:29:08 +0000 gabucino many small typo and grammar fixes
Mon, 21 Apr 2003 23:14:21 +0000 alex killed an mp_msg occurance
Thu, 17 Apr 2003 19:32:46 +0000 michael mplayer idependant (not really yet) swscale example
Mon, 24 Feb 2003 00:12:30 +0000 michael 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
Sat, 15 Feb 2003 17:29:01 +0000 michael 1000l
Sat, 15 Feb 2003 15:07:57 +0000 michael bigendian bug (fixes?)
Thu, 13 Feb 2003 21:38:43 +0000 michael cleanup
Thu, 13 Feb 2003 18:24:33 +0000 michael cleanup
Thu, 13 Feb 2003 14:19:05 +0000 michael cleanup
Thu, 23 Jan 2003 09:35:22 +0000 michael UYVY input
Sat, 23 Nov 2002 10:58:14 +0000 michael warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)
Sun, 13 Oct 2002 17:23:02 +0000 michael mmx yuy2 output
Sun, 13 Oct 2002 00:30:38 +0000 michael yuy2 output support
Mon, 09 Sep 2002 22:48:39 +0000 michael fixing y422p output
Tue, 09 Jul 2002 17:01:52 +0000 michael fixing sinc filter (seems the problem was caused by rounding in pmulhw -> solution use shorter filter, its long and slow enough anyway)
Sun, 30 Jun 2002 20:32:42 +0000 michael last line messed up in Y800 bugfix
Thu, 27 Jun 2002 18:00:47 +0000 michael use unified yuv2rgb init
Mon, 24 Jun 2002 20:05:53 +0000 michael killing globals
Mon, 24 Jun 2002 00:18:29 +0000 michael 100l (non mmx versions didnt compile)
Sun, 23 Jun 2002 18:51:43 +0000 michael yvu9 support (other planar yuv formats with other chroma subsamplings should be trivial to add, if they had a IMGFMT)
Sun, 23 Jun 2002 11:01:25 +0000 michael cleanup
Sun, 23 Jun 2002 10:36:18 +0000 michael selftest support
Sat, 22 Jun 2002 20:37:30 +0000 michael cleanup & grayscale support
Sat, 22 Jun 2002 08:49:45 +0000 arpi sync with mplayer xp
Thu, 02 May 2002 11:00:16 +0000 albeu printf to mp_msg
Mon, 01 Apr 2002 14:01:22 +0000 michael overread in the mmx2 horizontal scaler fixed
Sun, 03 Mar 2002 13:33:40 +0000 atmos4 add mangling
Thu, 21 Feb 2002 19:41:50 +0000 michael 101++
Thu, 21 Feb 2002 17:48:00 +0000 michael fixing bgr32 output on big-endian systems
Thu, 14 Feb 2002 16:38:50 +0000 michael minor dststride bugfix for i420 output
Sat, 09 Feb 2002 23:43:48 +0000 michael bgr24toUV in MMX
Sat, 09 Feb 2002 17:03:53 +0000 michael bgr24toY in MMX
Fri, 08 Feb 2002 03:09:46 +0000 michael bgr15 input support
Fri, 08 Feb 2002 01:24:02 +0000 michael faster bgr16 input
Fri, 08 Feb 2002 00:42:00 +0000 michael bgr16 input support
Wed, 06 Feb 2002 22:55:57 +0000 michael rgb32 & rgb24 input support
Wed, 06 Feb 2002 20:52:14 +0000 michael swScale internally uses yuv2rgb now if possible
Sat, 02 Feb 2002 18:18:58 +0000 michael MMX(2) optimized YUY2 input
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)
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 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
Sat, 19 Jan 2002 05:14:47 +0000 atmos4 mangle for win32 in postproc
Sun, 30 Dec 2001 00:57:35 +0000 michael only print last line warning if verbose is on
Thu, 27 Dec 2001 00:57:32 +0000 michael output shifted by a few pixels on extreem scalings bugfix
Tue, 25 Dec 2001 15:03:36 +0000 jaf looks better
Fri, 21 Dec 2001 02:09:34 +0000 michael minor bugfixes (noone noticed them)
Thu, 06 Dec 2001 19:07:25 +0000 michael print more info if -v
Thu, 06 Dec 2001 01:23:23 +0000 michael dithering info wasnt displayed
Thu, 06 Dec 2001 00:10:42 +0000 michael vertical cubic/linear scaling
Mon, 03 Dec 2001 22:24:43 +0000 michael typo
Sun, 02 Dec 2001 20:03:26 +0000 michael horizontal up/downscale linear & cubic
Thu, 29 Nov 2001 22:19:21 +0000 michael sliced scaleing bugfix
Thu, 29 Nov 2001 20:19:17 +0000 michael swscaler cleanup
Mon, 26 Nov 2001 02:20:51 +0000 michael oops