[MPlayer-dev-eng] [PATCH] dvdnav

Rich Felker dalias at aerifal.cx
Mon Feb 6 03:41:42 CET 2006


On Mon, Feb 06, 2006 at 03:28:27AM +0100, Diego Biurrun wrote:
> On Mon, Feb 06, 2006 at 12:17:34AM +0100, Ötvös Attila wrote:
> > 2006. február 5. 15.53 dátummal Diego Biurrun ezt írta:
> > > Hmm, with gmplayer I still get flickering Windows with the Rush Hour
> > > DVD..
> > >
> > > Somehow this DVD seems to be a good testcase.  Sound is still missing
> > > from the initial intro before the menu starts up.  This worked with an
> > > older revision of your patch.  Furthermore once you have selected one
> > > menu item, CPU utilization climbs up to 100%.  SPU colors are still off,
> > > but you already know that.
> > 
> > I fixed the audio problem.
> 
> Wonderful, it works for me as well now.
> 
> > I didn't see the mentioned "get flickering windows". If the problem
> > shows with this patch then I would like to ask you to write the
> > problem in more detail (What kind of vo did you use?)
> 
> OK, try the following steps to reproduce:
> 
>  gmplayer -dvd-device /path/to/rush_hour/ dvdnav://
> 
> The copyright warning flickers while the movie window disappears and
> reappears.  I found out this is window manager specific.  It happens
> with wmii (which I use currently), but goes away when I try with XFce.
> 
> What also happens - both with mplayer and gmplayer - is that the console
> gets spammed with messages like
> 
> VDec: vo config request - 720 x 480 (preferred colorspace: Unknown)             
> VDec: using Planar YV12 as output csp (no 0)
> Movie-Aspect is 1.78:1 - prescaling to correct movie aspect.
> VO: [xv] 720x480 => 854x480 Planar YV12 
> 
> that go away once the copyright warning stops.  Maybe this is related?

Are you using -fixed-vo? In any case it sounds like this is the
problem: reinitializing the vo again and again. We need to do
something so the config request gets blocked if the new mode is the
same as the old one.

Rich




More information about the MPlayer-dev-eng mailing list