33 Commits (38f0d3ce7613028337f35dcdc4f8f2aa1070c5e3)

Author SHA1 Message Date
Diego Biurrun 660204c65c Update licensing information: The FSF changed postal address. 19 years ago
Michael Niedermayer 66d1cdb672 passing an array or double precission parameters for the scaling function, instead of missusing a few bits of the flags 20 years ago
Romain Dolbeau a2faa40192 AltiVec support in postproc/ + altivec optimizations for yuv2yuvX patch by (Romain Dolbeau <dolbeau at irisa dot fr>) 21 years ago
Michael Niedermayer e21206a820 moving getFilter stuff back (vf_scale.c -> swscale.c) 22 years ago
Michael Niedermayer 516b1f82ac removing sws - global verbose var dependancy 22 years ago
Michael Niedermayer fccb9b2b80 10000l (YUV vs. YVU swscale fix/cleanup) 22 years ago
Michael Niedermayer d4e242755f sws_ prefix, more seperation between internal & external swscaler API 22 years ago
Michael Niedermayer 5427e24291 yuv2rgb brightness/contrast/saturation/different colorspaces support finished 22 years ago
Michael Niedermayer 0481412aba brightness / saturation / contrast / different yuv colorspace support for some yuv2rgb converters (many converters still ignore it) 22 years ago
Michael Niedermayer 6542b44e2a cleanup 22 years ago
Michael Niedermayer 77a4965980 cleanup 22 years ago
Michael Niedermayer a86c461c6b more scaling algos 23 years ago
Michael Niedermayer 81a571a8b3 -sws 6 (luma bicubic & chroma bilinear) 23 years ago
Michael Niedermayer cf7d1c1a73 use unified yuv2rgb init 23 years ago
Michael Niedermayer 985c513355 10l 23 years ago
Michael Niedermayer 5859233b70 100l (non mmx versions didnt compile) 23 years ago
Michael Niedermayer c7a810cc25 selftest support 23 years ago
Michael Niedermayer b7dc6f6628 overread in the mmx2 horizontal scaler fixed 23 years ago
Michael Niedermayer 370799068d swScale internally uses yuv2rgb now if possible 23 years ago
Michael Niedermayer 1e621b18b2 YUY2, BGR24, BGR32 input support (no mmx yet) 23 years ago
Michael Niedermayer 6c7506de1c YV12 like formats support (I420/IYUV) 23 years ago
Michael Niedermayer d8863d37e2 area averageing scaling support (-sws 5) (is identical to bilinear for upscale) 23 years ago
Michael Niedermayer ff7ba85694 nearest neighbor / sdl emulation ;) scaling (-sws 4) 23 years ago
Michael Niedermayer 5521b193d6 15/16 bit dithering in C (5% slower, can be disabled by comenting #define DITHER1XBPP out) 23 years ago
Michael Niedermayer fe8054c0ff copyright(swscaler) = GPL 23 years ago
Michael Niedermayer 5cebb24be0 a few filters (should be removed/merged when arpis videofilter stuff is finished) 23 years ago
Michael Niedermayer c7f822d95e general convolution filtering of the source picture 23 years ago
Michael Niedermayer 28bf81c90d removed global vars so that multiple swscalers can be used 23 years ago
Michael Niedermayer c1b0bfb477 vertical cubic/linear scaling 23 years ago
Michael Niedermayer 077ea8a7f4 horizontal up/downscale linear & cubic 23 years ago
Michael Niedermayer d1fac6cf52 swscaler cleanup 23 years ago
Michael Niedermayer 3885847036 yv12 to yv12 scaler 23 years ago
Arpi 3db822b03f header for swscale.c 23 years ago