[mythtv-commits] Ticket #1043: Internal DVD Menu Support and Position Bar Support.

MythTV mythtv at cvs.mythtv.org
Thu Mar 2 20:45:38 UTC 2006


#1043: Internal DVD Menu Support and Position Bar Support.
--------------------------------+-------------------------------------------
 Reporter:  skamithi at gmail.com  |        Owner:  ijr 
     Type:  enhancement         |       Status:  new 
 Priority:  minor               |    Milestone:  0.20
Component:  mythtv              |      Version:  head
 Severity:  medium              |   Resolution:      
--------------------------------+-------------------------------------------
Comment (by skamithi at gmail.com):

 * fixed subtitles color

 * auto subtitles / audio will follow what is configured in dvd menu

 * fixed some minor problems
     * set MAX_STREAMS in avformat.h to 40.read on a website that total max
 num of dvd streams is 1video + 9 audio + 32 subtitle. 40 seems to be a
 decent number. helps prevent the "nb_streams >= MAX_STREAMS " error
 reported by some testers.
     * added some code to dvdnav to read number of audio channels directly
 from dvd.

 v7 todo list
    * make my home dvd work. its 352x480. if i play a vob in mythvideo it
 works fine. mythdvd returns ffmpeg decoding errors. works fine if i switch
 to libmpeg2. so either fix when using ffmpeg or implement still frame
 support when using libmpeg2, and tell mythtv to switch to libmpeg2 if
 viewing a dvd with resolution < 720x480. may take a while to figure out.

 * workaround that i have not added to patch is change to
 kDecoderProbeBufferSize . I set it 2048 to be able to get initial still
 frame to show on some dvds. If I don't do this, DVD terminates due to
 DVD_STOP. Not sure how to code "set kdecoderprobebuffersize to 2048 only
 if u playing a dvd". please help on this issue.

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


More information about the mythtv-commits mailing list