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