On Sat, Jun 26, 2010 at 9:34 PM, Mauro Carvalho Chehab
wrote:
> would do the trick. Yet, the application is broken, as it is considering a
> positive
> return as an error. A positive code should never be considered as an error.
> So, we
> need to fix v4l2-ctl as well (ok, returning 1 is wrong as
Em 26-06-2010 16:04, Devin Heitmueller escreveu:
> On Sat, Jun 26, 2010 at 2:51 PM, Hans Verkuil wrote:
>> There really is no good way at the moment to handle cases like this, or at
>> least not without a lot of work.
>
> Ok, it's good to know I'm not missing something obvious.
>
>> The plan is
On 6/24/10 8:57 PM, Christoph Pfister wrote:
2010/6/21 Thomas Kernen:
Hi all,
For the Switzerland, Geneva region, a new mux has been launched in May 2010
for the local TV station. Therefore this is now different from the ch-All
DVB-T file.
Attached is a new file for ch-Geneva containing the SF
Hi,
I'm loosing TS packets in my dual CAM premium TT S-2300 card (av7110+saa7146).
Is it possible the problem is in firmware? Here is the description:
04:00.0 Multimedia controller: Philips Semiconductors SAA7146 (rev 01)
Subsystem: Technotrend Systemtechnik GmbH Technotrend/Hauppauge DV
Hi Avl,
Am Samstag, den 26.06.2010, 12:08 + schrieb Avl Jawrowski:
> Hi,
> there are some news with 2.6.34 (or previous).
> The IR is detected and the device seems to be created, but it doesn't work.
>
> saa7130/34: v4l2 driver version 0.2.15 loaded
> saa7134 :01:02.0: PCI INT A -> GSI 22
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:Sat Jun 26 19:00:25 CEST 2010
path:http://www.linuxtv.org/hg/v4l-dvb
changeset: 14993:9652f85e688a
git master:
On Sat, Jun 26, 2010 at 2:51 PM, Hans Verkuil wrote:
> There really is no good way at the moment to handle cases like this, or at
> least not without a lot of work.
Ok, it's good to know I'm not missing something obvious.
> The plan is to have the framework merged in time for 2.6.36. My last pat
Hi Devin,
On Saturday 26 June 2010 20:37:51 Devin Heitmueller wrote:
> First, a bit of background:
>
> A bug in the em28xx implementation of s_ctrl() was present where it
> would always return 1, even in success cases, regardless of what the
> subdev servicing the request said (in this case the v
First, a bit of background:
A bug in the em28xx implementation of s_ctrl() was present where it
would always return 1, even in success cases, regardless of what the
subdev servicing the request said (in this case the video decoder).
It was using v4l2_device_call_all(), and disregarding the return
On Sat, Jun 26, 2010 at 11:05 AM, Mauro Carvalho Chehab
wrote:
> This patch tries to fix a problem, but it is broken: Let's suppose that you
> have
> 2 i2c drivers that implements control, one for video (like tvp5150) and
> another for
> audio (like msp3400). That's the case of HVR-950, for exam
Hi,
I was wondering are there any plans to add HLCI (High-level CI) support to
VDR. Currently it only supports LLCI (Link-level CI) and therefore is unusable
with my FireDTV card.
I tried MythTV and it has implemented both HLCI and LLCI. It works just fine
so it might be somewhat easy to cut'n'pa
On Sat, Jun 26, 2010 at 12:36:15PM +0200, Nils Radtke wrote:
> Isn't the vendor/product ID a point of reference that tells the kernel which
> module
> to load when supported hw is found? That was the idea behind adding the ID and
> submitting the patch.
No, it also triggers off of the class info
Em 22-06-2010 00:27, Devin Heitmueller escreveu:
> Hello,
>
> Please PULL from
> http://www.kernellabs.com/hg/~dheitmueller/v4l-dvb-em28xx-isoc for the
> following:
>
> * Make em28xx s_ctrl not always return error
> * Fix case where fields were not at the correct start location.
>
> This address
Hi Mauro Carvalho Chehab.
I'm sorry for sending this twice. I Don't know yet how to disable HTML
formatting permanently.
This patch does a significant performance improvement (for the function
involved)
by avoiding move of 188 sized packets during 204 to 188 packet conversion.
Also this has a ro
On Tue, 2010-06-22 at 22:07 -0700, manunc wrote:
> I am trying to catch my tuner card signal by using vlc and v4l
>
> Under Fedora 12:
> vlc-1.0.6-1.fc12.i686
> vlc-core-1.0.6-1.fc12.i686
>
>
> libv4l-0.6.4-1.fc12.i686
> xorg-x11-drv-v4l-0.2.0-3.fc12.1.i686
> v4l2-tool-1.0.3-5.fc12.i686
>
>
>
Em 26-06-2010 10:24, Andy Walls escreveu:
> On Sat, 2010-06-26 at 14:51 +0200, Mauro Carvalho Chehab wrote:
>> This is an automatic generated email to let you know that the following
>> patch were queued at the
>> http://git.linuxtv.org/v4l-dvb.git tree:
>>
>> Subject: V4L/DVB: tda18271: fix erro
On Sat, 2010-06-26 at 14:51 +0200, Mauro Carvalho Chehab wrote:
> This is an automatic generated email to let you know that the following patch
> were queued at the
> http://git.linuxtv.org/v4l-dvb.git tree:
>
> Subject: V4L/DVB: tda18271: fix error detection during initialization of
> first in
Em 22-06-2010 05:42, Jean-Francois Moine escreveu:
> On Mon, 21 Jun 2010 22:23:21 -0300
>> I'm applying the remaining patches. If you think that this patch is
>> correct, please re-send it to both LMML and LKML, c/c the authors of
>> the slab.h removal, in order to get their acks, or, otherwise, p
I can confirm that the patch from Waling works. IR works, and vdr detects the
Alphacrypt inside the CAM. So I think descrambling would also work, but I have
no Pay-TV card to test it.
The patch should be merged!
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body
Hi,
there are some news with 2.6.34 (or previous).
The IR is detected and the device seems to be created, but it doesn't work.
saa7130/34: v4l2 driver version 0.2.15 loaded
saa7134 :01:02.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
saa7133[0]: found at :01:02.0, rev: 209, irq: 22, latenc
Hi Laurent,
On ven 2010-06-25 @ 09-29-28 +0200, Laurent Pinchart wrote:
# Hi Nils,
#
# On Thursday 24 June 2010 20:19:41 Nils Radtke wrote:
# > On Wed 2010-06-23 @ 02-45-53PM +0200, Laurent Pinchart wrote:
# > # On Wednesday 23 June 2010 11:23:16 Nils Radtke wrote:
# > # > From: Nils Radtke
#
21 matches
Mail list logo