FFmpeg/postproc
Michael Niedermayer 937683784d fixing sinc filter (seems the problem was caused by rounding in pmulhw -> solution use shorter filter, its long and slow enough anyway)
some typos
some warning fixes

Originally committed as revision 6680 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2002-07-09 17:01:52 +00:00
..
.cvsignore
cs_test.c test new converter stuff too 2002-06-29 21:35:48 +00:00
Makefile
postprocess_template.c
postprocess.c
postprocess.h
rgb2rgb_template.c fixing memory overwrite bugs in the new converters 2002-06-29 21:43:28 +00:00
rgb2rgb.c fixing rgb24tobgr32 2002-06-30 19:04:02 +00:00
rgb2rgb.h
swscale_template.c fixing sinc filter (seems the problem was caused by rounding in pmulhw -> solution use shorter filter, its long and slow enough anyway) 2002-07-09 17:01:52 +00:00
swscale.c fixing sinc filter (seems the problem was caused by rounding in pmulhw -> solution use shorter filter, its long and slow enough anyway) 2002-07-09 17:01:52 +00:00
swscale.h more scaling algos 2002-07-04 13:08:37 +00:00
yuv2rgb_mlib.c
yuv2rgb_template.c
yuv2rgb.c