Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | area averageing scaling support (-sws 5) (is identical to bilinear for upscale) | Michael Niedermayer | 2002-01-29 | 1 | -8/+17 | |
* | nearest neighbor / sdl emulation ;) scaling (-sws 4) | Michael Niedermayer | 2002-01-28 | 1 | -2/+25 | |
* | minor bugfix in the -v output | Michael Niedermayer | 2002-01-22 | 1 | -2/+6 | |
* | 15/16 bit dithering in C (5% slower, can be disabled by comenting #define DIT... | Michael Niedermayer | 2002-01-21 | 1 | -21/+111 | |
* | copyright(swscaler) = GPL | Michael Niedermayer | 2002-01-21 | 1 | -8/+19 | |
* | a few filters (should be removed/merged when arpis videofilter stuff is finis... | Michael Niedermayer | 2002-01-21 | 1 | -23/+90 | |
* | general convolution filtering of the source picture | Michael Niedermayer | 2002-01-21 | 1 | -86/+366 | |
* | 101 | Michael Niedermayer | 2002-01-20 | 1 | -3/+5 | |
* | removed global vars so that multiple swscalers can be used | Michael Niedermayer | 2002-01-20 | 1 | -85/+679 | |
* | mangle for win32 in postproc | Felix Bünemann | 2002-01-19 | 1 | -0/+1 | |
* | minor bugfixes (noone noticed them) | Michael Niedermayer | 2001-12-21 | 1 | -1/+1 | |
* | print more info if -v | Michael Niedermayer | 2001-12-06 | 1 | -4/+201 | |
* | vertical cubic/linear scaling | Michael Niedermayer | 2001-12-06 | 1 | -22/+55 | |
* | horizontal up/downscale linear & cubic | Michael Niedermayer | 2001-12-02 | 1 | -2/+17 | |
* | swscaler cleanup | Michael Niedermayer | 2001-11-29 | 1 | -17/+13 | |
* | runtime cpu detection optional (compiles faster) | Michael Niedermayer | 2001-11-27 | 1 | -1/+44 | |
* | oops | Michael Niedermayer | 2001-11-26 | 1 | -1/+0 | |
* | runtime cpu detection | Michael Niedermayer | 2001-11-26 | 1 | -1652/+69 | |
* | .balign or we´ll align by 64kb on some architectures | Michael Niedermayer | 2001-11-10 | 1 | -6/+6 | |
* | .align 16 | Michael Niedermayer | 2001-11-10 | 1 | -0/+6 | |
* | gcc does optimize writes to non volatile variables away if it didnt know that... | Michael Niedermayer | 2001-11-06 | 1 | -4/+4 | |
* | better dithering | Michael Niedermayer | 2001-11-06 | 1 | -42/+43 | |
* | faster bgr24 output | Michael Niedermayer | 2001-11-06 | 1 | -3/+114 | |
* | only 6 registers used | Michael Niedermayer | 2001-11-05 | 1 | -7/+10 | |
* | green line fix for dstw%8!=0 | Michael Niedermayer | 2001-11-04 | 1 | -4/+11 | |
* | fixed warnings | Michael Niedermayer | 2001-11-04 | 1 | -27/+48 | |
* | faster bgr15/16 | Michael Niedermayer | 2001-11-04 | 1 | -50/+28 | |
* | right green line bugfix for width not %8==0 (untested -vo vesa doesnt work) | Michael Niedermayer | 2001-11-02 | 1 | -1/+12 | |
* | c speedup | Michael Niedermayer | 2001-10-31 | 1 | -17/+19 | |
* | 15/16bit in C speedup | Michael Niedermayer | 2001-10-31 | 1 | -30/+50 | |
* | c optimizations | Michael Niedermayer | 2001-10-30 | 1 | -24/+75 | |
* | c optimizations | Michael Niedermayer | 2001-10-30 | 1 | -17/+68 | |
* | c optimizations (array is faster than pointer) (16bpp variants tested and 2% ... | Michael Niedermayer | 2001-10-30 | 1 | -18/+9 | |
* | interpolate chrominance for every second line in the 1:1 vertical scale function | Michael Niedermayer | 2001-10-30 | 1 | -41/+153 | |
* | bugfixes | Michael Niedermayer | 2001-10-30 | 1 | -7/+9 | |
* | fixed a warning | Michael Niedermayer | 2001-10-29 | 1 | -0/+1 | |
* | patch from Martin Decky <deckm1am@ss1000.ms.mff.cuni.cz> applied and unnecass... | Michael Niedermayer | 2001-10-29 | 1 | -2/+5 | |
* | tell the c compiler that the memory changed | Michael Niedermayer | 2001-10-28 | 1 | -0/+8 | |
* | 3dnow prefetch & sfence | Michael Niedermayer | 2001-10-28 | 1 | -26/+11 | |
* | yv12 to yv12 scaler | Michael Niedermayer | 2001-10-28 | 1 | -21/+40 | |
* | yuv2rgb bugfix | Michael Niedermayer | 2001-10-28 | 1 | -31/+31 | |
* | a few warning fixes (missing #include's) | Pierre Lombard | 2001-10-25 | 1 | -0/+1 | |
* | downscale | Michael Niedermayer | 2001-10-25 | 1 | -279/+326 | |
* | BGR24 bugfix | Michael Niedermayer | 2001-10-21 | 1 | -5/+5 | |
* | fixed alignment (static variables where sometimes not 8-byte aligned) | Michael Niedermayer | 2001-10-20 | 1 | -289/+888 | |
* | first line bug fixed (happend if the image was scaled down or 1:1) | Michael Niedermayer | 2001-10-19 | 1 | -2/+7 | |
* | horizontal scaling bugs fixed, should be mostly bugfree now | Michael Niedermayer | 2001-10-19 | 1 | -25/+28 | |
* | xinc scaled by 16 instead of 8 | Arpi | 2001-10-19 | 1 | -2/+2 | |
* | horizontal lines bugfix | Michael Niedermayer | 2001-10-19 | 1 | -4/+4 | |
* | vertical lines bugfix | Michael Niedermayer | 2001-10-19 | 1 | -7/+12 |