Re: v4l-utils, dvb-utils, xawtv and alevt

2010-03-12 Thread Hans de Goede
Hi, On 03/12/2010 08:10 PM, Chicken Shack wrote: 1. Alevt 1.7.0 is not just another tool, but it is instead a self-contained videotext application consisting of three parts: a. alevt, b. alevt-date c. alevt-cap While the packed size of alevt is 78770 the complete size of the dvb-apps as a whole

Re: pushes at v4l-utils tree

2010-03-12 Thread Hans de Goede
Hi, On 03/13/2010 02:24 AM, Mauro Carvalho Chehab wrote: Please, don't upgrade the version yet just due to keytable, as I'm still working on more keytable patches, to handle the new uevent attributes (to match the IR core patches I posted earlier today). Ok, Note the main reason for the 0.

Re: pushes at v4l-utils tree

2010-03-12 Thread Hans de Goede
Hi, On 03/12/2010 08:29 PM, Mauro Carvalho Chehab wrote: Hans de Goede wrote: Hi, On 03/12/2010 01:21 AM, Mauro Carvalho Chehab wrote: Hi Hans, As we've agreed that the idea is to allow multiple people to commit at v4l-utils, today, I've added 3 commits at v4l-utils tree (2 keycode-related a

Re: Remaining drivers that aren't V4L2?

2010-03-12 Thread Hans de Goede
Hi, On 03/12/2010 10:42 PM, Hans Verkuil wrote: On Friday 12 March 2010 21:11:49 Devin Heitmueller wrote: Hello, I know some months ago, there was some discussion about a few drivers which were stragglers and had not been converted from V4L to V4L2. Do we have a current list of driver which s

Re: pushes at v4l-utils tree

2010-03-12 Thread Mauro Carvalho Chehab
Mauro Carvalho Chehab wrote: > Mauro Carvalho Chehab wrote: >> Hans de Goede wrote: >> Yes. The new objects and the touched files got a different group ownership >> after git push. I had to manually fix them at the server. > > I added a hook that will likely fix it. As I have a few more changes t

Capturing raw JPEG stream from webcam

2010-03-12 Thread Basil Mohamed Gohar
I originally posted this to the video4linux mailing list, but I've since discovered that this is the appropriate place (or so I understand) for video4linux questions. My question is how can I capture the raw JPEG image stream (e.g., MJPEG) from my webcam, which reports through v4l2 that it is capa

Re: pushes at v4l-utils tree

2010-03-12 Thread Mauro Carvalho Chehab
Mauro Carvalho Chehab wrote: > Hans de Goede wrote: >> Hi, >> >> On 03/12/2010 01:21 AM, Mauro Carvalho Chehab wrote: >>> Hi Hans, >>> >>> As we've agreed that the idea is to allow multiple people to commit at >>> v4l-utils, >>> today, I've added 3 commits at v4l-utils tree (2 keycode-related and 1

[PATCH 1/4] V4L/DVB: ir: use a real device instead of a virtual class

2010-03-12 Thread Mauro Carvalho Chehab
Change the ir-sysfs approach to create irrcv0 as a device, instead of using class_dev. Also, change the way input is registered, in order to make its parent to be the irrcv device. Due to this change, now the event device is created under /sys/class/ir/irrcv class: /sys/class/irrcv/irrcv0/ |-- cu

[PATCH 2/4] Add a macro to properly create IR tables

2010-03-12 Thread Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab diff --git a/drivers/media/IR/ir-keymaps.c b/drivers/media/IR/ir-keymaps.c index 0efdefe..dfc777b 100644 --- a/drivers/media/IR/ir-keymaps.c +++ b/drivers/media/IR/ir-keymaps.c @@ -28,16 +28,28 @@ #include #include + +/* + * The usage of tables with just

[PATCH 3/4] V4L/DVB: ir-core: Export IR name via uevent

2010-03-12 Thread Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab diff --git a/drivers/media/IR/ir-keytable.c b/drivers/media/IR/ir-keytable.c index c9c0a54..31f22ba 100644 --- a/drivers/media/IR/ir-keytable.c +++ b/drivers/media/IR/ir-keytable.c @@ -418,6 +418,7 @@ int ir_input_register(struct input_dev *input_dev,

[PATCH 4/4] V4L/DVB: ir-core: export driver name used by IR via uevent

2010-03-12 Thread Mauro Carvalho Chehab
Now, both driver and keytable names are exported to userspace. This will help userspace to decide when a table need to be replaced by another one. Signed-off-by: Mauro Carvalho Chehab diff --git a/drivers/media/IR/ir-keytable.c b/drivers/media/IR/ir-keytable.c index 31f22ba..2d9ba84 100644 --- a

Re: Remaining drivers that aren't V4L2?

2010-03-12 Thread Mauro Carvalho Chehab
Devin Heitmueller wrote: > On Fri, Mar 12, 2010 at 5:52 PM, Mauro Carvalho Chehab > wrote: > Yup, I was indeed aware that tvtime doesn't really work with webcams. > I wanted to see the list of remaining drivers, and now that I see the > list (and also came to the conclusion that they were all web

Re: Remaining drivers that aren't V4L2?

2010-03-12 Thread Devin Heitmueller
On Fri, Mar 12, 2010 at 5:52 PM, Mauro Carvalho Chehab wrote: > All the above are webcam drivers. I doubt that those drivers would work > with tvtime: this software were meant to test the Vector's deinterlacing > algorithms, so it requires some specific video formats/resolutions found on TV > and

Re: Remaining drivers that aren't V4L2?

2010-03-12 Thread Mauro Carvalho Chehab
Hans Verkuil wrote: > On Friday 12 March 2010 21:11:49 Devin Heitmueller wrote: >> Hello, >> >> I know some months ago, there was some discussion about a few drivers >> which were stragglers and had not been converted from V4L to V4L2. >> >> Do we have a current list of driver which still haven't b

RE: [patch 2/5] drivers/media/video: move dereference after NULL test

2010-03-12 Thread Karicheri, Muralidharan
For drivers/media/video/davinci/vpif_display.c Acked-by: Muralidharan Karicheri Murali Karicheri Software Design Engineer Texas Instruments Inc. Germantown, MD 20874 phone: 301-407-9583 email: m-kariche...@ti.com >-Original Message- >From: Julia Lawall [mailto:ju...@diku.dk] >Sent: Frid

Re: Remaining drivers that aren't V4L2?

2010-03-12 Thread Hans Verkuil
On Friday 12 March 2010 23:20:44 Michael Akey wrote: > Hans Verkuil wrote: > > On Friday 12 March 2010 21:11:49 Devin Heitmueller wrote: > > > >> Hello, > >> > >> I know some months ago, there was some discussion about a few drivers > >> which were stragglers and had not been converted from V4L

Re: Remaining drivers that aren't V4L2?

2010-03-12 Thread Michael Akey
Hans Verkuil wrote: On Friday 12 March 2010 21:11:49 Devin Heitmueller wrote: Hello, I know some months ago, there was some discussion about a few drivers which were stragglers and had not been converted from V4L to V4L2. Do we have a current list of driver which still haven't been converte

Re: Remaining drivers that aren't V4L2?

2010-03-12 Thread Devin Heitmueller
On Fri, Mar 12, 2010 at 5:20 PM, Michael Akey wrote: > Hans Verkuil wrote: >> These drivers are still v4l1: >> >> arv >> bw-qcam >> c-qcam >> cpia_pp >> cpia_usb >> ov511 >> se401 >> stradis >> stv680 >> usbvideo >> w9966 >> >> Some of these have counterparts in gspca these days so possibly some >

Re: Analog (PAL) PCI or PCIe with MPEG HW encoder

2010-03-12 Thread Hans Verkuil
On Friday 12 March 2010 18:57:39 RoboSK wrote: > Hi, exist Analog (PAL) PCI or PCIe with MPEG HW encoder card that is > supported into linux and is still possible purchase this card into shop > (as new)? I see that the Hauppauge PVR-150 is still available (ivtv driver). These cards certainly wo

Re: Remaining drivers that aren't V4L2?

2010-03-12 Thread Hans Verkuil
On Friday 12 March 2010 21:11:49 Devin Heitmueller wrote: > Hello, > > I know some months ago, there was some discussion about a few drivers > which were stragglers and had not been converted from V4L to V4L2. > > Do we have a current list of driver which still haven't been converted? These driv

Re: pushes at v4l-utils tree

2010-03-12 Thread Antonio Ospite
On Fri, 12 Mar 2010 16:29:46 -0300 Mauro Carvalho Chehab wrote: > Hans de Goede wrote: > > Hi, > > > > On 03/12/2010 01:21 AM, Mauro Carvalho Chehab wrote: > >> Hi Hans, > >> > >> As we've agreed that the idea is to allow multiple people to commit at > >> v4l-utils, > >> today, I've added 3 comm

Re: [linux-dvb] Twinhan dtv 3030 mantis

2010-03-12 Thread Niklas Claesson
2010/3/12 Manu Abraham : > > Can you please load the mantis driver with module option verbose=5 and > post the details ? > > Regards, > Manu > Here you go: Mar 12 21:49:29 niklas-desktop kernel: [ 70.660177] found a VP-3030 PCI DVB-T device on (05:02.0), Mar 12 21:49:29 niklas-desktop kernel: [

Re: [linux-dvb] Twinhan dtv 3030 mantis

2010-03-12 Thread Manu Abraham
On Fri, Mar 12, 2010 at 9:27 PM, Niklas Claesson wrote: > I saw that there has been som recent development on the > mantis-v4l-dvb-tree. Unfortunately it still doesn't work for my 3030. > Is there anyway I can help? Is it normal that the IRQ 23 is used with > more then one card? That shouldn't be

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

2010-03-12 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:Fri Mar 12 19:00:11 CET 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 14420:0d06fd6b500e git master:

Remaining drivers that aren't V4L2?

2010-03-12 Thread Devin Heitmueller
Hello, I know some months ago, there was some discussion about a few drivers which were stragglers and had not been converted from V4L to V4L2. Do we have a current list of driver which still haven't been converted? I started doing some more tvtime work last night, and I would *love* to drop V4L

[GIT PATCHES FOR 2.6.34] sn9c20x patches

2010-03-12 Thread Brian Johnson
The following changes since commit 9178a7c062ff0c43e95d826419f9e9454c52ef15: Mauro Carvalho Chehab (1): V4L/DVB: Fix bad whitespacing are available in the git repository at: git://gitorious.org/v4l-dvb/v4l-dvb.git devel Brian Johnson (5): gspca - sn9c20x: use gspca's input devi

Re: Analog (PAL) PCI or PCIe with MPEG HW encoder

2010-03-12 Thread RoboSK
i need "only" two analog input = one (dual) or two (single) card :( - but i hope that TBS "find" market for this card... thanks Robo On 12. 3. 2010 20:00, Konstantin Dimitrov wrote: hello Robo, i know TurboSight (TBS) have PCI-Express MPEG-2 HW encoder card (with RCA Composite Video Input an

Re: pushes at v4l-utils tree

2010-03-12 Thread Mauro Carvalho Chehab
Hans de Goede wrote: > Hi, > > On 03/12/2010 01:21 AM, Mauro Carvalho Chehab wrote: >> Hi Hans, >> >> As we've agreed that the idea is to allow multiple people to commit at >> v4l-utils, >> today, I've added 3 commits at v4l-utils tree (2 keycode-related and 1 >> is .gitignore >> stuff). One of th

v4l-utils, dvb-utils, xawtv and alevt (was: v4l-utils: i2c-id.h and alevt)

2010-03-12 Thread Chicken Shack
Am Freitag, den 12.03.2010, 20:20 +0400 schrieb Manu Abraham: > On Fri, Mar 12, 2010 at 7:40 PM, Hans de Goede wrote: > > Hi, > > > > On 03/11/2010 03:31 PM, Devin Heitmueller wrote: > >> > >> On Thu, Mar 11, 2010 at 9:14 AM, Douglas Schilling Landgraf > >> wrote: > >>> > >>> On 03/10/2010 02:04

Analog (PAL) PCI or PCIe with MPEG HW encoder

2010-03-12 Thread RoboSK
Hi, exist Analog (PAL) PCI or PCIe with MPEG HW encoder card that is supported into linux and is still possible purchase this card into shop (as new)? thanks Robo -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org Mor

Re: Hw capabilities of the HVR-2200

2010-03-12 Thread Devin Heitmueller
On Fri, Mar 12, 2010 at 12:26 PM, Jed wrote: > Considering that in the specs for the reference card it was highlighted > as part of the silicon... Wouldn't it be safe to assume that it's > something that'd be unlocked by drivers? > > But if that were true, what is their motivation in not wanting t

Re: [linux-dvb] Twinhan dtv 3030 mantis

2010-03-12 Thread Niklas Claesson
I saw that there has been som recent development on the mantis-v4l-dvb-tree. Unfortunately it still doesn't work for my 3030. Is there anyway I can help? Is it normal that the IRQ 23 is used with more then one card? Mar 12 18:19:03 niklas-desktop kernel: [  254.410969] Mantis :05:02.0: PCI INT

Re: Hw capabilities of the HVR-2200

2010-03-12 Thread Jed
19/09/09 Jed wrote: 2) Component input for the A/V-in Yes, this exists on the HVR2250 product only. Ah shite, are you sure? If you look at the specs for the reference card it was there, did they take it out at the last minute? It's not feature Hauppauge supports on the HVR2200 today. I have

Re: DNTV Dual Hybrid (7164) PCIe

2010-03-12 Thread Jed
Judging by the silence I'm guessing that's a "negative" ;-) I actually had a closer read of this... http://www.kernellabs.com/blog/?p=1339 So even if I donated a card I guess that's not going to compensate you nearly enough to get analogue a/v-in at least partially working? So it seems I went

Re: [PULL] http://kernellabs.com/hg/~mkrufky/dvb-usb

2010-03-12 Thread Douglas Schilling Landgraf
Hey Michael, Michael Krufky wrote: Doug, If possible, would you pull this changeset from my hg tree rather than doing a git backport, after Mauro merges this? If possible, I'd like to retain the hash value of this changeset so that I don't have to rebuild all of my development trees. If you c

[PULL] http://kernellabs.com/hg/~mkrufky/dvb-usb

2010-03-12 Thread Michael Krufky
Doug, If possible, would you pull this changeset from my hg tree rather than doing a git backport, after Mauro merges this? If possible, I'd like to retain the hash value of this changeset so that I don't have to rebuild all of my development trees. If you can do this for me, I'd really apprecia

Re: v4l-utils: i2c-id.h and alevt

2010-03-12 Thread Manu Abraham
On Fri, Mar 12, 2010 at 7:40 PM, Hans de Goede wrote: > Hi, > > On 03/11/2010 03:31 PM, Devin Heitmueller wrote: >> >> On Thu, Mar 11, 2010 at 9:14 AM, Douglas Schilling Landgraf >>  wrote: >>> >>> On 03/10/2010 02:04 AM, hermann pitton wrote: Hi Hans, both, Am Dienstag, den 0

Re: v4l-utils: i2c-id.h and alevt

2010-03-12 Thread Hans de Goede
Hi, On 03/11/2010 03:14 PM, Douglas Schilling Landgraf wrote: On 03/10/2010 02:04 AM, hermann pitton wrote: Hi Hans, both, Am Dienstag, den 09.03.2010, 08:48 +0100 schrieb Hans Verkuil: It's nice to see this new tree, that should be make it easier to develop utilities! After a quick check I

Re: pushes at v4l-utils tree

2010-03-12 Thread Hans de Goede
Hi, On 03/12/2010 01:21 AM, Mauro Carvalho Chehab wrote: Hi Hans, As we've agreed that the idea is to allow multiple people to commit at v4l-utils, today, I've added 3 commits at v4l-utils tree (2 keycode-related and 1 is .gitignore stuff). One of the reasons were to test the viability for su

Re: v4l-utils: i2c-id.h and alevt

2010-03-12 Thread Hans de Goede
Hi, On 03/11/2010 03:31 PM, Devin Heitmueller wrote: On Thu, Mar 11, 2010 at 9:14 AM, Douglas Schilling Landgraf wrote: On 03/10/2010 02:04 AM, hermann pitton wrote: Hi Hans, both, Am Dienstag, den 09.03.2010, 08:48 +0100 schrieb Hans Verkuil: It's nice to see this new tree, that should be

Re: v4l-utils: i2c-id.h and alevt

2010-03-12 Thread Hans de Goede
Hi, On 03/12/2010 08:27 AM, Hans Verkuil wrote: On Thursday 11 March 2010 15:31:32 Devin Heitmueller wrote: On Thu, Mar 11, 2010 at 9:14 AM, Douglas Schilling Landgraf wrote: On 03/10/2010 02:04 AM, hermann pitton wrote: Hi Hans, both, Am Dienstag, den 09.03.2010, 08:48 +0100 schrieb Hans

Re: v4l-utils: i2c-id.h and alevt

2010-03-12 Thread Devin Heitmueller
On Fri, Mar 12, 2010 at 2:27 AM, Hans Verkuil wrote: > For unmaintained applications the problem is that even those people that > have patches for them have no easy way to get them applied, precisely because > they are unmaintained. > > We as v4l-dvb developers don't have the time to make TV apps,

Hybrid Yuan MC770A TV tuner and UVC Video

2010-03-12 Thread Damian Krasowski
Hello I'm interresing in analog part (tv/radio) of Hybrid Yuan MC770A TV tuner from ASUS F3 series notebook and many other newer series. You could add uvcvideo support for vflip Sonix 1.3M Webcam placed in ASUS F3 series notebook? -- Damian Krasowski -- To unsubscribe from this list: send the li

[PATCH 1/6] V4L/DVB: tlg2300: remove unused #include

2010-03-12 Thread Huang Weiyi
Remove unused #include ('s) in drivers/media/video/tlg2300/pd-main.c Signed-off-by: Huang Weiyi --- drivers/media/video/tlg2300/pd-main.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/media/video/tlg2300/pd-main.c b/drivers/media/video/tlg2300/pd-main.c inde

"xc2028 1-0061: error: bandwidth not supported." If anyone could help me ?

2010-03-12 Thread Arnaud Boy
Hi, I have 2 differents dongle but the same errors appairs because there's the same tuner system. I'll use this dongles for dvb-t reception. The driver i'm using is the mercurial revision "82c3b0033929 tip" Maybe I forget something, please anyone should help me. When I'll try to see a dvb-t cha

terratec hybrid xs fm

2010-03-12 Thread Adriano Gigante
Devin, I know I'm boring... any news about "0072/terratec hybrid xs fm" driver develop progress? Thanks Adri -- 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

tzap -r doesn't work on new Swedish DVB-T channels

2010-03-12 Thread Magnus H
Hi. Since february there are some new h264 SD channels in the Swedish DVB-T network. I get a lock with tzap, I can watch the channels in VDR but I get no output on /dev/dvb/adapterX/dvr0 then running tzap -r on 506 MHz. On all other transponders I get a stream on dvr0. Scan finds some strange chann

tzap -r doesn't work on new Swedish DVB-T channels

2010-03-12 Thread Hörlin Magnus
Hi. Since february there are some new h264 SD channels in the Swedish DVB-T network. I get a lock with tzap, I can watch the channels in VDR but I get no output on /dev/dvb/adapterX/dvr0 then running tzap -r on 506 MHz. On all other transponders I get a stream on dvr0. Scan finds some strange ch

Announcing v4l-utils-0.7.91

2010-03-12 Thread Hans de Goede
Hi, I'm happy to announce the second release of v4l-utils, nothing special this time around just a few small bug fixes and cleanups left and right. New this release: v4l-utils-0.7.91 * Utils changes: * Improve v4l-keytable to better support IR (mchehab) * Rename v4l-keytable

Re: [PATCH v2] V4L/DVB: mx1-camera: compile fix

2010-03-12 Thread Guennadi Liakhovetski
On Fri, 12 Mar 2010, Uwe Kleine-König wrote: > > Or maybe even we shall remap those registers? > Well, they are remapped, don't they? Otherwise IO_ADDRESS wouldn't > work. Yes, they are (statically, I presume), but not in _this_ driver... Thanks Guennadi --- Guennadi Liakh

Re: [PATCH v2] V4L/DVB: mx1-camera: compile fix

2010-03-12 Thread Uwe Kleine-König
Hello, On Fri, Mar 12, 2010 at 10:22:31AM +0100, Guennadi Liakhovetski wrote: > On Fri, 5 Mar 2010, Uwe Kleine-König wrote: > > This is a regression of > > > > 7d58289 (mx1: prefix SOC specific defines with MX1_ and deprecate old > > names) > > > > Signed-off-by: Uwe Kleine-König > > --- >

Re: [PATCH] saa7134: Fix IR support of some ASUS TV-FM 7135 variants

2010-03-12 Thread Jean Delvare
Hi Daro, On Fri, 26 Feb 2010 17:19:38 +0100, Daro wrote: > I did not forget I had offered to test the patch however I am now on vacation > skiing so I will get back to you as soon I am back home. Are you back home by now? We are still waiting for your test results. We can't push the patch upstre

Re: [PATCH v2] V4L/DVB: mx1-camera: compile fix

2010-03-12 Thread Guennadi Liakhovetski
Hi Uwe On Fri, 5 Mar 2010, Uwe Kleine-König wrote: > This is a regression of > > 7d58289 (mx1: prefix SOC specific defines with MX1_ and deprecate old > names) > > Signed-off-by: Uwe Kleine-König > --- > drivers/media/video/mx1_camera.c | 12 +++- > 1 files changed, 7 inserti

RE: [patch 2/5] drivers/media/video: move dereference after NULL test

2010-03-12 Thread Julia Lawall
From: Julia Lawall In quickcam_messenger.c, if the NULL test on uvd is needed, then the dereference should be after the NULL test. In vpif_display.c, std_info is initialized to the address of a structure field. This seems unlikely to be NULL. Test std_info->stdid instead. In saa7134-alsa.c, t

Re: Status of the patches under review (45 patches)

2010-03-12 Thread Jean-Francois Moine
Hi Mauro, On Tue, 09 Mar 2010 16:05:44 -0300 Mauro Carvalho Chehab wrote: > == Gspca patches - Waiting Jean-Francois Moine > submission/review == > > Jan,14 2010: Problem with gspca and zc3xx > http://patchwork.kernel.org/patch/72895 This is not the right way to fix the problem

Re: Status of the patches under review (45 patches)

2010-03-12 Thread Jean-Francois Moine
Hi Hans, On Fri, 12 Mar 2010 09:07:22 +0100 Hans de Goede wrote: > > == Gspca patches - Waiting Hans de > > Goede submission/review == > > > > Jan,29 2010: [gspca_jf,tree] gspca zc3xx: signal when unknown > > packet received http://patchwork.kernel.org/patch/75837 > > I nacked

Re: Status of the patches under review (45 patches)

2010-03-12 Thread Hans de Goede
Hi, == Gspca patches - Waiting Hans de Goede submission/review == Jan,29 2010: [gspca_jf,tree] gspca zc3xx: signal when unknown packet received http://patchwork.kernel.org/patch/75837 I nacked this one, as the zc3xx sends many non button press interrupt packets per s