Re: V4L hg tree fails to compile against latest stable kernel 2.6.35

2010-08-05 Thread Douglas Schilling Landgraf
Hello Derek, On Tue, Aug 3, 2010 at 10:37 AM, Mauro Carvalho Chehab mche...@redhat.com wrote: Em 03-08-2010 03:44, VDR User escreveu: On Mon, Aug 2, 2010 at 11:36 PM, VDR User user@gmail.com wrote: Any idea when this will be fixed? It is up to Douglas to do the backport, but you can just

Re: [RFC/PATCH v3 06/10] media: Entities, pads and links enumeration

2010-08-05 Thread Laurent Pinchart
Hi Marko, On Wednesday 04 August 2010 21:28:22 Marko Ristola wrote: Hi Hans and Laurent. I hope my thoughts help you further. Thank you for sharing them. 03.08.2010 12:22, Laurent Pinchart wrote: On Monday 02 August 2010 23:01:55 Hans Verkuil wrote: On Monday 02 August 2010 16:35:54

V4L Kconfig defaults

2010-08-05 Thread Guennadi Liakhovetski
Hi Mauro At some point the usefullness of the VIDEO_HELPER_CHIPS_AUTO option has been questioned and a patch has even been submitted to disable this on embedded systems [1], which, somehow, doesn't seem to have been successful, even though there haven't been any objections. Or was I expected

Re: Not able to capture video frames

2010-08-05 Thread Jean-Francois Moine
On Thu, 5 Aug 2010 11:34:28 +0530 Sudhindra Nayak sudhindra.na...@gmail.com wrote: As you requested, I'm including the lsusb output below: Hi Sudhindra, The USB information indicate that the webcam uses uses isochronous transfer. The driver ov534 you used as a base uses bulk transfer. So, you

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

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

Re: [RFC/PATCH v3 06/10] media: Entities, pads and links enumeration

2010-08-05 Thread Marko Ristola
05.08.2010 12:38, Laurent Pinchart wrote: Hi Marko, On Wednesday 04 August 2010 21:28:22 Marko Ristola wrote: Hi Hans and Laurent. I hope my thoughts help you further. Thank you for sharing them. Thank you for taking time to answer for me. [ snip ] There's probably some confusion here.

Re: [PATCH 1/5] mx2_camera: change to register and probe

2010-08-05 Thread Guennadi Liakhovetski
On Tue, 3 Aug 2010, Michael Grzeschik wrote: change this driver back to register and probe, since some platforms first have to initialize an already registered power regulator to switch on the camera. I shall be preparing a pull-request for 2.6.36-rc1 #2, but since we haven't finished

[PATCH 19/42] drivers/media/video: Adjust confusing if indentation

2010-08-05 Thread Julia Lawall
From: Julia Lawall ju...@diku.dk In cx23885/cx23885-video.c, cx88/cx88-video.c, davinci/vpif_capture.c, and davinci/vpif_display.c, group the aligned code into a single if branch. In saa7134/saa7134-video.c, outdent the code following the if. The semantic match that finds this problem is as

Re: [PATCH 1/3 v2] media: Add a cached version of the contiguous video buffers

2010-08-05 Thread Richard Röjfors
On 08/04/2010 12:34 PM, Pawel Osciak wrote: Richard Röjforsrichard.rojf...@pelagicore.com wrote: On 08/04/2010 11:50 AM, Pawel Osciak wrote: How do you propose to allocate the buffers? They need to be contiguous and using uncached memory gave really bad performance. 829440 bytes is a quite

[PATCH 42/42] drivers/media/video/bt8xx: Adjust confusing if indentation

2010-08-05 Thread Julia Lawall
From: Julia Lawall ju...@diku.dk Indent the branch of an if. The semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // smpl @r disable braces4@ position p1,p2; statement S1,S2; @@ ( if (...) { ... } | if (...) s...@p1 s...@p2 ) @script:python@ p1 r.p1; p2

Re: [PATCH 5/5] mx2_camera: add informative camera clock frequency printout

2010-08-05 Thread Guennadi Liakhovetski
On Tue, 3 Aug 2010, Michael Grzeschik wrote: ported mx27_camera to 2.6.33.2 Sorry, do not understand what this description has to do with the contents - adding a printk to a driver? I don't think this is something critical enough to be handled urgently now for 2.6.36, right? Thanks Guennadi

Re: PULL of cx23885-mpx series

2010-08-05 Thread Andy Walls
Mauro, Stoth and I chatted and I'm OK with his cx23885-mpx series going in as is, since there is a plan in place to move cx23885/7/8 AV core handling out of cx25840. So, Reviewed-by: Andy Walls awa...@md.metrocast.net Acked-by: Andy Walls awa...@md.metrocast.net Sent via my Gmail account

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

2010-08-05 Thread Shane Harrison
On Wed, Aug 4, 2010 at 1:48 AM, lawrence rust lawre...@softsystem.co.uk wrote: [snip} Still to try the patch - will let you know.  Unfortunately our HVR-1300 is in the process of being swapped out since the supplier wanted to try swapping boards first :-( Let us know how you get on. --

Re: PULL of cx23885-mpx series

2010-08-05 Thread Mauro Carvalho Chehab
Em 05-08-2010 19:32, Andy Walls escreveu: Mauro, Stoth and I chatted and I'm OK with his cx23885-mpx series going in as is, since there is a plan in place to move cx23885/7/8 AV core handling out of cx25840. So, Reviewed-by: Andy Walls awa...@md.metrocast.net Acked-by: Andy Walls

Re: Help wanted on removing dibusb_rc_keys from dvb_usb_rtl2831u module

2010-08-05 Thread Jan Hoogenraad
OK. I found the solution by looking at the sources at: http://lxr.free-electrons.com/source/drivers/media/dvb/dvb-usb/dibusb-common.c What needed was a rename over all sources affected: struct dvb_usb_rc_key dibusb_rc_keys[] = struct dvb_usb_rc_key ir_codes_dibusb_table[] I also fixed missing

Re: dvb_usb_rtl2831u module cause oops on kernel 2.6.32 when loading

2010-08-05 Thread Jan Hoogenraad
Can you test the current version ? Thomas Holzeisen wrote: Hi, i am using a DVB-T USB-Stick with Realtek RTL2831 chip (14aa:0160) on Debian Lenny having the lastest Backport kernel 2.6.32. $ uname -a Linux xbmc 2.6.32-bpo.5-686 #1 SMP Fri Jun 11 22:20:29 UTC 2010 i686 GNU/Linux For v4l