ffmpeg/postproc
Michael Niedermayer d604bab901 fixed alignment (static variables where sometimes not 8-byte aligned)
added half uv interpolation support
added prefetch
BGR15 support in MMX (untested) (so BGR15,16,24,32 are supported)
special unscaled height version (not much faster but it doesnt interpolate uv vertically)

Originally committed as revision 2317 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2001-10-20 21:12:09 +00:00
..
postprocess.c more logic behavior if the altenative deblock filters are used (turning a alt filter on without turning the deblock filter on uses the alt filter instead of using no filter now) 2001-10-19 17:03:51 +00:00
postprocess.h PP_FUNNY_STRIDE disabled 2001-10-19 14:54:26 +00:00
postprocess_template.c more logic behavior if the altenative deblock filters are used (turning a alt filter on without turning the deblock filter on uses the alt filter instead of using no filter now) 2001-10-19 17:03:51 +00:00
swscale.c fixed alignment (static variables where sometimes not 8-byte aligned) 2001-10-20 21:12:09 +00:00
swscale.h header for swscale.c 2001-10-15 19:06:16 +00:00
swscale_template.c fixed alignment (static variables where sometimes not 8-byte aligned) 2001-10-20 21:12:09 +00:00