log postproc/swscale.h @ 12308:e76abd2a803c

age author description
2004-03-11 michael AltiVec support in postproc/ + altivec optimizations for yuv2yuvX patch by (Romain Dolbeau <dolbeau at irisa dot fr>)
2003-04-25 michael moving getFilter stuff back (vf_scale.c -> swscale.c)
2003-04-24 michael removing sws - global verbose var dependancy
2003-03-27 michael 10000l (YUV vs. YVU swscale fix/cleanup)
2003-02-23 michael sws_ prefix, more seperation between internal & external swscaler API
2003-02-21 michael yuv2rgb brightness/contrast/saturation/different colorspaces support finished
2003-02-13 michael brightness / saturation / contrast / different yuv colorspace support for some yuv2rgb converters (many converters still ignore it)
2003-02-13 michael cleanup
2003-02-13 michael cleanup
2002-07-04 michael more scaling algos
2002-06-27 michael -sws 6 (luma bicubic & chroma bilinear)
2002-06-27 michael use unified yuv2rgb init
2002-06-24 michael 10l
2002-06-24 michael 100l (non mmx versions didnt compile)
2002-06-23 michael selftest support
2002-04-01 michael overread in the mmx2 horizontal scaler fixed
2002-02-06 michael swScale internally uses yuv2rgb now if possible
2002-02-01 michael YUY2, BGR24, BGR32 input support (no mmx yet)
2002-01-30 michael YV12 like formats support (I420/IYUV)
2002-01-29 michael area averageing scaling support (-sws 5) (is identical to bilinear for upscale)
2002-01-28 michael nearest neighbor / sdl emulation ;) scaling (-sws 4)
2002-01-21 michael 15/16 bit dithering in C (5% slower, can be disabled by comenting #define DITHER1XBPP out)
2002-01-21 michael copyright(swscaler) = GPL
2002-01-21 michael a few filters (should be removed/merged when arpis videofilter stuff is finished)
2002-01-21 michael general convolution filtering of the source picture
2002-01-20 michael removed global vars so that multiple swscalers can be used
2001-12-06 michael vertical cubic/linear scaling
2001-12-02 michael horizontal up/downscale linear & cubic
2001-11-29 michael swscaler cleanup
2001-10-28 michael yv12 to yv12 scaler
2001-10-15 arpi header for swscale.c