Re: [RFC] dvb-apps ported for ISDB-T

2009-12-24 Thread Mauro Carvalho Chehab
Em 24-12-2009 00:17, Mauro Carvalho Chehab escreveu: > I wrote several patches those days in order to allow dvb-apps to properly > parse ISDB-T channel.conf. > > On ISDB-T, there are several new parameters, so the parsing is more complex > than all the other currently supported video standards. >

How to know which camera is /dev/videoX

2009-12-24 Thread Kuninori Morimoto
Dear Guennadi Now my board (EcoVec) can use 2 soc-camera (mt9t112 / tw9910), and mt9t112 can attach/detach. If mt9t112 is attached, /dev/video0 = mt9t112 /dev/video1 = tw9910 But if mt9t112 is detached, it will /dev/video0 = tw9910 Now I would like to know which camera is /dev/video0. my /dev/

Dev help

2009-12-24 Thread sijones2006
Hi All, I'm just wondering if someone can point me in the direction of maybe either some documents or a good driver code to look at to understand how to write the drivers for cards etc. As some might have seen as playing with the terratec cinergy 2400i which has an old driver and am gonna have

Bad image/sound quality with Medion MD 95700

2009-12-24 Thread TAXI
Hi, I tried a Medion MD 95700 with kernel 2.6.32 (for tests: 2.6.30.9) and have a very bad image and sound quality. Right now I'm using 2.6.32 with V4L/DVB from SVN (v4l-dvb-4506e2d54126) Here is an example: http://img200.imageshack.us/img200/3950/dvbtlinux.png and another: http://img130.imageshac

Feature Request: virtual /dev/videoX for low budget DVB cards

2009-12-24 Thread TAXI
What about a virtual /dev/videoX for low budget DVB cards? The idea behind is to provide a device set with every type of card (low budget, full featured) so that for example tvtime works with every type of card. The virtual device could be made by the following way: kernel driver (low budget, DVB-

Bad image quality with Medion MD 95700

2009-12-24 Thread TAXI
Hi, I tried a Medion MD 95700 with kernel 2.6.32 (for tests: 2.6.30.9) and have a very bad image and sound quality. Right now I'm using 2.6.32 with V4L/DVB from SVN (v4l-dvb-4506e2d54126) Here is an example: http://img200.imageshack.us/img200/3950/dvbtlinux.png and another: http://img130.imageshac

Re: [ivtv-devel] PVR150 Tinny/fuzzy audio w/ patch?

2009-12-24 Thread Martin Dauskardt
Hi everybody and Merry Christmas, Andy Walls wrote: > I have a version of the change for the ivtv/PVR-150 tinny audio fix at > > http://linuxtv.org/hg/~awalls/v4l-dvb-bugfix > http://linuxtv.org/hg/~awalls/v4l-dvb-bugfix/rev/7753cdcebd28 > > > It separates out the enable/disable of

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

2009-12-24 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 Dec 24 19:00:07 CET 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 13842:4506e2d54126 gcc version: gcc (

Re: Which modules for the VP-2033? Where is the module "mantis.ko"?

2009-12-24 Thread Aljaž Prusnik
On čet, 2009-12-24 at 17:45 +0100, Ruediger Dohmhardt wrote: > Aljaž, thanks for the "reply". As Manu said above there was a build problem. > As said already in this Thread, I downloaded version 2315248f648c, which > compiles fine and > has all modules for the 2033 DVB-C. I have the same version a

Re: Which modules for the VP-2033? Where is the module "mantis.ko"?

2009-12-24 Thread Ruediger Dohmhardt
Aljaž Prusnik schrieb: > On sre, 2009-12-23 at 23:24 +0400, Manu Abraham wrote: > >>> Aljaz, do you have the module mantis.ko? >>> >> There was a build issue when i posted the link originally, but it had >> been fixed.. >> >> m...@manu-04:/stor/work/merge/v4l-dvb/v4l> ls *.ko |grep mantis

Re: [ivtv-devel] PVR150 Tinny/fuzzy audio w/ patch?

2009-12-24 Thread Andy Walls
Martin, (Moving discussion to the linux-media list since the ivtv-devel list was unresponsive/dead recently.) On Sun, 2009-12-06 at 19:44 +0100, Martin Dauskardt wrote: > > From: Andy Walls > > Martin, > > > > It is not "turning the digitizer on/off" but really "enable/disable the > > clock out

Cx88 ( Hauppauge WinTV-HVR-4000 ): can't do zapping.

2009-12-24 Thread Luca Zorzo
Hi all, I've a Hauppauge WinTV-HVR-4000 (http://www.hauppauge.co.uk/site/products/data_hvr4000.html http://www.linuxtv.org/wiki/index.php/Hauppauge_WinTV-HVR-4000), and i use it mainly for DVB-T through vlc and kaffeine in a Gentoo x86_64 and x86 box. The first one is a bit faster in tuning but bot

[PATCH] soc-camera: adjust coding style to match V4L preferences

2009-12-24 Thread Guennadi Liakhovetski
Signed-off-by: Guennadi Liakhovetski --- drivers/media/video/soc_mediabus.c | 45 1 files changed, 30 insertions(+), 15 deletions(-) diff --git a/drivers/media/video/soc_mediabus.c b/drivers/media/video/soc_mediabus.c index f8d5c87..0149290 100644 --- a/dr

Re: [PULL] soc-camera and mediabus

2009-12-24 Thread Guennadi Liakhovetski
Hi Mauro On Mon, 14 Dec 2009, Mauro Carvalho Chehab wrote: > Guennadi Liakhovetski wrote: > > > > So, is the doc patch, that I've sent to the list ok? Ok, the hunk for the > > automatically (in hg) generated file will get dropped, and otherwise does > > it look correct? > > It looks correctly