Fwd: v4l2: The device does not support the streaming I/O method.

2013-12-26 Thread Andy
I am trying to capture input from /dev/video0 which is Hauppauge Win 150 MCE PCI card but I get the following error which has no record on google [video4linux2,v4l2 @ 0xb080d60] The device does not support the streaming I/O method. /dev/video0: Function not implemented Here is the ffmpeg command

cron job: media_tree daily build: ERRORS

2013-12-26 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: Fri Dec 27 04:00:16 CET 2013 git branch: test git hash: 7d459937dc09bb8e448d9985ec4623779427d8a5 gcc versio

Re: DMABUF doesn't work when frame size not equal to the size of GPU bo

2013-12-26 Thread Chuanbo Weng
Ping for reply! 2013/12/25 Chuanbo Weng : > Hi all, > >(My environment is intel platform, HD4000 GPU, kernel 3.10.19, > logitech 270 webcam) >As title said, I discover this issue when I run the program > shown by Laurent Pinchart: > http://www.mail-archive.com/linux-media@vger.kern

Re: [PATCH V2] media: soc_camera: rcar_vin: Add preliminary R-Car M2 support

2013-12-26 Thread Laurent Pinchart
Hi Valentine, Thank you for the patch. On Thursday 26 December 2013 19:31:49 Valentine Barshak wrote: > This adds R-Car M2 (R8A7791) VIN support. Both H2 and M2 > variants look the same from the driver's point of view, > so use GEN2 id for both. > > Changes in V2: > * Used the same (RCAR_GEN2) i

Re: A list of Linux drivers

2013-12-26 Thread Antti Palosaari
Moi Jahn There is not very many suitable alternatives that are available on market as of today. Maybe PCTV 460e/461e only?. 460e is older one which is replaced by 461e. I think it is currently bigger change to get new 461e if you order one. 460e is em28xx + tda10071 461e is em28xx + m88ds3103

Fwd: question about drivers/media/usb/gspca/kinect.c

2013-12-26 Thread Hans de Goede
Hi, Forwarding this to Antonio, the author of the kinect driver, who is the best person to answer this. Regards, Hans Original Message Subject: question about drivers/media/usb/gspca/kinect.c Date: Wed, 25 Dec 2013 20:00:34 +0100 (CET) From: Julia Lawall To: hdego...@redha

[PATCH V2] media: soc_camera: rcar_vin: Add preliminary R-Car M2 support

2013-12-26 Thread Valentine Barshak
This adds R-Car M2 (R8A7791) VIN support. Both H2 and M2 variants look the same from the driver's point of view, so use GEN2 id for both. Changes in V2: * Used the same (RCAR_GEN2) id for both H2 and M2 variants since they are no different from the driver's point of view. Signed-off-by: Valenti

Re: [PATCH] media: soc_camera: rcar_vin: Add preliminary R-Car M2 support

2013-12-26 Thread Valentine
On 12/26/2013 06:18 PM, Laurent Pinchart wrote: Hi Valentine, Thank you for the patch. On Tuesday 24 December 2013 00:28:06 Valentine Barshak wrote: This adds R-Car M2 (R8A7791) VIN support. Signed-off-by: Valentine Barshak --- drivers/media/platform/soc_camera/rcar_vin.c | 6 -- 1 fi

Re: [RFC PATCHv2] em28xx: split analog part into a separate module

2013-12-26 Thread Mauro Carvalho Chehab
Em Thu, 26 Dec 2013 12:55:06 +0100 Frank Schäfer escreveu: > Hi Mauro, > > Am 22.12.2013 13:47, schrieb Mauro Carvalho Chehab: > > Now that dvb-only devices start to happen, it makes sense > > to split the analog part on a separate module. > > > > Signed-off-by: Mauro Carvalho Chehab > > > > -

Re: [PATCH] media: soc_camera: rcar_vin: Add preliminary R-Car M2 support

2013-12-26 Thread Laurent Pinchart
Hi Valentine, Thank you for the patch. On Tuesday 24 December 2013 00:28:06 Valentine Barshak wrote: > This adds R-Car M2 (R8A7791) VIN support. > > Signed-off-by: Valentine Barshak > --- > drivers/media/platform/soc_camera/rcar_vin.c | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(

Re: A list of Linux drivers

2013-12-26 Thread Jahn
Peter, Thank you for the reply. But I would like to use a USB tuner with my satelite receiver( as the second tuner) and not sure which tuner will suit the best my needs. So I wonder if there is a list of tuners (with Linux drivers) that I can choose from . Or can anyone advice a good/cheap DVB-

Re: A list of Linux drivers

2013-12-26 Thread Peter Senna Tschudin
Check the file: drivers/media/tuners/Kconfig On Thu, Dec 26, 2013 at 12:03 PM, Jahn wrote: > Is there available a list of tuners that are supported in Linux ( those > that have a driver) > preferably in MIPS Linux ? > Thanks > > -- > To unsubscribe from this list: send the line "unsubscribe li

Re: [RFC PATCHv2] em28xx: split analog part into a separate module

2013-12-26 Thread Frank Schäfer
Hi Mauro, Am 22.12.2013 13:47, schrieb Mauro Carvalho Chehab: > Now that dvb-only devices start to happen, it makes sense > to split the analog part on a separate module. > > Signed-off-by: Mauro Carvalho Chehab > > - > > This is a respin of https://patchwork.linuxtv.org/patch/17967/ > > v2: add

[PATCH v3.5 13/19] media: dvb_core: slight optimization of addr compare

2013-12-26 Thread Ding Tianhong
Use possibly more efficient ether_addr_equal instead of memcmp. Cc: Mauro Carvalho Chehab Cc: linux-media@vger.kernel.org Cc: linux-ker...@vger.kernel.org Signed-off-by: Yang Yingliang Signed-off-by: Ding Tianhong --- drivers/media/dvb-core/dvb_net.c | 10 ++ 1 file changed, 6 insertio

Re: [PATCH v3 13/19] media: dvb_core: slight optimization of addr compare

2013-12-26 Thread Ding Tianhong
On 2013/12/25 18:57, Sergei Shtylyov wrote: > Hello. > > On 25-12-2013 7:29, Ding Tianhong wrote: > >> Use possibly more efficient ether_addr_equal >> instead of memcmp. > >> Cc: Mauro Carvalho Chehab >> Cc: linux-media@vger.kernel.org >> Cc: linux-ker...@vger.kernel.org >> Signed-off-by: Yang

A list of Linux drivers

2013-12-26 Thread Jahn
Is there available a list of tuners that are supported in Linux ( those that have a driver) preferably in MIPS Linux ? Thanks -- 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.ker