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

2010-08-07 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:Sat Aug 7 19:00:24 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 14994:a14d56c730c4 git master:

Re: [PATCH] Nova-S-Plus audio line input

2010-08-07 Thread Darron Broad
In message <1281191356.2400.91.ca...@localhost>, Andy Walls wrote: LO >On Sat, 2010-07-31 at 16:37 +0200, lawrence rust wrote: Sorry for the major snip but I am just filling you in with some history on this thread nothing more. I have no intention of contributing anything new. The patch by Law

Re: [PATCH for linux-next] V4L/DVB: v4l2: v4l2-ctrls.c needs kzalloc/kfree prototype

2010-08-07 Thread Hans Verkuil
On Saturday 07 August 2010 17:47:57 Laurent Riffard wrote: > linux-next 20100807 failed to compile: > > drivers/media/video/v4l2-ctrls.c: In function ‘v4l2_ctrl_handler_init’: > drivers/media/video/v4l2-ctrls.c:766: error: implicit declaration of function > ‘kzalloc’ > driver

[PATCH for linux-next] V4L/DVB: v4l2: v4l2-ctrls.c needs kzalloc/kfree prototype

2010-08-07 Thread Laurent Riffard
linux-next 20100807 failed to compile: drivers/media/video/v4l2-ctrls.c: In function ‘v4l2_ctrl_handler_init’: drivers/media/video/v4l2-ctrls.c:766: error: implicit declaration of function ‘kzalloc’ drivers/media/video/v4l2-ctrls.c:767: warning: assignment makes pointer from integer without a

Re: [PATCH/RFC] V4L2: add a generic function to find the nearest discrete format

2010-08-07 Thread Laurent Pinchart
Hi Guennadi, On Saturday 07 August 2010 15:20:58 Guennadi Liakhovetski wrote: > On Sat, 7 Aug 2010, lawrence rust wrote: [snip] > > A mean squared error metric such as hypot() could be better but requires > > FP. An integer only version wouldn't be too difficult. > > No FP in the kernel. And I

Re: [PATCH] Nova-S-Plus audio line input

2010-08-07 Thread Andy Walls
On Sat, 2010-07-31 at 16:37 +0200, lawrence rust wrote: > Hi everyone, > > This patch adds audio DMA capture and ALSA mixer elements for the line > input jack of the Hauppauge Nova-S-plus DVB-S PCI card. > > I'm using a Hauppauge Nova-S-plus PCI card to watch sat TV and it's been > very robust -

Re: [PATCH/RFC] V4L2: add a generic function to find the nearest discrete format

2010-08-07 Thread Hans Verkuil
On Saturday 07 August 2010 15:12:13 Guennadi Liakhovetski wrote: > On Sat, 7 Aug 2010, Hans Verkuil wrote: > > > On Friday 06 August 2010 22:21:36 Guennadi Liakhovetski wrote: > > > On Fri, 6 Aug 2010, Laurent Pinchart wrote: > > > > > > > Hi Guennadi, > > > > > > > > On Thursday 05 August 2010

Re: [PATCH/RFC] V4L2: add a generic function to find the nearest discrete format

2010-08-07 Thread Guennadi Liakhovetski
On Sat, 7 Aug 2010, lawrence rust wrote: > On Fri, 2010-08-06 at 22:21 +0200, Guennadi Liakhovetski wrote: > > On Fri, 6 Aug 2010, Laurent Pinchart wrote: > > > > > Hi Guennadi, > > > > > > On Thursday 05 August 2010 20:03:46 Guennadi Liakhovetski wrote: > > > > Many video drivers implement a di

Re: [PULL] http://www.kernellabs.com/hg/~stoth/cx23885-mpx

2010-08-07 Thread Andy Walls
On Fri, 2010-08-06 at 17:28 +0200, Hans Verkuil wrote: > On Thursday 05 August 2010 14:11:09 Andy Walls wrote: > > > The cx25840 module expects the volume control to have a range from > > 0-65535. It divides the input control value by 512 (i.e. volume >> 9). > > If you are using a control in th

Re: [PATCH/RFC] V4L2: add a generic function to find the nearest discrete format

2010-08-07 Thread Guennadi Liakhovetski
On Sat, 7 Aug 2010, Hans Verkuil wrote: > On Friday 06 August 2010 22:21:36 Guennadi Liakhovetski wrote: > > On Fri, 6 Aug 2010, Laurent Pinchart wrote: > > > > > Hi Guennadi, > > > > > > On Thursday 05 August 2010 20:03:46 Guennadi Liakhovetski wrote: > > > > Many video drivers implement a disc

[PATCH] Refactor Mantis DMA transfer to deliver 16Kb TS data per interrupt

2010-08-07 Thread Marko Ristola
This patch obsoletes patch with broken spaces https://patchwork.kernel.org/patch/107036/ With VDR streaming HDTV into network, generating an interrupt once per 16kb, implemented in this patch, seems to support more robust throughput with HDTV. Fix leaking almost 64kb data from the previous TS af

Re: [PATCH] Avoid unnecessary data copying inside dvb_dmx_swfilter_204() function

2010-08-07 Thread Marko Ristola
Hi The old patch with broken spaces is https://patchwork.kernel.org/patch/108274/ The one with good patch and bad introduction is https://patchwork.kernel.org/patch/118147/ Regards, Marko Ristola 07.08.2010 12:47, Marko Ristola wrote: > > Hi. > > This patch is like the original, but without

[GIT PATCHES FOR 2.6.37] Finish conversion of enum/g/s/try_fmt to _mbus_fmt

2010-08-07 Thread Hans Verkuil
Hi Mauro, This patch series finishes what I started in 2.6.35: converting all subdevs to use the mediabus formats instead of using struct v4l2_format. The last patch in this series removes the deprecated ops, thus simplifying the subdev video ops and preventing new drivers from attempting to use

Re: Fwd: No audio in HW Compressed MPEG2 container on HVR-1300

2010-08-07 Thread lawrence rust
On Fri, 2010-08-06 at 08:22 -0400, Andy Walls wrote: > On Fri, 2010-08-06 at 11:40 +0200, lawrence rust wrote: > > On Fri, 2010-08-06 at 11:49 +1200, Shane Harrison wrote: > > > > Well still no luck this end. Have done the following: > > > > 2) Applied the patch - no change (we were detecting th

Re: [PATCH/RFC] V4L2: add a generic function to find the nearest discrete format

2010-08-07 Thread lawrence rust
On Fri, 2010-08-06 at 22:21 +0200, Guennadi Liakhovetski wrote: > On Fri, 6 Aug 2010, Laurent Pinchart wrote: > > > Hi Guennadi, > > > > On Thursday 05 August 2010 20:03:46 Guennadi Liakhovetski wrote: > > > Many video drivers implement a discrete set of frame formats and thus face > > > a task o

Re: [PATCH] Avoid unnecessary data copying inside dvb_dmx_swfilter_204() function

2010-08-07 Thread Marko Ristola
Hi. This patch is like the original, but without mangled spaces. I found Documentation/email-clients.txt to be useful for tuning Thunderbird. DVB-S2 users with high volume stream data are interested in trying this patch too. Signed-off-by: Marko Ristola diff --git a/drivers/media/dvb/dvb-cor

Re: [PATCH/RFC] V4L2: add a generic function to find the nearest discrete format

2010-08-07 Thread Hans Verkuil
On Friday 06 August 2010 22:21:36 Guennadi Liakhovetski wrote: > On Fri, 6 Aug 2010, Laurent Pinchart wrote: > > > Hi Guennadi, > > > > On Thursday 05 August 2010 20:03:46 Guennadi Liakhovetski wrote: > > > Many video drivers implement a discrete set of frame formats and thus face > > > a task of