On Sat, Sep 25, 2004 at 08:11:40AM -0300, Rob Shortt wrote: > >I'll change the code so that [no]input options really override any > >defaults including the BES case. That should fix your case and not cause > >any changes to other users. > > Thanks. That will certainly fix my problem, maintaining noinput in the > config is business as usual.
I just commited the changes to cvs. > >The primary layer is put into exclusive mode so that windowstack updates > >don't hinder performance. In the future it could also be used to make a > >window to house the BES. > > Windowed BES would be really cool. Have you given any thought to adding > any windowed mode options to vo_dfbmga or vo_directfb(2). I have thought about housing the BES in a window. That would be basically identical to Xv. I have actually written code that does that for tvtime. Making mplayer do the same would be quite simple but I just haven't felt the need for it. > I would > definately like to see an option for windowed more and also to output to > any premade window's surface by passing a window id or surface id to > mplayer. What are your thoughts on that? Output to a pre-existing surface would require hardware capable of blitting from YUV to RGB or software colorspace conversion. Matrox cards can blit from YUY2/UYVY to some RGB formats. So it's certainly possible. It would need to be controlled by the window id (surfaces don't have an id). > I was thinking of attempting > a patch for that once my TODO list gets a bit smaller. Patches are always welcome. -- Ville Syrj�l� [EMAIL PROTECTED] http://www.sci.fi/~syrjala/
