]> git.sesse.net Git - ffmpeg/commit
New implementation of rgb32tobgr32
authorIvo van Poorten <ivop@euronet.nl>
Mon, 16 Apr 2007 21:41:03 +0000 (21:41 +0000)
committerIvo van Poorten <ivop@euronet.nl>
Mon, 16 Apr 2007 21:41:03 +0000 (21:41 +0000)
commitb38d487466e68bd6baf2889017d2a751831560f0
tree63c54f05c133132d55b330ac607e7671e1a32a9f
parent4f99f932689523dd2a77656ca1b75e00178c3559
New implementation of rgb32tobgr32

The previous implementation segfaulted with MMX enabled when fed an image
smaller than the size of the units the MMX code processed. The new code:
- is faster for MMX, MMX2 and plain C
- processes small images correctly
- is LGPL

Originally committed as revision 23009 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
libswscale/rgb2rgb_template.c