RE: [ivtv-devel] [XDRIVER] version 0.10.5 ivtv xdriver - 2nd attempt

2005-07-21 Thread John Harvey
> -Original Message- > From: [EMAIL PROTECTED] [mailto:ivtv-devel- > [EMAIL PROTECTED] On Behalf Of K.R. Foley > Sent: 22 July 2005 02:18 > To: ivtv-devel@lists.sourceforge.net > Subject: Re: [ivtv-devel] [XDRIVER] version 0.10.5 ivtv xdriver - 2nd > attempt > > > > It should work for tha

Re: [ivtv-devel] [XDRIVER] version 0.10.5 ivtv xdriver - 2nd attempt

2005-07-21 Thread K.R. Foley
John Harvey wrote: > --- "K.R. Foley" <[EMAIL PROTECTED]> wrote: > > >>John Harvey wrote: >> >>>Hopefully I've now attached the correct file. >>>Apologies for the inconvenience. >>> >>>John >>> >> >>Does the above mentioned X driver along with the >>newest ivtv driver >>actually work with xine o

Re: [ivtv-devel] pvr-150mce = suck

2005-07-21 Thread Keith C
On Jul 21, 2005, at 6:22 PM, Khanh Tran wrote: I've got no problems with mine and looks just as good as the screenshot. Perhaps you need to turn on deinterlacing? I can see some lines De-interlacing would be on the playback. The captured mpeg will always be interlaced (the source is

RE: [ivtv-devel] pvr-150mce = suck

2005-07-21 Thread Khanh Tran
I've got no problems with mine and looks just as good as the screenshot. Perhaps you need to turn on deinterlacing? I can see some lines -Khanh > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Big Wave Dave > Sent: Thursday, July 21, 2005

Re: [ivtv-devel] pvr-150mce = suck

2005-07-21 Thread Brent
Larry Symms wrote: 2. Anyone want to test this thing once I get a replacement? I'll gladly send it to anyone willing to play with it. I am sure my school district would want to try it out for you. We are using three 500mce on two machines and they look ok. Brent Norris Network Administrat

Re: [ivtv-devel] pvr-150mce = suck

2005-07-21 Thread Larry Symms
Well it's not my screen grab but the hand is all screwed up. Big Wave Dave wrote: On 7/21/05, Bryan Mayland <[EMAIL PROTECTED]> wrote: Larry Symms wrote: ok... I've officially given up on this POS card. The record quality is pitiful and the time discrepancy issue is annoying and can

RE: [ivtv-devel] state of raw/YUV support

2005-07-21 Thread John Harvey
The problem with the read/write is the frame boundaries aren't well defined. I'm not sure whether the read size is always 720 x height or whether setting the capture resolution affects it. If it does it doesn't affect the output and so the write has to assume it is getting 720 x height which might

Re: [ivtv-devel] Status of PVR-500 PAL?

2005-07-21 Thread Rudy Zijlstra
[EMAIL PROTECTED] wrote: Hi there, I'm quite a long time user of IVTV, using the 0.3.6 line of drivers with 2 PVR-350's and actually considering my MythTV setup to have production stability (=every day living room use) Therefore I'm increasingly running into the problem that I do not have enou

Re: [ivtv-devel] pvr-150mce = suck

2005-07-21 Thread Big Wave Dave
On 7/21/05, Bryan Mayland <[EMAIL PROTECTED]> wrote: > Larry Symms wrote: > > > ok... I've officially given up on this POS card. The record quality > > is pitiful and the time discrepancy issue is annoying and can cause > > firmware lockups so I'm ready to yank it. 2 items: > > Do you have

RE: [ivtv-devel] state of raw/YUV support

2005-07-21 Thread kevin thayer
> I remain to be convinced about the benefit of the > write interface for YUV > data but in time I will improve the ioctl one to do > decoding if means we can > save CPU usage. (if i'm understaning correctly) I there would be a real benefit in that folks wanting to write yuv to the driver, but not

Re: [ivtv-devel] PVR-500, capture ok but no sound...

2005-07-21 Thread Petter Gundersen
Line 3 is supposed to be separated over two lines. To make things easier here's the patch as an attachment. Regards, Petter On 7/21/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Heu... Petter, sorry but one more problem... > Now, the same error appears in line 16 ... > > 1 diff -ur /u

Re: [ivtv-devel] PVR-500, capture ok but no sound...

2005-07-21 Thread Niklas Brunlid
If this is the same patch I used on 0.3.6z (IIRC), you can simply edit ivtv-fileopts.c manually and comment out (or remove) the two blocks in it that look like this: if (tda9887 == 0) { int config = 0; ivtv_tda9887(itv, TDA9887_SET_CONFIG, &config); } if (tda9887 == 0) { int config = T

Re: [ivtv-devel] PVR-500, capture ok but no sound...

2005-07-21 Thread el_lascar
Heu... Petter, sorry but one more problem... Now, the same error appears in line 16 ... 1 diff -ur /usr/local/src/ivtv-0.3.6z.orig/driver/ivtv-fileops.c /usr/local/src/ivtv-0.3.6z/ driver/ivtv-fileops.c 2 --- ivtv-0.3.6z.orig/driver/ivtv-fileops.c 2005-07-11 14:39:55.0

Re: [ivtv-devel] pvr-150mce = suck

2005-07-21 Thread Bryan Mayland
Larry Symms wrote: how do I get screen captures? Mine was bad but different bad. Looked a little like bad reception with weird horizontal cuts in the image occasionally. I've tried switching inputs with the pvr-350 and it's still worse on the 150 I just recorded a quick mpeg and then o

Re: [ivtv-devel] [XDRIVER] version 0.10.5 ivtv xdriver - 2nd attempt

2005-07-21 Thread Fredrik Karlsson
It looks the same. By accident, I tried a file where the subtitle is in a separate file, and mplayer displays it in the same way as the vibrating text I told you about earlier. /Fredrik On 7/21/05, John Harvey <[EMAIL PROTECTED]> wrote: > What does it look like if you don't play it full > screen/

RE: [ivtv-devel] state of raw/YUV support

2005-07-21 Thread John Harvey
I allready do it in the Xv driver if someone wants to lift the code it is in the source code of it. One of my thoughts is that in the long run I can do it by creating a bigger SG array for the dma engine to just transfer from but I'm not sure how beneficial that would really be yet. One day I'll

Re: [ivtv-devel] Real-time display of video data?

2005-07-21 Thread Brian Keener
Brian Keener wrote: Brian Jackson wrote: You can add -nocache to mplayer options, but it still won't work for things like video games. The problem is that an entire mpeg stream is assembled in hardware, and there has to be a lag to get it right. Or something --Brian Jackson I'll ju

Re: [ivtv-devel] pvr-150mce = suck

2005-07-21 Thread Larry Symms
how do I get screen captures? Mine was bad but different bad. Looked a little like bad reception with weird horizontal cuts in the image occasionally. I've tried switching inputs with the pvr-350 and it's still worse on the 150 Bryan Mayland wrote: Larry Symms wrote: ok... I've officiall

Re: [ivtv-devel] Issues with cx88xx and bttv on tveeprom

2005-07-21 Thread George Galt
Adam: Sorry for replying to my own message, but moving to 0.3.6w (from Axel's FC4 atrpms-testing repo) has fixed the error messages. Thanks for the help. George On 7/21/05, George Galt <[EMAIL PROTECTED]> wrote: > Adam: > > I removed bttv.ko, but the error on cx88xx and cx8800 persist after >

[ivtv-devel] Status of PVR-500 PAL?

2005-07-21 Thread ivtv
Hi there, I'm quite a long time user of IVTV, using the 0.3.6 line of drivers with 2 PVR-350's and actually considering my MythTV setup to have production stability (=every day living room use) Therefore I'm increasingly running into the problem that I do not have enough tuners to do enough simu

Re: [ivtv-devel] Error when running xmame via PVR=350 tv-out + xv

2005-07-21 Thread Dan Libby
Ian Armstrong wrote: >>Error: XVimage is smaller then the requested size. (requested: 448x576, >>got 448x480) >>Unable to start video emulation >> >> > >Are you using NTSC ? I'm using PAL and pacman runs okay, but some other games >fail with a similar error to you, such as the following... >

Re: [ivtv-devel] pvr-150mce = suck

2005-07-21 Thread Bryan Mayland
Larry Symms wrote: ok... I've officially given up on this POS card. The record quality is pitiful and the time discrepancy issue is annoying and can cause firmware lockups so I'm ready to yank it. 2 items: Do you have any screen grabs? I'm curious how bad they look. Here's one taken f

Re: [ivtv-devel] state of raw/YUV support

2005-07-21 Thread Chris Kennedy
I fixed it last, maybe someone did some work before me, maybe Hans, or maybe not, but finished fixing it at least awhile back. Also one interesting thing would be for someone to do this for input so YUV Decoding has the opposite code. Figure that'd be not so difficult for someone understandin

[ivtv-devel] msp3400 not responding to i2c commands ?

2005-07-21 Thread Bruno Hondelatte
Hello all, It is a long time since I haven't posted on the list. After having fought for a while some months ago to get my pvr350 work with 0.1x versions of ivtv, I have finally decided to switch to 0.3.7. All seems to work fine, except one thing : the sound. I still have my 4049FM5 (type=45) tun

Re: [ivtv-devel] Issues with cx88xx and bttv on tveeprom

2005-07-21 Thread George Galt
Adam: I removed bttv.ko, but the error on cx88xx and cx8800 persist after deleting bttv.ko. I'll try moving to 0.3 to see if that changes anything. FYI, I'm on FC4 with a single PVR-350 pulling rpms from Axel's ATRPMs site. George P.S. Here are the errors from just *below* the ivtv section of

Re: [ivtv-devel] Issues with cx88xx and bttv on tveeprom

2005-07-21 Thread Adam Forsyth
Yup, delete bttv.ko and run depmod. Should fix it. Although I'm using 0.3 not 0.2, the log messages concerning bttv are the same. I'd still reccomend going to 0.3 though as well. On 7/21/05, George Galt <[EMAIL PROTECTED]> wrote: > All: > > This is my first posting to the list, so I appologize i

[ivtv-devel] PVR-350: Tuner is unable to find any channels

2005-07-21 Thread Wyness Casama
Hi all, I've been playing with my PVR-350 for the last while trying to get tuning to work. Currently, I'm not getting anything but 'snow' on the tuner source for all channels. When I set the source to svideo I'm able to get a black and white image of whatever I'm inputting into the port via svide

[ivtv-devel] Issues with cx88xx and bttv on tveeprom

2005-07-21 Thread George Galt
All: This is my first posting to the list, so I appologize if I tread on any established conventions. I've had several successful MythTV boxes, but this one -- an upgrade of an existing, functioning box -- has me puzzled. I keep getting messages about bttv/cx88x and tveeprom in the messages log

Re: [ivtv-devel] Real-time display of video data?

2005-07-21 Thread Andrew Kohlsmith
On Thursday 21 July 2005 12:07, Brian Keener wrote: > Yes, I realize how the device works; fortunately, I bought the 150 to > capture various video inputs and burn them onto CD-ROM. Yes, and you were probably drawn to its hardware MPEG encoder. :-) > I had really just hoped to be able to toss th

Re: [ivtv-devel] state of raw/YUV support

2005-07-21 Thread kevin thayer
did someone rewrite the fixup code? the stuff that i wrote back in the day was REALLY bad. instant crash :) -tmk --- John Harvey <[EMAIL PROTECTED]> wrote: > > If this is really needed in the driver then we > should > probably add an ioctl to enable it so that a program > can choose the format

Re: [ivtv-devel] Real-time display of video data?

2005-07-21 Thread Brian Keener
Brian Jackson wrote: You can add -nocache to mplayer options, but it still won't work for things like video games. The problem is that an entire mpeg stream is assembled in hardware, and there has to be a lag to get it right. Or something --Brian Jackson I'll just pick up an s-video s

[ivtv-devel] Discarded frames/fields and stuff in Xine?

2005-07-21 Thread Niklas Brunlid
Can these errors cause drops of single fields in Xine, causing stuff like tearing and field reversal? I know the tearing issue is being worked on, but is field reversal caused by the same issues (no access to accurate timing, etc)? I get the same errors when running with xshm though, but th

Re: [ivtv-devel] Real-time display of video data?

2005-07-21 Thread Brian Keener
Simon Kenyon wrote: On Thursday 21 July 2005 16:41, Brian Keener wrote: One thing I've been a bit dissappointed in with regards to IVTV and the PVR150 is that playback can't be realtime with mplayer. My previous tv tuner card, an STB bt878-based device, had real-time display that was suitab

Re: [ivtv-devel] pvr-150mce = suck

2005-07-21 Thread Keith C
On Jul 21, 2005, at 8:50 AM, Larry Symms wrote:ok... I've officially given up on this POS card.  The record quality is pitiful and the time discrepancy issue is annoying and can cause firmware lockups so I'm ready to yank it.  2 items:Weird, I have a PVR-500mce, which has the same tuner times two a

Re: [ivtv-devel] PVR-500MCE radio not working

2005-07-21 Thread Christophe Massiot
On Tue, Jul 19, 2005, Michael Andersen wrote: > I've been trying to get the radio working on my new 500mce, but I'm not > getting any sound. Could you try the following patch ? It seems logical from my previous experience with LG TAPE tuners, but I can't test it. Report if it works. --- tuner.c

[ivtv-devel] [PATCH] radio on 150MCE with LG S001D MK3 tuner

2005-07-21 Thread Christophe Massiot
I have looked at the various "TAPE"-type tuners from LG and seen that they involved patching tuner.c to have the radio work. The attached patch is empirical and works for me. It is quite straightforward. However I haven't found any specification detailing how to program the tuner, so in particular

Re: [ivtv-devel] Real-time display of video data?

2005-07-21 Thread Brian Jackson
You can add -nocache to mplayer options, but it still won't work for things like video games. The problem is that an entire mpeg stream is assembled in hardware, and there has to be a lag to get it right. Or something --Brian Jackson Brian Keener wrote: One thing I've been a bit dissappoi

Re: [ivtv-devel] Real-time display of video data?

2005-07-21 Thread Simon Kenyon
On Thursday 21 July 2005 16:41, Brian Keener wrote: > One thing I've been a bit dissappointed in with regards to IVTV and the > PVR150 is that playback can't be realtime with mplayer. > > My previous tv tuner card, an STB bt878-based device, had real-time > display that was suitable for playing vid

Re: [ivtv-devel] Error when running xmame via PVR=350 tv-out + xv

2005-07-21 Thread Ian Armstrong
On Thursday 21 Jul 2005 11:02, Dan Libby wrote: > Okay, so if I try to run xmame from within mythgame, a blue box briefly > flashes on the screen and nothing happens. I can't figure out where > mythgame is hiding its logfile, and I've no idea why this is happening. > So now I'm running xmame direc

[ivtv-devel] Real-time display of video data?

2005-07-21 Thread Brian Keener
One thing I've been a bit dissappointed in with regards to IVTV and the PVR150 is that playback can't be realtime with mplayer. My previous tv tuner card, an STB bt878-based device, had real-time display that was suitable for playing video games/etc. from outside sources. Using ivtv and mplay

Re: [ivtv-devel] Fwd: Re: LIRCD going unresponsive

2005-07-21 Thread Jim Reith
At 10:27 AM 7/21/2005, you wrote: Jim Reith wrote: I've been pointed over here from the LIRC list. Anyone know the state of this problem? Is Bryan around on list? I can forward my original with more of the details if it's not recognized/known from the bit below Jim Reith wrote: > I'm runni

Re: [ivtv-devel] [XDRIVER] version 0.10.5 ivtv xdriver - 2nd attempt

2005-07-21 Thread zoiks2004-ivtv
--- Ian Armstrong <[EMAIL PROTECTED]> wrote: > On Tuesday 19 Jul 2005 18:55, > [EMAIL PROTECTED] wrote: > > OK, I can confirm that this one works for me. It > > behaves much like the last one, at least as far as > > MythTV is concerned. > > > > Also, I also applied Ian's patch that you also > se

Re: [ivtv-devel] Fwd: Re: LIRCD going unresponsive

2005-07-21 Thread Bryan Mayland
Jim Reith wrote: I've been pointed over here from the LIRC list. Anyone know the state of this problem? Is Bryan around on list? I can forward my original with more of the details if it's not recognized/known from the bit below Jim Reith wrote: > I'm running KnoppMyth R5A16 with ivtv 3.6y a

Re: [ivtv-devel] Fwd: Re: LIRCD going unresponsive

2005-07-21 Thread Jim Reith
At 10:16 AM 7/21/2005, you wrote: CVS seems to fix this problem for the StreamZap remote. I posted the same on the lirc list. - Mark Hi Mark, Which driver did the fix go into? I'm using 3.6y now Jim On 7/21/05, Jim Reith <[EMAIL PROTECTED]> wrote: > I've been pointed over here from the LI

Re: [ivtv-devel] Fwd: Re: LIRCD going unresponsive

2005-07-21 Thread Mark Knecht
CVS seems to fix this problem for the StreamZap remote. I posted the same on the lirc list. - Mark On 7/21/05, Jim Reith <[EMAIL PROTECTED]> wrote: > I've been pointed over here from the LIRC list. > > Anyone know the state of this problem? Is Bryan around on list? > > I can forward my original

[ivtv-devel] pvr-150mce = suck

2005-07-21 Thread Larry Symms
ok... I've officially given up on this POS card. The record quality is pitiful and the time discrepancy issue is annoying and can cause firmware lockups so I'm ready to yank it. 2 items: 1. Any suggestions on a replacement? How's the pvr-250 freestyle (usually sold as Gateway OEM)? What's

[ivtv-devel] Fwd: Re: LIRCD going unresponsive

2005-07-21 Thread Jim Reith
I've been pointed over here from the LIRC list. Anyone know the state of this problem? Is Bryan around on list? I can forward my original with more of the details if it's not recognized/known from the bit below Jim Date: Thu, 21 Jul 2005 08:15:16 -0500 (CDT) From: Bob Cottingham <[EMAIL PROT

Re: [ivtv-devel] state of raw/YUV support

2005-07-21 Thread John Harvey
If this is really needed in the driver then we should probably add an ioctl to enable it so that a program can choose the format it wants to read the data in rather than making it a permanent module load option. --- Chris Kennedy <[EMAIL PROTECTED]> wrote: > Also if capture of YUV is desired, a

Re: [ivtv-devel] compiling ivtv with FC3-2.6.12-1.1372_FC3

2005-07-21 Thread Chris Rouch
On 7/20/05, Felix <[EMAIL PROTECTED]> wrote: > Has anybody tried to compile ivtv with latest FC3 kernel > (2.6.12-1.1372_FC3). It doesn't have > /lib/modules/2.6.12-1.1372_FC3/build directory (unlike previous kernels, > such as 2.6.11-1.35_FC3) and driver make complaining about it... You need the

Re: [ivtv-devel] state of raw/YUV support

2005-07-21 Thread Chris Kennedy
Also I would suggest using the options 'ivtv_dynbuf=0 yuv_buffers=16' if really wanting strong stable YUV capture. This tunes the buffers to work hardest at YUV allocation and ability to startup capture quickest and without stress. Thanks, Chris John Harvey wrote: It does work for a PVR 350

Re: [ivtv-devel] state of raw/YUV support

2005-07-21 Thread Chris Kennedy
Also if capture of YUV is desired, and you want normal YUV, then add the yuv_fixup=1 ivtv module option, this converts YUV, and is only a module option and off by default since it's something not supposed to be done at the driver level (so an application could be modeled after this code to make

Re: [ivtv-devel] state of raw/YUV support

2005-07-21 Thread Chris Kennedy
Yes, YUV capture is exactly the same for the 150 as the 350, and only broke for a very short period of time when rewriting all the DMA code, and all the methods we use to run interrupts and work queue threads. It is also interesting the Windows drivers take out YUV capture support for pvr150/

Re: [ivtv-devel] state of raw/YUV support

2005-07-21 Thread Chris Woen
Thank you, it seems today was my comment aptly provocative :-). Hopefully I will be able to check the driver on a 150 today or tomorrow. Chris On Jul 21 13:56, John Harvey wrote: > It does work for a PVR 350 but the question (if i > remember correctly) was about a 150 and i have no idea > wheth

Re: [ivtv-devel] state of raw/YUV support

2005-07-21 Thread John Harvey
It does work for a PVR 350 but the question (if i remember correctly) was about a 150 and i have no idea whether that works or not. mplayer has a decoder that understands the format coming out of the 350 and can play it directly (with the correct command line options). John --- Cory Papenfuss <[EM

[ivtv-devel] Problem betwen 0.3.6q and 0.3.6.r versions

2005-07-21 Thread Jose Alberto Reguero
The chnage: +#if 0 if (ivtv_sleep_timeout(HZ, 1)) { IVTV_DEBUG(IVTV_DEBUG_ERR, "ENC: Sleep timeout interrupted.\n"); } - +#else + schedule(); +#endif betwen 0.3.6q and 0.3.6.r versions cause vid

Re: [ivtv-devel] state of raw/YUV support

2005-07-21 Thread Cory Papenfuss
What were the answers? I didn't see any responses to your e-mail. I asked this question a while back, and I got no response. With mplayer it does not work (yet). On the other (dark) side of the world, the windows drives do not support to read raw data, so it would be amazing if these hacker g

Re: [ivtv-devel] PVR-500, capture ok but no sound...

2005-07-21 Thread Rudy Zijlstra
[EMAIL PROTECTED] wrote: On Thu, Jul 21, 2005 at 02:32:13AM +0200, Rudy Zijlstra wrote: With the original 0.3.7 i have mostly no sound on all 4 tuners of my dual PVR500. With tha 22272 patch above sound is OK on all channels. Same question to you: any module parameters required/ Henk

Re: [ivtv-devel] Error when running xmame via PVR=350 tv-out + xv

2005-07-21 Thread John Harvey
No idea yet but i will look into it soon. I may mail you directly when i do since i've never run xmame (yet). I'll download it and build it over the next few days. John --- Dan Libby <[EMAIL PROTECTED]> wrote: > Okay, so if I try to run xmame from within mythgame, > a blue box briefly > flashes

[ivtv-devel] Error when running xmame via PVR=350 tv-out + xv

2005-07-21 Thread Dan Libby
Okay, so if I try to run xmame from within mythgame, a blue box briefly flashes on the screen and nothing happens. I can't figure out where mythgame is hiding its logfile, and I've no idea why this is happening. So now I'm running xmame directly from the command line. If I run xmame without vidm

Re: [ivtv-devel] state of raw/YUV support

2005-07-21 Thread Chris Woen
On Jul 20 22:48, Brian Keener wrote: > Chris Woen wrote: > > >Great answers, > >thank you. > > > > > > > > What were the answers? I didn't see any responses to your e-mail. > > I asked this question a while back, and I got no response. With mplayer it does not work (yet). On the other (dark)

Re: [ivtv-devel] [XDRIVER] version 0.10.5 ivtv xdriver - 2nd attempt

2005-07-21 Thread John Harvey
What does it look like if you don't play it full screen/zoomed? John --- Fredrik Karlsson <[EMAIL PROTECTED]> wrote: > Hi John, here is some info: > > a) The IVTV version is 0.3.6 (z) > b) Mplayer gives this line : > VIDEO: [DIVX] 480x258 24bpp 25.000 fps 669.1 > kbps (81.7 kbyte/s) >

Re: [ivtv-devel] [XDRIVER] version 0.10.5 ivtv xdriver - 2nd attempt

2005-07-21 Thread Fredrik Karlsson
Hi John, here is some info: a) The IVTV version is 0.3.6 (z) b) Mplayer gives this line : VIDEO: [DIVX] 480x258 24bpp 25.000 fps 669.1 kbps (81.7 kbyte/s) and later .. VO: [xv] 480x258 => 480x258 Planar YV12 [fs] [zoom] c) X is set up at "720x576". d) Full screen (using -fs -zoom) e) T