[mythtv-commits] Ticket #9268: [PATCH] mythvideo: fix win32 playback of dvd's and iso images

MythTV mythtv at cvs.mythtv.org
Sun Nov 21 15:43:09 UTC 2010


#9268: [PATCH] mythvideo: fix win32 playback of dvd's and iso images
------------------------------------------------------+---------------------
     Reporter:  Lawrence Rust <lvr@…>                 |       Owner:  nigel      
         Type:  Patch - Bug Fix                       |      Status:  new        
     Priority:  minor                                 |   Milestone:  unknown    
    Component:  Ports - Windows                       |     Version:  Unspecified
     Severity:  medium                                |    Keywords:             
Ticket locked:  0                                     |  
------------------------------------------------------+---------------------
 This series of patches fix win32 specific issues with mythvideo.[[BR]]
 - pathname.diff allows the VideoStartupDir to be a semicolon (instead of
 colon) separated list of dirs.  This permits win32 absolute paths such as
 d:\...[[BR]]
 - io.diff fixes libmythtv/mythiowrapper to use a 64-bit off_t type as
 expected by libdvdnav.  This fixes the playback of iso images.[[BR]]
 - ogl-thrd.diff fixes libmythui/mythrender_opengl and libmythtv/mythplayer
 to ensure that only the correct thread calls
 MythRenderOpenGL::makeCurrent.  This is important on win32 where each
 thread has its own OpenGL context - see [http://msdn.microsoft.com/en-
 us/library/dd374387%28v=VS.85%29.aspx]

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/9268>
MythTV <http://www.mythtv.org/>
MythTV Media Center


More information about the mythtv-commits mailing list