Re: Wintv-HVR-1120 woes

2010-10-24 Thread fabio tirapelle
My WinTV-HVR-1120 works if I delete dvb-fe-tda10048-1.0.fw and rename dvb-fe-tda10046.fw in dvb-fe-tda10048-1.0.fw (see cf "Hauppauge WinTV-HVR-1120 on Unbuntu 10.04" thread). After reboot my WinTV-HVR-1120 works. Ubuntu recognizes that the firmware isn't correct and doesn't load the firmware. B

[PATCH] IR: initialize ir_raw_event in few more drivers

2010-10-24 Thread Maxim Levitsky
Few drivers still have assumption that ir_raw_event consists of duration and pulse flag. Fix that. Signed-off-by: Maxim Levitsky --- drivers/media/dvb/siano/smsir.c |2 +- drivers/media/video/cx23885/cx23888-ir.c |1 + drivers/media/video/cx25840/cx25840-ir.c |1 + 3 files c

Re: [PATCH 1/7] v4l: add videobuf2 Video for Linux 2 driver framework

2010-10-24 Thread Pawel Osciak
Hi Marek, Thanks for your patches, I went through your changes. Minor comments below. On Tue, Oct 19, 2010 at 23:41, Marek Szyprowski wrote: > From: Pawel Osciak > +/** > + * __vb2_queue_cancel() - cancel and stop (pause) streaming > + * > + * Removes all queued buffers from driver's queue and

Re: [PATCH 5/7] v4l: videobuf2: add read() emulator

2010-10-24 Thread Pawel Osciak
Hi Marek, This is a pretty crafty patch, you've managed to make it nice and clean, without adding complexity to streaming code. Nice job. A few of my comments below. On Tue, Oct 19, 2010 at 23:41, Marek Szyprowski wrote: > Add a generic read() emulator for videobuf2. It uses MMAP memory type > bu

Re: Wintv-HVR-1120 woes

2010-10-24 Thread Sasha Sirotkin
On Sun, Oct 24, 2010 at 10:22 PM, Sasha Sirotkin wrote: > On Sun, Oct 24, 2010 at 8:55 PM, Albin Kauffmann > wrote: >> On Thursday 21 October 2010 23:25:29 Sasha Sirotkin wrote: >>> I'm having all sorts of troubles with Wintv-HVR-1120 on Ubuntu 10.10 >>> (kernel 2.6.35-22). Judging from what I've

Re: Wintv-HVR-1120 woes

2010-10-24 Thread Sasha Sirotkin
On Sun, Oct 24, 2010 at 8:55 PM, Albin Kauffmann wrote: > On Thursday 21 October 2010 23:25:29 Sasha Sirotkin wrote: >> I'm having all sorts of troubles with Wintv-HVR-1120 on Ubuntu 10.10 >> (kernel 2.6.35-22). Judging from what I've seen on the net, including >> this mailing list, I'm not the on

Re: [PATCH 7/8] v4l: Add EBUSY error description for VIDIOC_STREAMON

2010-10-24 Thread Devin Heitmueller
On Sun, Oct 24, 2010 at 3:50 PM, Laurent Pinchart wrote: > I think the patch makes sense. As you mention many drivers already implement > this behaviour, so this mostly clarifies the API. Calling VIDIOC_STREAMON on > an already streaming file handle isn't something applications should do in the >

Re: [PATCH 7/8] v4l: Add EBUSY error description for VIDIOC_STREAMON

2010-10-24 Thread Laurent Pinchart
On Sunday 24 October 2010 18:52:09 Pawel Osciak wrote: > On Fri, Oct 22, 2010 at 17:18, Mauro Carvalho Chehab wrote: > > Em 06-09-2010 03:53, Marek Szyprowski escreveu: > >> From: Pawel Osciak > >> > >> VIDIOC_STREAMON should return EBUSY if streaming is already active. > >> > >> Signed-off-by

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-10-24 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:Sun Oct 24 19:00:28 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15167:abd3aac6644e git master:

Re: Wintv-HVR-1120 woes

2010-10-24 Thread Albin Kauffmann
On Thursday 21 October 2010 23:25:29 Sasha Sirotkin wrote: > I'm having all sorts of troubles with Wintv-HVR-1120 on Ubuntu 10.10 > (kernel 2.6.35-22). Judging from what I've seen on the net, including > this mailing list, I'm not the only one not being able to use this > card and no solution seem

Re: dvb-apps: hr-All update

2010-10-24 Thread Samuel Rakitničan
On Sun, 24 Oct 2010 13:50:02 +0200, Christoph Pfister wrote: 2010/10/24 Samuel Rakitničan : Hi, Some channel changed, also added additional mux for all regions. Digital switch over was done for the whole country so channels should be changing less frequently now. Updated, thanks! Rea

V4L/DVB miniconf at Linux Plumbers 2010

2010-10-24 Thread Mauro Carvalho Chehab
Hi, I've updated the themes that will be discussed during this year's LPC conference. They're available at: http://wiki.linuxplumbersconf.org/2010:media_infrastructure The media track is scheduled to happen on Friday, November 5, 2010 at 1:30 – 4:00pm. Jarod/Vaibhav/Marek, Please rev

[PATCH] Guard a divide in v4l1 compat layer

2010-10-24 Thread Dr. David Alan Gilbert
Hi, I managed to trigger a divide by 0 in the v4l compat code with the mem2mem test module; I suspect perhaps it shouldn't have been returning a 0 pixel wide picture, but either way it seems right to guard this divide by 0 in the compatibility layer. Tested on 2.6.36 (ubuntu build, but the code

Re: [PATCH 7/8] v4l: Add EBUSY error description for VIDIOC_STREAMON

2010-10-24 Thread Pawel Osciak
On Fri, Oct 22, 2010 at 17:18, Mauro Carvalho Chehab wrote: > Em 06-09-2010 03:53, Marek Szyprowski escreveu: >> From: Pawel Osciak >> >> VIDIOC_STREAMON should return EBUSY if streaming is already active. >> >> Signed-off-by: Pawel Osciak >> Signed-off-by: Kyungmin Park >> Signed-off-by: Marek

[PATCH] media/video/gspca: fix error check

2010-10-24 Thread Nicolas Kaiser
It looks to me like it was intended to check the return value at this point. Signed-off-by: Nicolas Kaiser --- drivers/media/video/gspca/cpia1.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/media/video/gspca/cpia1.c b/drivers/media/video/gspca/cpia1.c index

To slow libv4l MJPEG decoding with HD cameras

2010-10-24 Thread Mitar
Hi! Logitech HD Pro Webcam C910 supports 2592x1944 at 10 FPS MJPEG stream. This is really great but the problem is that libv4l decoding of MJPEG is too slow for real-time on the fly decoding at this framerate. I use 2.6.36-rc6-amd64 and Intel(R) Core(TM)2 Quad CPU Q9400 @ 2.66GHz and 0.8.1 v4l-uti

Fwd: [RFC/PATCH 2/5] vpif: Move and extend ch_params[]

2010-10-24 Thread Muralidharan Karicheri
Sorry for the duplicate. -- Forwarded message -- From: Muralidharan Karicheri Date: Sun, Oct 24, 2010 at 10:13 AM Subject: Re: [RFC/PATCH 2/5] vpif: Move and extend ch_params[] To: mats.randga...@tandberg.com Acked-by : Murali Karicheri On Fri, Oct 22, 2010 at 3:00 AM, wrote

Fwd: [RFC/PATCH 5/5] vpif_cap/disp: Cleanup, improved comments

2010-10-24 Thread Muralidharan Karicheri
-- Forwarded message -- From: Muralidharan Karicheri Date: Sun, Oct 24, 2010 at 10:36 AM Subject: Re: [RFC/PATCH 5/5] vpif_cap/disp: Cleanup, improved comments To: mats.randga...@tandberg.com Acked-by: Murali Karicheri On Fri, Oct 22, 2010 at 3:00 AM, wrote: > > From: Mats Ran

Fwd: [RFC/PATCH 4/5] vpif_cap/disp: Added support for DV timings

2010-10-24 Thread Muralidharan Karicheri
-- Forwarded message -- From: Muralidharan Karicheri Date: Sun, Oct 24, 2010 at 10:33 AM Subject: Re: [RFC/PATCH 4/5] vpif_cap/disp: Added support for DV timings To: mats.randga...@tandberg.com On Fri, Oct 22, 2010 at 3:00 AM, wrote: > > From: Mats Randgaard > > Added functio

Fwd: [RFC/PATCH 3/5] vpif_cap/disp: Added support for DV presets

2010-10-24 Thread Muralidharan Karicheri
-- Forwarded message -- From: Muralidharan Karicheri Date: Sun, Oct 24, 2010 at 10:24 AM Subject: Re: [RFC/PATCH 3/5] vpif_cap/disp: Added support for DV presets To: mats.randga...@tandberg.com On Fri, Oct 22, 2010 at 3:00 AM, wrote: > > From: Mats Randgaard > > Added functio

Re: [RFC/PATCH 2/5] vpif: Move and extend ch_params[]

2010-10-24 Thread Muralidharan Karicheri
On Sun, Oct 24, 2010 at 10:13 AM, Muralidharan Karicheri wrote: > Acked-by : Murali Karicheri > > On Fri, Oct 22, 2010 at 3:00 AM, wrote: >> >> From: Mats Randgaard >> >> - The ch_params tables in vpif_capture.c and vpif_display.c are moved to a >> common >>  table in vpif.c. Then it is easier

Re: [RFC/PATCH 1/5] vpif_cap/disp: Add debug functionality

2010-10-24 Thread Muralidharan Karicheri
My previous reply didn't make it to linuxtv server. See comments below. On Sun, Oct 24, 2010 at 10:04 AM, Muralidharan Karicheri wrote: > Thanks for the patch. Please read below for my comments > > >> >> +/* >> + * vpif_g_chip_ident() - Identify the chip >> + * @file: file ptr >> + * @priv: file

Re: [RFC/PATCH 0/5] DaVinci VPIF: Support for DV preset and DV timings.

2010-10-24 Thread Muralidharan Karicheri
Thanks for the patch! On Sun, Oct 24, 2010 at 9:38 AM, Muralidharan Karicheri wrote: > > On Fri, Oct 22, 2010 at 3:00 AM, wrote: >> >> From: Mats Randgaard >> >> Support for DV preset and timings added to vpif_capture and vpif_display >> drivers. >> Functions for debugging are added and the co

Re: Hauppauge WinTV-HVR-1120 on Unbuntu 10.04

2010-10-24 Thread Albin Kauffmann
On Tuesday 19 October 2010 21:56:51 fabio tirapelle wrote: > The WinTV did work correctly with ubuntu 9.10. In Ubuntu 9.10 the > package linux-firmware-nonfree didn't include the dvb-fe-tda10048-1.0.fw. I > remember that Ubuntu 9.10 used for my card the dvb-fe-tda10046.fw. > > Now, Ubuntu 10.04 lo

s2-liplianin for kernel 2.6.36

2010-10-24 Thread David Kaplan
Does anyone have a version of s2-liplianin that compiles against 2.6.36? -- 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

Re: dvb-apps: hr-All update

2010-10-24 Thread Christoph Pfister
2010/10/24 Samuel Rakitničan : > Hi, > > Some channel changed, also added additional mux for all regions. Digital > switch over was done for the whole country so channels should be changing > less frequently now. Updated, thanks! > Best regards, > Samuel Christoph -- To unsubscribe from this lis

Re: linuxtv.org Wiki

2010-10-24 Thread Bjørn Mork
Mauro Carvalho Chehab writes: > It is a wiki for a community effort. If you found it outdated, please help us > on keeping it uptodated. Yes, I know and I do wish I could write somethingmore up-to-date. My problem with that is that I do not feel I know enough about your requirements for driver

Re: [RFC/PATCH 3/5] vpif_cap/disp: Added support for DV presets

2010-10-24 Thread Hans Verkuil
On Saturday, October 23, 2010 21:40:01 Hiremath, Vaibhav wrote: > > > -Original Message- > > From: mats.randga...@tandberg.com [mailto:mats.randga...@tandberg.com] > > Sent: Friday, October 22, 2010 12:31 PM > > To: Hiremath, Vaibhav > > Cc: linux-media@vger.kernel.org; hans.verk...@tandbe

dvb-apps: hr-All update

2010-10-24 Thread Samuel Rakitničan
Hi, Some channel changed, also added additional mux for all regions. Digital switch over was done for the whole country so channels should be changing less frequently now. Best regards, Samuel hr-All.diff Description: Binary data