Re: [PATCH 1/1] [media] uvcvideo: Add 10,12bit and alternate 8bit greyscale

2012-07-28 Thread Laurent Pinchart
Hi Stefan, Thanks for the patch. On Saturday 28 July 2012 18:49:14 Stefan Muenzel wrote: > Some cameras support 10bit and 12bit greyscale, or use the alternate "Y8 > " FOURCC for 8bit greyscale. Add support for these. Could you please tell me which camera(s) use those formats ? > Tested on a 12

[PATCH RFC] v4l2: define V4L2_PIX_FMT_NV16M and V4L2_PIX_FMT_NV24M pixel formats

2012-07-28 Thread Ilyes Gouta
Define the two new V4L2_PIX_FMT_NV16M (4:2:2 two-buffers) and V4L2_PIX_FMT_NV24M (4:4:4 two-buffers) pixel formats, the non-contiguous variants of the existing V4L2_PIX_FMT_NV16 and V4L2_PIX_FMT_NV24 formats. Existing h/w IPs, such as decoders, operate on such separate luma and chroma buffers.

[PATCH 1/1] [media] uvcvideo: Add 10,12bit and alternate 8bit greyscale

2012-07-28 Thread Stefan Muenzel
Some cameras support 10bit and 12bit greyscale, or use the alternate "Y8 " FOURCC for 8bit greyscale. Add support for these. Tested on a 12bit camera. Signed-off-by: Stefan Muenzel --- drivers/media/video/uvc/uvc_driver.c | 19 +-- drivers/media/video/uvc/uvcvideo.h |9 +

Re: Advice on extending libv4l for media controller support

2012-07-28 Thread Laurent Pinchart
Hi Hans, On Saturday 28 July 2012 12:46:35 Hans de Goede wrote: > On 07/26/2012 10:49 PM, Robert Abel wrote: > > Sorry to be late to the party... I wanted to follow up on this discussion, > > but forgot and haven't read anything about it since...> > > On 10.05.2012 17:09, Ivan T. Ivanov wrote: >

Re: [PATCH v2] mt9v032: Export horizontal and vertical blanking as V4L2 controls

2012-07-28 Thread Laurent Pinchart
Hi Sakari, On Saturday 28 July 2012 00:27:23 Sakari Ailus wrote: > On Fri, Jul 27, 2012 at 01:02:04AM +0200, Laurent Pinchart wrote: > > On Thursday 26 July 2012 23:54:01 Sakari Ailus wrote: > > > On Tue, Jul 24, 2012 at 01:10:42AM +0200, Laurent Pinchart wrote: > > > > Signed-off-by: Laurent Pinc

cron job: media_tree daily build: ERRORS

2012-07-28 Thread Hans Verkuil
This message is generated daily by a cron job that builds media_tree for the kernels and architectures in the list below. Results of the daily build of media_tree: date:Sat Jul 28 19:00:20 CEST 2012 git hash:931efdf58bd83af8d0578a6cc53421675daf6d41 gcc version: i686-linux-gcc (GC

Re: [PATCH v3] cx18: Declare MODULE_FIRMWARE usage

2012-07-28 Thread Andy Walls
On Fri, 2012-07-27 at 10:45 -0600, Tim Gardner wrote: > Cc: Andy Walls Acked-by: Andy Walls Regards, Andy > Cc: Mauro Carvalho Chehab > Cc: ivtv-de...@ivtvdriver.org > Cc: linux-media@vger.kernel.org > Signed-off-by: Tim Gardner > --- > drivers/media/video/cx18/cx18-av-firmware.c |2 ++

Re: [PATCH] ivtv: Declare MODULE_FIRMWARE usage

2012-07-28 Thread Andy Walls
On Fri, 2012-07-27 at 09:45 -0600, Tim Gardner wrote: > On 07/26/2012 04:21 PM, Andy Walls wrote: > > On Thu, 2012-07-26 at 12:26 -0600, Tim Gardner wrote: > >> Cc: Andy Walls > >> Cc: Mauro Carvalho Chehab > >> Cc: ivtv-de...@ivtvdriver.org > >> Cc: linux-media@vger.kernel.org > >> Signed-off-by

Re: [PATCH] cx25840: Declare MODULE_FIRMWARE usage

2012-07-28 Thread Andy Walls
On Fri, 2012-07-27 at 06:06 -0600, Tim Gardner wrote: > On 07/26/2012 03:59 PM, Andy Walls wrote: > > On Thu, 2012-07-26 at 10:44 -0600, Tim Gardner wrote: > >> Cc: Mauro Carvalho Chehab > >> Cc: linux-media@vger.kernel.org > >> Signed-off-by: Tim Gardner > >> --- > >> drivers/media/video/cx258

[PATCH] Add support for the Terratec Cinergy T Dual PCIe IR remote

2012-07-28 Thread Djuri Baars
The following patch adds support for the infrared remote included in the Terratec Cinergy T Dual PCIe card. By making a contribution to this project, I certify that: (a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license

Re: [RFC PATCH 2/2] Initial version of RDS Control utility Signed-off-by: Konke Radlow

2012-07-28 Thread Hans de Goede
Hi, Overall this looks good, but some of the code, for example the set/get freq and get/set tuner stuff seems to be a 1 on 1 copy of code from v4l2-ctrl, please factor this out into a common file which can be shared between both utilities (I think Hans V's recent work on splitting v4l2-ctl into m

Re: [RFC PATCH 1/2] Initial version of the RDS-decoder library Signed-off-by: Konke Radlow

2012-07-28 Thread Hans de Goede
Hi, First of all many thanks for working on this! Note I've also taken a quick look at the original patch with the actual implementation and that looks good. I'm replying here because in my mind the API is the most interesting thing to discuss. Comments inline. On 07/26/2012 06:21 PM, Konke Rad

Re: Advice on extending libv4l for media controller support

2012-07-28 Thread Hans de Goede
Hi, On 07/26/2012 10:49 PM, Robert Abel wrote: Hi, Sorry to be late to the party... I wanted to follow up on this discussion, but forgot and haven't read anything about it since... On 10.05.2012 17:09, Ivan T. Ivanov wrote: On Wed, May 9, 2012 at 7:08 PM, Sergio Aguirre