[Freevo-devel] [PATCH] v4l overlay TV app

2003-03-09 Thread Erland Lewin
Here is a patch to add another possible TV viewer, other than mplayer. The new TV viewer uses the Video for Linux overlay mode, which doesn't require any CPU at all to show high quality TV in a window under X in frame buffer mode. This is important on slower machines - my 450 MHz celeron with a

[Freevo-cvslog] freevo/src/gui AlertBox.py,1.4,1.5 Border.py,1.3,1.4 Button.py,1.3,1.4 ConfirmBox.py,1.3,1.4 GUIObject.py,1.9,1.10 InputBox.py,1.3,1.4 LetterBox.py,1.3,1.4 LetterBoxGroup.py,1.2,1.3 ListBox.py,1.4,1.5 ListItem.py,1.2,1.3 OptionBox.py,1.1,1.2 PopupBox.py,1.6,1.7 RegionScroller.py,1.5,1.6 Scrollbar.py,1.2,1.3 ZIndexRenderer.py,1.6,1.7 listboxdemo.py,1.3,1.4 optiondemo.py,1.3,1.4 scrolldemo.py,1.3,1.4

2003-03-09 Thread rshortt
Update of /cvsroot/freevo/freevo/src/gui In directory sc8-pr-cvs1:/tmp/cvs-serv21629 Modified Files: AlertBox.py Border.py Button.py ConfirmBox.py GUIObject.py InputBox.py LetterBox.py LetterBoxGroup.py ListBox.py ListItem.py OptionBox.py PopupBox.py RegionScroller.py

[Freevo-cvslog] freevo/src menu.py,1.20,1.21

2003-03-09 Thread rshortt
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv23709 Modified Files: menu.py Log Message: In MenuWidget call child.draw() now instead of child._draw(). Index: menu.py === RCS file:

Re: [Freevo-devel] [PATCH] v4l overlay TV app

2003-03-09 Thread Aubin Paul
On Sun, Mar 09, 2003 at 01:38:24PM -0500, Brian J. Murrell wrote: Or why not utilize hardware overlay if you really want to overlay something on the picture? How would we do that? I mean, bmovl is one way to do it in mplayer, but it would be nice to use hardware overlay over mplayer if

Re: [Freevo-devel] [PATCH] v4l overlay TV app

2003-03-09 Thread Wan Tat Chee
On Sun, 9 Mar 2003, Erland Lewin wrote: Here is a patch to add another possible TV viewer, other than mplayer. The new TV viewer is written in 100% Python, without using any external programs. That's cool! The patch consists of the following files: src/tv/linuxioctl.py: Contains

[Freevo-devel] DVD detection bug

2003-03-09 Thread Dave Ladd
Having just finished building my new freevo box (woo hoo), I popped in a DVD and expected to get the title menu. Imagine my surprise when the DVD identified as a CD and I had to navigate down to the VOB files... So, it turns out that the mediatypes list in identifymedia.py is looking for

[Freevo-cvslog] freevo/src/tv record_daemon.py,1.4,1.5

2003-03-09 Thread outlyer
Update of /cvsroot/freevo/freevo/src/tv In directory sc8-pr-cvs1:/tmp/cvs-serv4366 Modified Files: record_daemon.py Log Message: Fixed a problem with freevo_record.lst files that might have been hand-edited. Index: record_daemon.py