Support on discontinuous planer buffer and stride

2009-09-23 Thread Jun Nie
Hi, I re-send this email for the last one is rejected by system. I am sorry if you guys received both. I am optimizing video playback with overlay with V4L2 driver. The video content is a sub-region of codec output. Thus a memory copy is necessary.     Is there plan to support for

[PULL] soc-camera 2.6.32: new driver and a compile-fix

2009-09-23 Thread Guennadi Liakhovetski
Hi Mauro The following two patches are for 2.6.32. One of them fixes sh_mobile_ceu_camera compile breakage, and another one adds a new soc-camera / v4l2-subdev driver for ov9640. Marek, looks like you didn't even compile tested your driver with CONFIG_VIDEO_ADV_DEBUG=y. It didn't compile, so,

[PATCH 1/2] em28xx: ir-kbd-i2c init data needs a persistent object

2009-09-23 Thread Brian Rogers
commit d2ebd0f806fdb6104903365e355675934eec22b2 upstream. Original commit message: ir-kbd-i2c's ir_probe() function can be called much later (i.e. at ir-kbd-i2c module load), than the lifetime of a struct IR_i2c_init_data allocated off of the stack in cx18_i2c_new_ir() at registration time. Make

[PATCH 2/2] saa7134: ir-kbd-i2c init data needs a persistent object

2009-09-23 Thread Brian Rogers
commit 7aedd5ec87686c557d48584d69ad880c11a0984d upstream. Tested on MSI t...@nywhere Plus. Original commit message: ir-kbd-i2c's ir_probe() function can be called much later (i.e. at ir-kbd-i2c module load), than the lifetime of a struct IR_i2c_init_data allocated off of the stack in

PCI bridge driver

2009-09-23 Thread Christian Gmeiner
Hi List, I have looked at the documentation (v4l2-framework.txt) and have some questions. I want to make use of the subdevice stuff, but I don't know where to start. The subdevices are connected through i2c and the components may vary. So is there a good example driver to look at? thanks, --

Re: PCI bridge driver

2009-09-23 Thread Mauro Carvalho Chehab
Em Wed, 23 Sep 2009 14:15:25 +0200 Christian Gmeiner christian.gmei...@gmail.com escreveu: Hi List, I have looked at the documentation (v4l2-framework.txt) and have some questions. I want to make use of the subdevice stuff, but I don't know where to start. The subdevices are connected

Re: [PATCH] Add support for Asus Europa Hybrid DVB-T card (SAA7134 SubVendor ID: 0x1043 Device ID: 0x4847)

2009-09-23 Thread Danny
So should I resubmit the patch with this extra file patched or not? On Mon, Sep 21, 2009 at 2:08 AM, hermann pitton hermann-pit...@arcor.de wrote: Hi Pham, Am Montag, den 21.09.2009, 07:05 +0700 schrieb Pham Thanh Nam: Hi, Danny Please add an entry in:

Re: Symbol rate limit for TT 3200

2009-09-23 Thread Lou Otway
Manu wrote: Hi all, I have been struggling for quite a while to lock on a DVB-S2 transponder. And recently I got some information that they changed the symbol rate to 45MS/s which looks borderline to me. Can someone confirm that the TT 3200 can do that? I also attach a log that I

Re: [PULL] soc-camera 2.6.32: new driver and a compile-fix

2009-09-23 Thread Guennadi Liakhovetski
On Wed, 23 Sep 2009, Guennadi Liakhovetski wrote: Hi Mauro The following two patches are for 2.6.32. One of them fixes sh_mobile_ceu_camera compile breakage, and another one adds a new soc-camera / v4l2-subdev driver for ov9640. Marek, looks like you didn't even compile tested your

Re: [PULL] http://mercurial.intuxication.org/hg/v4l-dvb-commits

2009-09-23 Thread Igor M. Liplianin
Mauro, Please pull from http://mercurial.intuxication.org/hg/v4l-dvb-commits for the following 2 changesets: 01/02: Add support for TBS-likes remotes http://mercurial.intuxication.org/hg/v4l-dvb-commits?cmd=changeset;node=c4e209d7decc 02/02: Add support for TeVii remotes

Genpix driver is broken (no 8psk lock). Here's why how to fix.

2009-09-23 Thread VDR User
Over a month ago I reported a problem with a change that was made to the Genpix driver which broke 8PSK. The change limited DVB-S streams to QPSK and 8PSK to DVB-S2. There are a couple problems with this. First of all, Genpix devices do NOT support DVB-S2 but pretends to for access to 8PSK.

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

2009-09-23 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:Wed Sep 23 19:00:04 CEST 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 13041:a798c751f06d gcc version: gcc

Re: xc2028 sound carrier detection

2009-09-23 Thread Aleksandr V. Piskunov
On Mon, Sep 21, 2009 at 09:52:38PM -0300, Mauro Carvalho Chehab wrote: Em Tue, 22 Sep 2009 01:37:51 +0300 Aleksandr V. Piskunov aleksandr.v.pisku...@gmail.com escreveu: Is xc2028 tuner able to autodetect/handle different sound carrier standards without being spoon-fed precise input system

Re: [PATCH] Add support for Asus Europa Hybrid DVB-T card (SAA7134 SubVendor ID: 0x1043 Device ID: 0x4847)

2009-09-23 Thread hermann pitton
Hi Danny, as said, that line in saa7134.CARDLIST would also be auto generated on mercurial make commit. Since you also have some of the usual make checkpatch warnings about missing space after comma, a new version fixing that is attached. Reviewed-by: hermann pitton hermann.pit...@arcor.de

[PATCH] s2255drv: Don't conditionalize video buffer completion on waiting processes

2009-09-23 Thread Mike Isely
# HG changeset patch # User Mike Isely is...@pobox.com # Date 1253739604 18000 # Node ID 522a74147753ba59c7f45e368439928090a286f2 # Parent e349075171ddf939381fad432c23c1269abc4899 s2255drv: Don't conditionalize video buffer completion on waiting processes From: Mike Isely is...@pobox.com The

Re: xc2028 sound carrier detection

2009-09-23 Thread Devin Heitmueller
On Wed, Sep 23, 2009 at 3:28 PM, Aleksandr V. Piskunov aleksandr.v.pisku...@gmail.com wrote: Mmm, tested that tuner under windows, it autodetects all 3 sound carrier sub- standards instantly: PAL-BG, PAL-DK, PAL-I. In order to test, I connected ancient Panasonic VCR that has a built-in tuner

RE: [PATCH] media/tvp514x: recognize the error case in tvp514x_read_reg()

2009-09-23 Thread Hiremath, Vaibhav
-Original Message- From: Sebastian Andrzej Siewior [mailto:bige...@linutronix.de] Sent: Wednesday, September 23, 2009 12:04 AM To: Mauro Carvalho Chehab Cc: linux-media@vger.kernel.org; Hiremath, Vaibhav; Roel Kluin Subject: [PATCH] media/tvp514x: recognize the error case in

Re: Bug in S2 API...

2009-09-23 Thread hermann pitton
Am Dienstag, den 22.09.2009, 07:54 +0200 schrieb Markus Rechberger: On Tue, Sep 22, 2009 at 7:08 AM, hermann pitton hermann-pit...@arcor.de wrote: All fine. But you do cut off parts of my messages. I would like to ask you to exercise a breakage, not only for stuff six years back,

Re: [PATCH] s2255drv: Don't conditionalize video buffer completion on waiting processes

2009-09-23 Thread dean
This seems ok. This portion of code was based on vivi.c, so that might be checked also. Mike Isely wrote: # HG changeset patch # User Mike Isely is...@pobox.com # Date 1253739604 18000 # Node ID 522a74147753ba59c7f45e368439928090a286f2 # Parent e349075171ddf939381fad432c23c1269abc4899

Re: [PATCH] s2255drv: Don't conditionalize video buffer completion on waiting processes

2009-09-23 Thread Mike Isely
On Wed, 23 Sep 2009, dean wrote: This seems ok. This portion of code was based on vivi.c, so that might be checked also. Yes, after seeing the mention of vivi in this driver I looked at vivi.c and saw the same construct there. Though I'm willing to bet that it's just as incorrect there as

V4L-DVB Summit Day 1

2009-09-23 Thread Hans Verkuil
Hi all, As most of you know I organized a v4l-dvb summit (well, really a v4l2 summit as there were no dvb topics to discuss) during the Linux Plumbers Conference in Portland. This summit will take all three days of this conference, and I intend to make a short report at the end of each day.