[mythtv-commits] Ticket #8554: Auto Zoom/Fill (letterbox detection) does not work with VDPAU

MythTV mythtv at cvs.mythtv.org
Fri Jun 11 05:33:40 UTC 2010


#8554: Auto Zoom/Fill (letterbox detection) does not work with VDPAU
-------------------------------------+--------------------------------------
 Reporter:  anonymous                |        Owner:  janne     
     Type:  defect                   |       Status:  closed    
 Priority:  minor                    |    Milestone:  unknown   
Component:  MythTV - Video Playback  |      Version:  0.23-fixes
 Severity:  medium                   |   Resolution:  invalid   
  Mlocked:  0                        |  
-------------------------------------+--------------------------------------
Changes (by markk):

  * status:  new => closed
  * resolution:  => invalid


Comment:

 Letterbox detection does not work with VDPAU because the code, as
 currently written, only works with video frames in main memory.

 If you want it to work with VDPAU, you'll need to write the code to
 transfer the decoded frames from GPU memory back to main memory for
 analysis.

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


More information about the mythtv-commits mailing list