RE: [ivtv-devel] Recording problems with 0.3.8 (lenghty description)

2005-09-18 Thread klickmich
> Hans Verkuil wrote: > > > vbi embedded in MPEG stream: on?! > > > > Where does that come from? Can you turn it off (ivtvctl -x0) and > > double check with ivtvctl -X that it really is off, > > With 0.2.0 this is what comes along: > ---> > pvr:/usr/src/ivtv/utils$ ./ivtvctl -d /dev/video1 -x 0

RE: [ivtv-devel] Any urgent issues that need to be fixed before releasing 0.3.8?

2005-09-11 Thread klickmich
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > John Harvey > > I have a change to the yuv code that allows user control of > interlaced/non-intelaced and changes the default behavior to > hopefully fix at least some of the problems people are having. > I will commit thos

RE: [ivtv-devel] [PATCH] yuv improvements

2005-08-02 Thread klickmich
I can confirm corrupted recordings with the 0.3.x versions (which I used to try out the XV features). That's why I am currently back to 0.2.x waitung for things to settle. So this definitively is a issue. Martin > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]

RE: [ivtv-devel] mplayer and X driver ver 0.10.4

2005-07-12 Thread klickmich
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Sager, Jim > > I have loaded ivtv 0.3.6z with Ian's patch for scaling and > the latest X driver 0.10.4. I tried playing a video in > MythVideo using mplayer and I get sound with no picture. The >

RE: [ivtv-devel] Re: Ioctl IVTV_IOC_PREP_FRAME_YUV returned failed Error Invalid argument (was mplayer with -vo xv: signal 6)

2005-06-30 Thread klickmich
Might that be a PAL vs. NTSC issue? Xvinfo shows the PAL-Resolution as max. xv size while ivtv-fb et al are correct about their NTSC assumptions. Just thinking. Martin > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Andrew Kohlsmith > Sent: Thu

RE: [ivtv-devel] mplayer TVOutput

2005-06-24 Thread klickmich
Please check the wiki http://ivtv.writeme.ch/tiki-index.php?page=TvOutHowto to get started. The versions mentioned there are a little outdated but it is still valid in priciple (load ivtv-fb and have a X display associated with it). When you have that running you can reference the TV out display ju

RE: [ivtv-devel] ivtv success, thanks, other details

2005-06-24 Thread klickmich
Yes - it really would be great to see ivtv in the kernel tree. I totally agree with Aran on appreciating all the good work - I think getting officially supported would be a well deserved reward! But (there is alway a 'but', isn't it) IMHO the PVR-350 TV-Out features have proven not to be as flawle

RE: [ivtv-devel] [PATCH] YUV improved quality and NTSC

2005-06-20 Thread klickmich
I am getting: - Stairs effect much better, but still occurs every 14-16 (estimated) lines. - vsnyc tearing still present - picture scaled to full width positioned at the top of the screen (I assume this is intended / V-centering not yet implemented) This is in PAL land with a 576x240 avi. Cheers,

RE: [ivtv-devel] [PATCH] yuv scaling update & debugging -updated patch

2005-06-16 Thread klickmich
I can also confirm that this version is working pretty good - playing DivX with ~5% CPU usage on PIII/1.4G!!! I found the follwing things that might still be improved: - the hardware scaled picture appears at the top of the screen - maybe it would be possible to center it vertically, - I can see h

RE: [ivtv-devel] [PATCH] cx25840 firmware fixes, audio cleanup

2005-06-15 Thread klickmich
I can confirm that the patch allows to compile on debian kernel 2.4.25. I hope to find out possible problems in the next day(s). Thanks, Martin > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Tyler Trafford > Sent: Wednesday, June 15, 2005 8:55

RE: [ivtv-devel] [PATCH] Make ivtv-0.3.6l compile against 2.4 kernel

2005-06-15 Thread klickmich
Greetings, Martin > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Tyler Trafford > Sent: Wednesday, June 15, 2005 4:34 PM > To: ivtv-devel@lists.sourceforge.net > Subject: Re: [ivtv-devel] [PATCH] Make ivtv-0.3.6l compile >

[ivtv-devel] [PATCH] Make ivtv-0.3.6l compile against 2.4 kernel

2005-06-15 Thread klickmich
Hi Chris, I seem to be the last one on earth who did not find the time to move to a 2.6 kernel ;-) All the cx25840 reworkings after 0.3.5h made the driver not compile anymore against my 2.4.25 debian kernel. Looking at the old and new sources and guessing wildly, I added two #if defined(LINUX26)

RE: [ivtv-devel] ivtvdev 0.10 Xv no Yv12

2005-05-31 Thread klickmich
John, speaking about the future: Do you think the PVR-350 is capable of doing hardware scaling when using the YUV/xv output and this could be used in the xv implementation? I am asking because my PIII-1.4G still seems to be too slow to play XVIDs flawlessly. Apart from that, I must say, that thin

RE: [ivtv-devel] Xdriver v0.10 fixed xv support

2005-05-15 Thread klickmich
Bingo - a huge improvement over mplayer -vo x11 !!! Thanks again, Martin > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > John Harvey > Sent: Sunday, May 15, 2005 11:27 PM > To: ivtv-devel@lists.sourceforge.net > Subject: [ivtv-devel] Xdriver v0

RE: [ivtv-devel] [PATCH] YUV patch to support Xv in xdriver

2005-05-15 Thread klickmich
Here is some additional info! First the good news: If I make mplayer scale the video to full width and expand it to full height, xv output works very good (I get a full width centered video this way): mplayer -fs -vo xv -vf scale=720:0,expand=720:576 Just one other thing: I have to use the PVRs

RE: AW: [ivtv-devel] [PATCH] YUV patch to support Xv in xdriver

2005-05-15 Thread klickmich
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > John Harvey > Sent: Sunday, May 15, 2005 5:46 PM > > The xdriver does do the conversion so this may be down to a > different sized image from the one I was using and probably a > bug in my code. >

AW: [ivtv-devel] [PATCH] YUV patch to support Xv in xdriver

2005-05-15 Thread klickmich
Hi John, I would have loved this ... but on my system I had the following problems (apart from not having an offical XFREE86 4.4 Server package on debian): - redraw artifacts in regular X11 applications (e.g. mythTV) - -vo xv has only the green picture component - -vo xv places the pictur

[ivtv-devel] [PATCH] Compile ivtv-0.3.3t with kernel 2.4.(25)

2005-04-28 Thread klickmich
Hello everybody, I was just trying out 0.3.3t because with the 0.2rc's I still have freezes in Myth when skipping around. I must say that my system still freezes quickly (best reproduced by skipping single frames backward in pause mode of Myth) but anyhow, I would like to contribute the changes I