summaryrefslogtreecommitdiffstats
path: root/libvo/yuv2rgb_mmx.c
Commit message (Collapse)AuthorAgeFilesLines
* yuv2rgb_mmx crashes with ffdivx codec, when we play back avi files that havejkeil2001-07-121-85/+59
| | | | | | | | | | | | | | | | | | | a frame width that is not an exact multiple of 8. Testcase: 405.avi (356x240). Playing on an MMX capable x86 system using the x11 video-out driver results in a segfault. The MMX routines convert image data in quantities of 8 pixels in each loop, and the inner loop was not terminated in case there are only 1-7 pixels left, producing too much RGB output. For now, just ignore the last few pixels on each row, to avoid the segfaults. (Gives a black vertical border on the right, if you play a video with width%8 != 0) A possible future enhancement would be, to add a second loop to convert the last width%8 pixels to RGB using a byte loop. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1307 b3059339-0415-0410-9bf9-f77b7e298cf2
* Code cleanup and fix missing config.h and use femms on K6 2/2+/3.atmosfear2001-06-111-154/+165
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1102 b3059339-0415-0410-9bf9-f77b7e298cf2
* Should fix prob for gcc 2.96/3.0 users, please test.atmosfear2001-06-111-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1099 b3059339-0415-0410-9bf9-f77b7e298cf2
* movntq causes SIGILL on k6-3. Lets it be for K7, P3 cpus onlynickols_k2001-05-021-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@689 b3059339-0415-0410-9bf9-f77b7e298cf2
* Initial revisionarpi_esp2001-02-241-0/+419
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2 b3059339-0415-0410-9bf9-f77b7e298cf2