[Freevo-cvslog] freevo/src event.py,1.27,1.28

2003-10-23 Thread outlyer
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv23190 Modified Files: event.py Log Message: Bugfix for missing 'menu' button; it was here before, and it was removed for some reason. Most DVDs have multiple menus, but not all DVDs have a TitleMenu, so under the

[Freevo-devel] Nasty problem with change in 'kills'

2003-10-23 Thread Aubin Paul
Ok, this is confusing. The change Dischi made today (change the kill -KILL to plain kill) seems to have a weird side effect. It does kill the display, but the children (Freevo's typically runs as five seperate copies due to threading or something) don't die and now I've got 7 children. This

[Freevo-wikilog] [Freevo Wiki] Update of DocumentationPage/GameEmulators

2003-10-23 Thread freevo-wikilog
Dear Wiki user, You have subscribed to a wiki page or wiki category on Freevo Wiki for change notification. The following page has been changed by 24.128.246.209: http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage_2fGameEmulators

Re: [Freevo-devel] Mplayer overlays -- vf_bmovl rewrite

2003-10-23 Thread Aubin Paul
On Wed, Oct 22, 2003 at 05:19:18PM -0400, Jason Tackaberry wrote: Yeah, it was patched from CVS on Monday, so things have clearly changed since then. I'll email here an updated patch and as well a sample test program (which will use imlib2, sorry) for your experimentation. Check back here in

Re: [Freevo-devel] Mplayer overlays -- vf_bmovl rewrite

2003-10-23 Thread Jason Tackaberry
On Thu, 2003-10-23 at 09:49, Aubin Paul wrote: Well, since we use Pygame/SDL, it would be possible to do that kind of stuff, but I like Freevo's quiet interface because I work in the same room as my TV and it's on all the time :) I can appreciate that. :) It would be easy to make a setting

[Freevo-devel] Re: Nasty problem with change in 'kills'

2003-10-23 Thread Dirk Meyer
Aubin Paul wrote: Ok, this is confusing. The change Dischi made today (change the kill -KILL to plain kill) seems to have a weird side effect. It does kill the display, but the children (Freevo's typically runs as five seperate copies due to threading or something) don't die and now I've

[Freevo-devel] Re: Nasty problem with change in 'kills'

2003-10-23 Thread Aubin Paul
On Thu, Oct 23, 2003 at 08:00:56PM +0200, Dirk Meyer wrote: The change Dischi made today (change the kill -KILL to plain kill) seems to have a weird side effect. It does kill the display, but the children (Freevo's typically runs as five seperate copies due to threading or something) don't

[Freevo-cvslog] freevo/src main.py,1.83,1.84

2003-10-23 Thread dischi
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv6197 Modified Files: main.py Log Message: correct shutdown Index: main.py === RCS file: /cvsroot/freevo/freevo/src/main.py,v retrieving revision

Re: [Freevo-devel] Nasty problem with change in 'kills'

2003-10-23 Thread Lars Eggert
Aubin Paul wrote: Ok, this is confusing. The change Dischi made today (change the kill -KILL to plain kill) seems to have a weird side effect. It does kill the display, but the children (Freevo's typically runs as five seperate copies due to threading or something) don't die and now I've got 7

[Freevo-cvslog] freevo/src main.py,1.84,1.85

2003-10-23 Thread dischi
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv11501 Modified Files: main.py Log Message: kill/stop threads before exit Index: main.py === RCS file: /cvsroot/freevo/freevo/src/main.py,v

Re: [Freevo-devel] Mplayer overlays -- vf_bmovl rewrite

2003-10-23 Thread Jason Tackaberry
On Thu, 2003-10-23 at 11:53, Aubin Paul wrote: Hmm... I know that Pygame/SDL supports SMPEG, I wonder if I could extend Freevo to allow an mpg background instead of a jpg... That would be terribly cool. Good luck with that... I don't know hide or hair of those kinds of optimizations :)