Re: [Freevo-devel] de-interlace, overlay (was: [PATCH] v4l overlayTV app)

2003-03-10 Thread Erland Lewin
Brian J. Murrell wrote: On Sun, Mar 09, 2003 at 05:11:23PM +0100, Stephan Kanthak wrote: Cool! Does it use the attic BES (backend scaler) stuff from Krister? Would be nice to have hardware deinterlacing enabled at least on G400! NO! You do not want to de-interlace on the way out to an

[Freevo-devel] Re: v4l overlay TV app: v4lctl, v4l2

2003-03-10 Thread Erland Lewin
Wan Tat Chee wrote: 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! Thanks! The patch consists of the following files:

[Freevo-devel] Re: cvs commit? (was: v4l overlay TV app)

2003-03-10 Thread Erland Lewin
Starkeeper wrote: I would like to use the new TVapp, but where can I find the files? I already did a CVS update but none of these files fly to my harddisk. What will I have to do? Thank you for your interest. Please let me know how it works for you! I don't have CVS write permissions, so I can't

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

2003-03-10 Thread Stephan Kanthak
On Sunday 09 March 2003 19:38, Brian J. Murrell wrote: On Sun, Mar 09, 2003 at 05:11:23PM +0100, Stephan Kanthak wrote: Cool! Does it use the attic BES (backend scaler) stuff from Krister? Would be nice to have hardware deinterlacing enabled at least on G400! NO! You do not want to

[Freevo-devel] Re: v4l overlay only with X (was: v4l overlay TV app)

2003-03-10 Thread Starkeeper
You wrote that overlay mode is only running under X in FB-Mode. But don't you nullify the speed advantage of overlaying by starting an FB-Application under X? To get the application running for testing, can you post the options for X to set Fb-mode?

Re: [Freevo-devel] Re: v4l overlay TV app: v4lctl, v4l2

2003-03-10 Thread Thomas Schueppel
frequency tables I have only added the europe-west frequencies, feel free to add other tables as need arises I have a python module containing all freq. at home. I made it from the v4l perl module. Will send it to you as soon as I find it.

[Freevo-cvslog] freevo/helpers tvgrep.py,NONE,1.1

2003-03-10 Thread outlyer
Update of /cvsroot/freevo/freevo/helpers In directory sc8-pr-cvs1:/tmp/cvs-serv30146/helpers Added Files: tvgrep.py Log Message: A dumb little command-line program I use to schedule stuff sometimes. It works like this: ./helpers/tvgrep.py -listing show name will print a human readable

[Freevo-cvslog] freevo/helpers tvgrep.py,1.1,1.2

2003-03-10 Thread outlyer
Update of /cvsroot/freevo/freevo/helpers In directory sc8-pr-cvs1:/tmp/cvs-serv10038 Modified Files: tvgrep.py Log Message: Fixed a mistake in how the 'schedule' format stuff was being outputted and added '/usr/bin/env python' to the top. duh. Index: tvgrep.py

[Freevo-devel] Re: Big Problem (was: v4l overlay TV app)

2003-03-10 Thread Erland Lewin
Quoting Starkeeper [EMAIL PROTECTED]: Everytime I try the new tvapp, I get this error: [...] mode=tvchannel=ZDF tuner=E5 Setting rc.app to bound method V4Loverlay.eventhandler of tv.v4loverlay.V4Loverlay instance at 0x800db44c v4loverlay.Play( self=tv.v4loverlay.V4Loverlay instance at

Re: [Freevo-devel] Re: v4l overlay only with X (was: v4l overlay TV app)

2003-03-10 Thread Erland Lewin
Quoting Starkeeper [EMAIL PROTECTED]: You wrote that overlay mode is only running under X in FB-Mode. But don't you nullify the speed advantage of overlaying by starting an FB-Application under X? No. I don't know the details of how X interacts with the fb drivers, but I can tell you that

Re: [Freevo-devel] view thoughts in the new skin

2003-03-10 Thread Gustavo Sverzut Barbieri
--- Dirk Meyer [EMAIL PROTECTED] escreveu: Hi, first off all for all the people who don't read the cvs logs: my new skin is making progress. Hey, it's me :) Sorry for not reading the cvslog, but I'm bloated with mails... It can look like blue1_big, blue1_small, blue_round1 and

Re: [Freevo-devel] Re: v4l overlay TV app: v4lctl, v4l2

2003-03-10 Thread Wan Tat Chee
On Mon, 10 Mar 2003, Erland Lewin wrote: Wan Tat Chee wrote: Hmm, most v4l capable installs should also have v4lctl. Wouldn't it be easier to use v4lctl to set frequencies, mute/unmute, etc.? You'll have automatic support for available frequency tables without having to worry about

[Freevo-cvslog] freevo/src/image viewer.py,1.15,1.16

2003-03-10 Thread gsbarbieri
Update of /cvsroot/freevo/freevo/src/image In directory sc8-pr-cvs1:/tmp/cvs-serv6655/src/image Modified Files: viewer.py Log Message: Fix a bug when comming back from image viewer. Now all the screen is restored (force_redraw=TRUE) Index: viewer.py