[RFC] Need comments for supplementing a new pixelformat in videodev2.h

2009-07-31 Thread Dongsoo, Nathaniel Kim
Hello, As the codec device of my new H/W I'm is giving output with Y and CbCr as separated components which means it's just like other NV pixelformats described in videodev2.h. However, there is a significant difference in aligning each Y and CbCr components in memory. Picking up the description

Re: [PATCH 0/4] soc-camera: cleanup + scaling / cropping API fix

2009-07-31 Thread Valentin Longchamp
Guennadi Liakhovetski wrote: On Thu, 30 Jul 2009, Valentin Longchamp wrote: Hi Guennadi, Guennadi Liakhovetski wrote: Hi all here goes a new iteration of the soc-camera scaling / cropping API compliance fix. In fact, this is only the first _complete_ one, the previous version only converted

Re: Cinergy T2 stopped working with kernel 2.6.30

2009-07-31 Thread emagick
I've added dummy 32-bit variables to dvb_frontend_swzigzag_autotune() to change the frame size. Here are the results for mythweb (can tune/cannot tune): #variables i486 i586 0 ok failure 1 failureok 2 ok ok 3

FW: Problems with Geniatech Digistar

2009-07-31 Thread volkdir
Hi, I bought a very cheap satellite card, geniatech digistar (20 EUR) and now I have some trouble with it. In the linux tv wiki it is mentioned that the card should work: http://www.linuxtv.org/wiki/index.php/Geniatech_DVB-S_Digistar Scanning for

Re: [PATCH] Fix lowband tuning with tda8261

2009-07-31 Thread Julian Scheel
Alex Deucher schrieb: On Fri, Jul 31, 2009 at 12:40 PM, Julian Scheeljul...@jusst.de wrote: Attached is a patch which fixes tuning to low frequency channels with stb0899+tda8261 cards like the KNC TV-Station DVB-S2. The cause of the issue was a broken if construct, which should have been an

[cron job] v4l-dvb daily build 2.6.22 and up: WARNINGS, 2.6.16-2.6.21: ERRORS

2009-07-31 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Fri Jul 31 19:00:08 CEST 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 12373:3f2dffde2429 gcc version: gcc

Re: Cinergy T2 stopped working with kernel 2.6.30

2009-07-31 Thread emagick
I think I've found the problem: static int cinergyt2_fe_set_frontend(struct dvb_frontend *fe, struct dvb_frontend_parameters *fep) { struct cinergyt2_fe_state *state =

Re: Cinergy T2 stopped working with kernel 2.6.30

2009-07-31 Thread Markus Rechberger
On Fri, Jul 31, 2009 at 9:47 PM, emag...@magic.ms wrote: Apparently, usb_bulk_msg() cannot be used with data on the stack: http://www.linuxtv.org/pipermail/linux-dvb/2008-August/028150.html http://www.mail-archive.com/linux-usb-de...@lists.sourceforge.net/msg19158.html -- As far as I recall

Patch for stack/DMA problems in Cinergy T2 drivers

2009-07-31 Thread emagick
There might be a more elegant solution, but this seems to work for me: --- drivers/media/dvb/dvb-usb/cinergyT2-fe.c2009-06-10 05:05:27.0 +0200 +++ drivers/media/dvb/dvb-usb/cinergyT2-fe.c2009-07-31 22:02:48.0 +0200 @@ -146,66 +146,103 @@

Re: Patch for stack/DMA problems in Cinergy T2 drivers

2009-07-31 Thread emagick
The patch I sent is incomplete, there are more instances of the same problem in cinergyT2-core.c. -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Patch for stack/DMA problems in Cinergy T2 drivers (2)

2009-07-31 Thread emagick
Here's a patch for cinergyT2-core.c: --- a/drivers/media/dvb/dvb-usb/cinergyT2-fe.c 2009-06-10 05:05:27.0 +0200 +++ b/drivers/media/dvb/dvb-usb/cinergyT2-fe.c 2009-07-31 22:02:48.0 +0200 @@ -146,66 +146,103 @@ fe_status_t *status) {

Re: Cinergy T2 stopped working with kernel 2.6.30

2009-07-31 Thread Johannes Stezenbach
On Fri, Jul 31, 2009 at 08:44:59PM +0200, emag...@magic.ms wrote: static int cinergyt2_fe_set_frontend(struct dvb_frontend *fe, struct dvb_frontend_parameters *fep) { struct

Re: Patch for stack/DMA problems in Cinergy T2 drivers (2)

2009-07-31 Thread Johannes Stezenbach
On Fri, Jul 31, 2009 at 10:25:20PM +0200, emag...@magic.ms wrote: Here's a patch for cinergyT2-core.c: --- a/drivers/media/dvb/dvb-usb/cinergyT2-fe.c2009-06-10 05:05:27.0 +0200 +++ b/drivers/media/dvb/dvb-usb/cinergyT2-fe.c2009-07-31 22:02:48.0 +0200 @@

[PATCH -next] media/zr364xx: fix build errors

2009-07-31 Thread Randy Dunlap
From: Randy Dunlap randy.dun...@oracle.com Fix build errors in zr364xx by adding selects: zr364xx.c:(.text+0x195ed7): undefined reference to `videobuf_streamon' zr364xx.c:(.text+0x196030): undefined reference to `videobuf_dqbuf' zr364xx.c:(.text+0x1960c4): undefined reference to `videobuf_qbuf'

USB devices supporting raw or sliced VBI for closed captioning?

2009-07-31 Thread Steve Castellotti
I was wondering if anyone could please point me at a list or similar resource for USB capture devices which support raw (or sliced) VBI access for producing a closed caption transcript through software such as zbvi-ntsc-cc or ccextractor? Specifically I'm wanting a device capable of

Re: Terratec Cinergy HibridT XS

2009-07-31 Thread Valerio Messina
Devin Heitmueller ha scritto: Ah, good news: the patch I wrote that adds support for the remote control is still around: http://linuxtv.org/hg/~dheitmueller/v4l-dvb-terratec-xs/rev/92885f66ac68 I will prep this into a new tree and issue a pull request when I get back in town on Sunday. hi,

Re: USB devices supporting raw or sliced VBI for closed captioning?

2009-07-31 Thread Markus Rechberger
Hi, On Sat, Aug 1, 2009 at 1:20 AM, Steve Castellottis...@eyemagnet.com wrote:        I was wondering if anyone could please point me at a list or similar resource for USB capture devices which support raw (or sliced) VBI access for producing a closed caption transcript through software such

Re: [PULL] http://kernellabs.com/hg/~mkrufky/sms1xxx

2009-07-31 Thread Mauro Carvalho Chehab
Em Fri, 31 Jul 2009 11:25:55 -0400 Michael Krufky mkru...@kernellabs.com escreveu: Please review this patch yourself -- you will see I am simply removing Hauppauge-specific handling that was incorrectly added by Uri, resulting in the crippling of these devices under Linux. Fair enough. I'll