mpv/postproc
michael b363309d04 fixing yuy2 upscaling (use -sws 0 for the faster but uglier variant)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7726 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-13 19:46:51 +00:00
..
.cvsignore
Makefile removed -W -Wall -g and other gcc-specific warning/debug options 2002-08-22 23:29:46 +00:00
cs_test.c
postprocess.c
postprocess.h
postprocess_template.c warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org> 2002-09-01 14:30:55 +00:00
rgb2rgb.c fixed palette8to{rgb24,bgr24,rgb32,bgr32} 2002-09-09 16:18:47 +00:00
rgb2rgb.h tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug 2002-09-22 02:33:28 +00:00
rgb2rgb_template.c use detected WORDSIZE instead of warning, when inttypes.h doesn't define __WORDSIZE 2002-09-16 19:39:57 +00:00
swscale.c fixing yuy2 upscaling (use -sws 0 for the faster but uglier variant) 2002-10-13 19:46:51 +00:00
swscale.h more scaling algos 2002-07-04 13:08:37 +00:00
swscale_template.c mmx yuy2 output 2002-10-13 17:23:02 +00:00
yuv2rgb.c remove unused varibles patch by (Eric Sesterhenn <SnakeByte at gmx dot de>) 2002-08-13 19:18:20 +00:00
yuv2rgb_mlib.c
yuv2rgb_template.c