aboutsummaryrefslogtreecommitdiffhomepage
path: root/postproc/swscale.h
Commit message (Expand)AuthorAge
* passing an array or double precission parameters for the scaling function, in...Gravatar michael2004-09-18
* AltiVec support in postproc/ + altivec optimizations for yuv2yuvX patch by (R...Gravatar michael2004-03-11
* moving getFilter stuff back (vf_scale.c -> swscale.c)Gravatar michael2003-04-25
* removing sws - global verbose var dependancyGravatar michael2003-04-24
* 10000l (YUV vs. YVU swscale fix/cleanup)Gravatar michael2003-03-27
* sws_ prefix, more seperation between internal & external swscaler APIGravatar michael2003-02-23
* yuv2rgb brightness/contrast/saturation/different colorspaces support finishedGravatar michael2003-02-21
* brightness / saturation / contrast / different yuv colorspace support for som...Gravatar michael2003-02-13
* cleanupGravatar michael2003-02-13
* cleanupGravatar michael2003-02-13
* more scaling algosGravatar michael2002-07-04
* -sws 6 (luma bicubic & chroma bilinear)Gravatar michael2002-06-27
* use unified yuv2rgb initGravatar michael2002-06-27
* 10lGravatar michael2002-06-24
* 100l (non mmx versions didnt compile)Gravatar michael2002-06-24
* selftest supportGravatar michael2002-06-23
* overread in the mmx2 horizontal scaler fixedGravatar michael2002-04-01
* swScale internally uses yuv2rgb now if possibleGravatar michael2002-02-06
* YUY2, BGR24, BGR32 input support (no mmx yet)Gravatar michael2002-02-01
* YV12 like formats support (I420/IYUV)Gravatar michael2002-01-30
* area averageing scaling support (-sws 5) (is identical to bilinear for upscale)Gravatar michael2002-01-29
* nearest neighbor / sdl emulation ;) scaling (-sws 4)Gravatar michael2002-01-28
* 15/16 bit dithering in C (5% slower, can be disabled by comenting #define DIT...Gravatar michael2002-01-21
* copyright(swscaler) = GPLGravatar michael2002-01-21
* a few filters (should be removed/merged when arpis videofilter stuff is finis...Gravatar michael2002-01-21
* general convolution filtering of the source pictureGravatar michael2002-01-21
* removed global vars so that multiple swscalers can be usedGravatar michael2002-01-20
* vertical cubic/linear scalingGravatar michael2001-12-06
* horizontal up/downscale linear & cubicGravatar michael2001-12-02
* swscaler cleanupGravatar michael2001-11-29
* yv12 to yv12 scalerGravatar michael2001-10-28
* header for swscale.cGravatar arpi2001-10-15