summaryrefslogtreecommitdiffstats
path: root/postproc/swscale_altivec_template.c
Commit message (Collapse)AuthorAgeFilesLines
* width % 16 != 0 workaround by (Nicolas Plourde: nicolas plourde, gmail com>)michael2005-06-271-0/+10
| | | | | | | | | | | 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
* Altivec unscaled YV12 -> packed YUV patch by (Romain Dolbeau <dolbeau at ↵michael2004-07-061-0/+147
| | | | | | irisa dot fr>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12769 b3059339-0415-0410-9bf9-f77b7e298cf2
* small linux/altivec compile fix in postproc/ by (Romain Dolbeau <dolbeau at ↵michael2004-06-041-8/+6
| | | | | | irisa dot fr>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12533 b3059339-0415-0410-9bf9-f77b7e298cf2
* AltiVec hScale, all size patch by (Romain Dolbeau <dolbeaur at club-internet ↵michael2004-04-061-1/+185
| | | | | | dot fr>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12131 b3059339-0415-0410-9bf9-f77b7e298cf2
* AltiVec support in postproc/ + altivec optimizations for yuv2yuvX patch by ↵michael2004-03-111-0/+203
(Romain Dolbeau <dolbeau at irisa dot fr>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12018 b3059339-0415-0410-9bf9-f77b7e298cf2