OSDN Git Service

15/16 bit dithering in C (5% slower, can be disabled by comenting #define DITHER1XBPP...
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 21 Jan 2002 22:11:09 +0000 (22:11 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 21 Jan 2002 22:11:09 +0000 (22:11 +0000)
commit5521b193d610bd9e575eda9478b2c3c3c87b7d46
tree1309f8e4f20fa7e3e20af01c330b356dbb57b71e
parentfe8054c0ff4ef8fa626a701b759d80f38def5710
15/16 bit dithering in C (5% slower, can be disabled by comenting #define DITHER1XBPP out)
x/yInc bugfix (bug was introduced during the global var removial)
more emms & no messing with ARCH_X86 (=workaround against not cleared mmx state somewhere)
sharpening filter (-ssf cs=<int> & -ssf ls=<int>)

Originally committed as revision 4298 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
postproc/swscale.c
postproc/swscale.h
postproc/swscale_template.c