summaryrefslogtreecommitdiffstats
path: root/postproc/swscale.h
Commit message (Expand)AuthorAgeFilesLines
* overread in the mmx2 horizontal scaler fixedmichael2002-04-011-0/+4
* swScale internally uses yuv2rgb now if possiblemichael2002-02-061-4/+4
* YUY2, BGR24, BGR32 input support (no mmx yet)michael2002-02-011-2/+11
* YV12 like formats support (I420/IYUV)michael2002-01-301-0/+1
* area averageing scaling support (-sws 5) (is identical to bilinear for upscale)michael2002-01-291-0/+1
* nearest neighbor / sdl emulation ;) scaling (-sws 4)michael2002-01-281-0/+1
* 15/16 bit dithering in C (5% slower, can be disabled by comenting #define DIT...michael2002-01-211-0/+1
* copyright(swscaler) = GPLmichael2002-01-211-0/+17
* a few filters (should be removed/merged when arpis videofilter stuff is finis...michael2002-01-211-4/+5
* general convolution filtering of the source picturemichael2002-01-211-23/+37
* removed global vars so that multiple swscalers can be usedmichael2002-01-201-8/+84
* vertical cubic/linear scalingmichael2001-12-061-1/+1
* horizontal up/downscale linear & cubicmichael2001-12-021-0/+4
* swscaler cleanupmichael2001-11-291-6/+3
* yv12 to yv12 scalermichael2001-10-281-4/+5
* header for swscale.carpi2001-10-151-0/+12