OSDN Git Service

postprocessing cleanup:
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 28 Oct 2002 19:31:04 +0000 (19:31 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 28 Oct 2002 19:31:04 +0000 (19:31 +0000)
commit9c9e467d8d7febf7a1e87b16e8b66c2c6e861d83
tree53fc05caf5c04f3e60c56168df228e4a2b524d55
parentf3a344472140a8455cab54b53faf564cfff9a4d2
postprocessing cleanup:
remove opendivx #ifdefs
remove rk1 filter
remove unused / obsolete stuff
add -1,4,2,4,-1 deinterlacing filter (ffmpeg uses that)
threadsafe / no more non-const globals
some optimizations
different strides for Y,U,V possible
remove ebx usage (someone really should fix gcc, this is really lame)
change the dering filter slightly (tell me if its worse for any files)

Originally committed as revision 7947 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
postproc/Makefile
postproc/postprocess.c
postproc/postprocess.h
postproc/postprocess_template.c