mpv/postproc
michael 55f6ab49eb width % 16 != 0 workaround by (Nicolas Plourde: nicolas plourde, gmail com>)
cleanup by me
  indention fixed
  second one must be yv12touyvy instead of yv12toyuy2
  replace slow modulo by bitwise and
  move %16!=0 code before the comment saying the code cant handle %16!=0


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15825 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-06-27 07:40:24 +00:00
..
.cvsignore
Makefile
cs_test.c
rgb2rgb.c fix palette8tobgr32/palette8torgb32 on big endian 2005-04-27 18:17:53 +00:00
rgb2rgb.h
rgb2rgb_template.c
swscale-example.c
swscale.c Should fix altivec detection for g3 system. 2005-05-20 12:08:31 +00:00
swscale.h
swscale_altivec_template.c width % 16 != 0 workaround by (Nicolas Plourde: nicolas plourde, gmail com>) 2005-06-27 07:40:24 +00:00
swscale_internal.h
swscale_template.c Fixes GCC4 fix by using "g" instead of "mp" as some compilers misscompile 2005-06-24 12:17:30 +00:00
yuv2rgb.c
yuv2rgb_altivec.c
yuv2rgb_mlib.c
yuv2rgb_template.c