[mythtv-commits] Ticket #2312: New MMX code for YUV420 conversion causes issues

MythTV mythtv at cvs.mythtv.org
Wed Sep 6 06:00:39 UTC 2006


#2312: New MMX code for YUV420 conversion causes issues
--------------------------------+-------------------------------------------
 Reporter:  pdbailey at gmail.com  |        Owner:  nigel   
     Type:  defect              |       Status:  assigned
 Priority:  minor               |    Milestone:  0.20    
Component:  mythtv              |      Version:  head    
 Severity:  medium              |   Resolution:          
--------------------------------+-------------------------------------------
Changes (by nigel):

  * milestone:  unknown => 0.20

Comment:

 OK. I will guess that something is overwriting the frame's buffer space
 and clobbbering videobuffers queue management?
 Could I get someone to turn the Vector-enhanced setting back on after
 applying this patch:
 {{{
 % svn diff yuv2rgb.cpp
 Index: yuv2rgb.cpp
 ===================================================================
 --- yuv2rgb.cpp (revision 11063)
 +++ yuv2rgb.cpp (working copy)
 @@ -927,7 +927,7 @@
  #endif

  #ifdef MMX
 -    return mmx_yuv420_2vuy;
 +    //return mmx_yuv420_2vuy;
  #endif

      return non_vec_yuv420_2vuy; /* Fallback to C */
 }}}
 which will tell us if QuickTime is screwing up the frontend's data, or if
 the MMX routine is. And the output from -v playback would be helpful, too.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/2312#comment:5>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list