summaryrefslogtreecommitdiffstats
path: root/postproc/swscale.h
Commit message (Expand)AuthorAgeFilesLines
* moving getFilter stuff back (vf_scale.c -> swscale.c)michael2003-04-251-0/+6
* removing sws - global verbose var dependancymichael2003-04-241-13/+4
* 10000l (YUV vs. YVU swscale fix/cleanup)michael2003-03-271-0/+2
* sws_ prefix, more seperation between internal & external swscaler APImichael2003-02-231-26/+39
* yuv2rgb brightness/contrast/saturation/different colorspaces support finishedmichael2003-02-211-94/+10
* brightness / saturation / contrast / different yuv colorspace support for som...michael2003-02-131-0/+8
* cleanupmichael2003-02-131-2/+5
* cleanupmichael2003-02-131-3/+33
* more scaling algosmichael2002-07-041-4/+12
* -sws 6 (luma bicubic & chroma bilinear)michael2002-06-271-0/+1
* use unified yuv2rgb initmichael2002-06-271-0/+5
* 10lmichael2002-06-241-3/+3
* 100l (non mmx versions didnt compile)michael2002-06-241-1/+5
* selftest supportmichael2002-06-231-0/+3
* 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