aboutsummaryrefslogtreecommitdiffhomepage
path: root/postproc/swscale.h
Commit message (Expand)AuthorAge
* 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