summaryrefslogtreecommitdiffstats
path: root/libswscale/x86/yuv2rgb_mmx.c
Commit message (Collapse)AuthorAgeFilesLines
* MMX(2) accelerated yuv420->rgb24 routine, trivial as essentially as it justzuxy2010-01-091-2/+4
| | | | | | | swaps R and B inputs for the existing yuv420->bgr24 routine. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30254 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cosmetics:ramiro2009-08-161-8/+8
| | | | | | | - Place curly brackets in the same line as while/for/if/switch/else/do; - Place curly brackets at column 0 in the next line starting a function. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29523 b3059339-0415-0410-9bf9-f77b7e298cf2
* BGR32 MMX special convertor.ramiro2009-08-141-0/+10
| | | | | | Patch by Peter Schlaile < peter at schlaile dot de > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29515 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move yuv2rgb code to subdirs.ramiro2009-03-261-0/+89
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29063 b3059339-0415-0410-9bf9-f77b7e298cf2