Re: RTL28XX driver

2012-04-07 Thread poma
On 04/06/2012 11:11 AM, Thomas Mair wrote: Hello everyone, i own a TerraTec Cinergy T Stick Black device, and was able to find a working driver for the device. It seems to be, that the driver was originally written by Realtek and has since been updated by different Developers to meet DVB

Re: RTL28XX driver

2012-04-07 Thread Gianluca Gennari
Il 06/04/2012 11:11, Thomas Mair ha scritto: Hello everyone, i own a TerraTec Cinergy T Stick Black device, and was able to find a working driver for the device. It seems to be, that the driver was originally written by Realtek and has since been updated by different Developers to meet DVB

[PATCH v2] af9033: implement ber and ucb functions

2012-04-07 Thread Hans-Frieder Vogt
af9033: implement read_ber and read_ucblocks functions. Version 2 of patch that reflects my findings on the behaviour of abort_cnt, err_cnt and bit_cnt: - bit_cnt is always 0x2710 (1) - abort_cnt is between 0 and 0x2710 - err_cnt is between 0 and 64 (= 0x2710 * 8 * 8) in the current

Re: [PATCH] tinyjpeg: Better luminance quantization table for Pixart JPEG

2012-04-07 Thread Hans de Goede
Hi, Thanks for the patch, I've pushed it to v4l-utils master and I will cherry-pick it into the stable-0.8 branch after this mail. I noticed while testing with a pac7302 camera, that under certain circumstances the jpeg decompression still goes wrong. When you point the camera at a high

[Query] About NV12 pixel format support in a subdevice

2012-04-07 Thread Aguirre, Sergio
Hi everyone, I'll like to request for your advice on adding NV12 support for my omap4iss camera driver, which is done after the resizer block in the OMAP4 ISS ISP (Imaging SubSystem Image Signal Processor). So, the problem with that, is that I don't see a match for V4L2_PIX_FMT_NV12 pixel format

[PATCH] af9035: add remote control support

2012-04-07 Thread Hans-Frieder Vogt
af9035: support remote controls. Currently, for remotes using the NEC protocol, the map of the TERRATEC_CINERGY_XS remote is loaded, for RC6 the map of RC_MAP_RC6_MCE. Signed-off-by: Hans-Frieder Vogt hfv...@gmx.net drivers/media/dvb/dvb-usb/af9035.c | 72 +

cron job: media_tree daily build: WARNINGS

2012-04-07 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 Apr 7 19:00:20 CEST 2012 git hash:296da3cd14db9eb5606924962b2956c9c656dbb0 gcc version: i686-linux-gcc

Need help to get Tevii S471 running

2012-04-07 Thread Hubert Fink
Hello dear all, i have buy a DVB-S2 card from Tevii S471 and i need help to get it running with Debian Wheezy/Sid Kernel 3.2.0-2-686-pae. The Tevii S471 was similar to the Tevii S470 but it has different LNB control. The first thing I have to use the s2-liplianin drivers unfortunately I

Re: DVB-T USB Stick Pinnacle PCTV

2012-04-07 Thread Edd Barker
Hi Michael. If I remember right this stick needs the media_build git. Try: git clone git://linuxtv.org/media_build.git cd media_build ./build I can check more when I'm at my pc if that doesn't work. Edd On 7 Apr 2012, at 04:22, Michael Hagner mikahag...@arcor.de mailto:mikahag...@arcor.de

Re: Possible fix for radio issue with bttv driver (card=24)

2012-04-07 Thread Nils Kassube
Hi, more than a week without a comment ... I suppose the original mail was missed due to the kernel merge window. So I'll try again. Nils Kassube wrote: while I was testing the upcoming Kubuntu 12.04 version (kernel 3.2.0), I found that the radio mode of my TV/FM card doesn't work any

Re: ASUS U3100 Mini

2012-04-07 Thread Oliver Schinagl
Hi Jan, That page is probably not supported by linux-media and shows support (currently not working afaik) forthe U3100 mini PLUS. yes, minor difference in name, huge difference inside. The non-plus is a dib0700 based device, whereas the Plus is a af9035 based device. The non-plus should

Patches for cinergy_1400 remote control

2012-04-07 Thread Benjamin Réveillé
Hello, Attached you will find the following patches: * that I had to use on linux-3.2.12 to get the cinergy 1400 DVB-T remote working on my gentoo box. * the correspoding correction in cinergy_1400 for /etc/rc_keymaps directory Regards Benjamin rc-cinergy-1400.c.patch Description: Binary data

Re: [Query] About NV12 pixel format support in a subdevice

2012-04-07 Thread Guennadi Liakhovetski
Hi Sergio On Sat, 7 Apr 2012, Aguirre, Sergio wrote: Hi everyone, I'll like to request for your advice on adding NV12 support for my omap4iss camera driver, which is done after the resizer block in the OMAP4 ISS ISP (Imaging SubSystem Image Signal Processor). So, the problem with that,

Re: ASUS U3100 Mini

2012-04-07 Thread Jan Prunk
Hi Oliver ! Thank you for your quick response. I assume that mine is a non-plus version. Do you know how I could proceed tuning the channel list, which I could then use in the combination with MPlayer ? Kind regards, Jan On Sat, Apr 7, 2012 at 10:15 PM, Oliver Schinagl oliverl...@schinagl.nl

Re: [Query] About NV12 pixel format support in a subdevice

2012-04-07 Thread Aguirre, Sergio
Hi Guennadi, Thanks for your reply. On Sat, Apr 7, 2012 at 4:21 PM, Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: Hi Sergio On Sat, 7 Apr 2012, Aguirre, Sergio wrote: Hi everyone, I'll like to request for your advice on adding NV12 support for my omap4iss camera driver, which is

Re: [Query] About NV12 pixel format support in a subdevice

2012-04-07 Thread Guennadi Liakhovetski
On Sat, 7 Apr 2012, Aguirre, Sergio wrote: Hi Guennadi, Thanks for your reply. On Sat, Apr 7, 2012 at 4:21 PM, Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: Hi Sergio On Sat, 7 Apr 2012, Aguirre, Sergio wrote: Hi everyone, I'll like to request for your advice on adding

Re: [Query] About NV12 pixel format support in a subdevice

2012-04-07 Thread Aguirre, Sergio
Hi Guennadi, On Sat, Apr 7, 2012 at 4:51 PM, Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: On Sat, 7 Apr 2012, Aguirre, Sergio wrote: Hi Guennadi, Thanks for your reply. On Sat, Apr 7, 2012 at 4:21 PM, Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: Hi Sergio On Sat, 7 Apr

Re: [Query] About NV12 pixel format support in a subdevice

2012-04-07 Thread Guennadi Liakhovetski
On Sat, 7 Apr 2012, Aguirre, Sergio wrote: Hi Guennadi, On Sat, Apr 7, 2012 at 4:51 PM, Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: On Sat, 7 Apr 2012, Aguirre, Sergio wrote: Hi Guennadi, Thanks for your reply. On Sat, Apr 7, 2012 at 4:21 PM, Guennadi Liakhovetski

[PATCH] Add support for YUV420 formats

2012-04-07 Thread saaguirre
From: Sergio Aguirre saagui...@ti.com Signed-off-by: Sergio Aguirre saagui...@ti.com --- src/v4l2subdev.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/v4l2subdev.c b/src/v4l2subdev.c index b886b72..e28ed49 100644 --- a/src/v4l2subdev.c +++ b/src/v4l2subdev.c @@

Re: [PATCH] Add support for YUV420 formats

2012-04-07 Thread Aguirre, Sergio
Hi Laurent, Sorry, forgot to mention that this is for your media-ctl app. Regards, Sergio On Sat, Apr 7, 2012 at 10:54 PM, saagui...@ti.com wrote: From: Sergio Aguirre saagui...@ti.com Signed-off-by: Sergio Aguirre saagui...@ti.com ---  src/v4l2subdev.c |    2 ++  1 files changed, 2

Re: DVB-T USB Stick Pinnacle PCTV

2012-04-07 Thread Patrick Dickey
Hello Michael, Which Pinnacle PCTV tuner do you have (PCTV 290e, PCTV 80e, etc)? The 80e is not supported yet, although it's in the works. What does lsusb show for information about the tuner? Have a great day:) Patrick. On Sat, 2012-04-07 at 05:22 +0200, Michael Hagner wrote: Hello, I' ve