1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-26 17:12:36 +00:00
mpv/postproc
michael 2d28fdd64c 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)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7947 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-28 19:31:04 +00:00
..
.cvsignore
cs_test.c test new converter stuff too 2002-06-29 21:35:48 +00:00
Makefile postprocessing cleanup: 2002-10-28 19:31:04 +00:00
postprocess_template.c postprocessing cleanup: 2002-10-28 19:31:04 +00:00
postprocess.c postprocessing cleanup: 2002-10-28 19:31:04 +00:00
postprocess.h postprocessing cleanup: 2002-10-28 19:31:04 +00:00
rgb2rgb_template.c fixing RGB32->RGB16 on big endian patch by (Colin Leroy <colin at colino dot net>) 2002-10-23 23:52:57 +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
swscale_template.c mmx yuy2 output 2002-10-13 17:23:02 +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
yuv2rgb_mlib.c
yuv2rgb_template.c
yuv2rgb.c avoid multiple init 2002-10-17 00:04:33 +00:00