Re: PCTV T292e whole DVBT2 mux/Ultra HD performance question

2014-07-13 Thread Andre Newman
On 9 Jul 2014, at 20:18, Antti Palosaari wrote: > Moikka > > > On 07/09/2014 04:14 PM, Andre Newman wrote: >> I’m using a T290e for whole mux DVBT2 capture, using this to record the >> current BBC World Cup Ultra HD tests, works well. :-) >> >> It

Re: PCTV T292e whole DVBT2 mux/Ultra HD performance question

2014-07-09 Thread Andre Newman
On 9 Jul 2014, at 20:18, Antti Palosaari wrote: > Moikka > > > On 07/09/2014 04:14 PM, Andre Newman wrote: >> I’m using a T290e for whole mux DVBT2 capture, using this to record the >> current BBC World Cup Ultra HD tests, works well. :-) >> >> It

PCTV T292e whole DVBT2 mux/Ultra HD performance question

2014-07-09 Thread Andre Newman
QAM256 mux at 40Mbps? Andre-- 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.html

Problem getting a TT-Budget S2-1600 PCI to work due I2C errors

2013-12-27 Thread Andre Puschmann
...], Count=1, Status=-121 [9.713202] stv090x_setup: I/O error [9.713203] stv090x_attach: Error setting up device [9.713207] budget: A frontend driver was not found for device [1131:7146] subsystem [13c2:101c] Any idea why I2C fails? Maybe timing issues or a broken card? Cheers Andre

Re: [PATCH 1/2] videobuf2-dma-sg: Allocate pages as contiguous as possible

2013-08-02 Thread Andre Heider
> > This patch tries to minimize the number of DMA segments by using > alloc_pages. In the worst case it will behave as before, but most > of the times it will reduce the number of dma segments > > Signed-off-by: Ricardo Ribalda Delgado With those changes you can add: Review

Re: [PATCH 1/2] videobuf2-dma-sg: Allocate pages as contiguous as possible

2013-08-02 Thread Andre Heider
return -ENOMEM; > + } The return statement doesn't make sense in the while() scope, that way you wouldn't need the loop at all. To prevent leaking pages of prior iterations (those with higher orders), pull the return out of there:

Re: [PATCH 1/4] videobuf2-dma-sg: Allocate pages as contiguous as possible

2013-07-19 Thread Andre Heider
On Fri, Jul 19, 2013 at 09:58:46AM +0200, Ricardo Ribalda Delgado wrote: > Most DMA engines have limitations regarding the number of DMA segments > (sg-buffers) that they can handle. Videobuffers can easily spread > through houndreds of pages. > > In the previous aproach, the pages were allocated

Re: af9035 test needed!

2013-02-07 Thread Andre Heider
Hi, On Thu, Jan 31, 2013 at 2:46 PM, Michael Krufky wrote: > Hey guys... somehow this email slipped through my filters :-( I see > it now, and I'll give a look over the patch this weekend. I suspect the merge window opens soon, so... *poke* ;) Any chance for 3.9? Thanks,

Re: af9035 test needed!

2013-01-31 Thread Andre Heider
/3-3.1.4/rc/rc5 usb 3-3.1.4: dvb_usb_v2: schedule remote query interval to 500 msecs usb 3-3.1.4: dvb_usb_v2: 'AVerMedia HD Volar (A867)' successfully initialized and connected Regards, Andre -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body

Re: af9035 test needed!

2013-01-31 Thread Andre Heider
Hi, On Thu, Jan 31, 2013 at 2:59 PM, Antti Palosaari wrote: > Thank you for the report! There was someone else who reported it working > too. Do you want to your name as tester for the changelog? if I didn't mess up my way of testing feel free to add Tested-by: Andre Heider to th

Re: af9035 test needed!

2013-01-31 Thread Andre Heider
y chance to get this into 3.9 (I guess its too late for the USB VID/PID 'fix' for 3.8)? Regards, Andre -- 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.html

Re: Hauppauge WinTV Nova S Plus Composite IN

2012-06-13 Thread Andre
trict=0:acodec=ac3:abitrate=192:aspect=4/3 >> -ofps 25 -o johntest1.mpg tv:// -tv >> input=1:norm=PAL-BG:amode=1:alsa=1:adevice=hw.2,0:forceaudio:immediatemode=0:volume=100 > > Thank you very much Andre! It works! > > I only have a problem with the audio quality: it is dist

Re: Hauppauge WinTV Nova S Plus Composite IN

2012-06-13 Thread Andre
a=1:adevice=hw.2,0:forceaudio:immediatemode=0:volume=100 I was using Ubuntu 12.04 64bit, 3.2.0 kernel. Hopefully this will give you the clues to get mplayer to work, I was never able to get VLC to switch to the correct audio input although video worked ok. Andre > > This is the comple

[PATCH] drivers/media/video: fix memory leak of snd_cx18_init()

2011-06-03 Thread Andre Bartke
cxsc is not freed in the error case. Signed-off-by: Andre Bartke --- drivers/media/video/cx18/cx18-alsa-main.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/cx18/cx18-alsa-main.c b/drivers/media/video/cx18/cx18-alsa-main.c index d50d69d..a1e6c2a

[PATCH] drivers/media: fix uninitialized variable

2011-06-03 Thread Andre Bartke
mx1_camera_add_device() can return an uninitialized value of ret. Signed-off-by: Andre Bartke --- drivers/media/video/mx1_camera.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/media/video/mx1_camera.c b/drivers/media/video/mx1_camera.c index bc0c23a..d9fc4b2

Re: ngene & Satix-S2 dual problems

2011-01-11 Thread Andre
On 28 Dec 2010, at 17:25, Andre wrote: >> >> I seems to work with the last patch commited by Oliver Endriss. Did you >> try with a CI ? > > No I didn't, I don't have a CI. > > I'll try Olivers latest commit in a few days, I'm a long way from m

Re: ngene & Satix-S2 dual problems

2010-12-28 Thread Andre
On 28 Dec 2010, at 12:31, Ludovic BOUÉ wrote: > > > Le 27/12/2010 10:07, Andre a écrit : >> On 26 Dec 2010, at 14:40, Ludovic BOUÉ wrote: >> >>> Hi all, >>> >>> I have a Satix-S2 Dual and I'm trying to get to work without his CI in a

Re: ngene & Satix-S2 dual problems

2010-12-27 Thread Andre
to handle this setup. I hadn't found mumudvb before, interesting software, thanks. The mumudvb pages on scrambled channels makes some suggestions, sounds like sasc-ng would be a better fit for this type of software, it's much more stable than a year ago too! The rest I don't know a

Re: ngene & Satix-S2 dual problems

2010-12-27 Thread Andre
tate to use the description stable) there is a serious problem when both tuners are in use, this work in progress driver fixes that problem. The extra nodes are a pain, especially when you have a lot of tuners in one machine but tuners that stop working mid recording are much more of a pain! Andre-

Re: DuoFlex CT PCIe

2010-12-19 Thread Andre
.html When I asked why the newer driver made 5 devices for a dual tuner the answer was because of support for the digital devices duoflex adaptors. Andre > This card has 2 Ports, using one PCIe slot. Additionally it can be extended > by 2 tuners to a total of 4 tuners, still using only o

Re: ngene & Satix-S2 dual problems

2010-11-28 Thread Andre
On 28 Nov 2010, at 12:53, Oliver Endriss wrote: > On Sunday 28 November 2010 09:27:03 Andre wrote: >> >> On 27 Nov 2010, at 12:15, Robert Longbottom wrote: >>>> >>>> I'm just debating whether to leave it as the active card and see how it >

Re: ngene & Satix-S2 dual problems

2010-11-28 Thread Andre
they don't seem to be causing a problem so far > as I can tell. Yeah would be good to know what that's all about, maybe there is some additional capability in this chipset but unused in the Satix S2? > > Thanks go to Oliver for these drivers - hopefully we can see these changes i

Re: ngene & Satix-S2 dual problems

2010-11-21 Thread Andre
On 21 Nov 2010, at 17:23, Robert Longbottom wrote: > On 21/11/2010 13:15, Andre wrote: >> >> On 21 Nov 2010, at 13:07, Robert Longbottom wrote: >> >>> >>> >>> On 21 Nov 2010, at 11:40 AM, Andre wrote: >>> >>>>

Re: ngene & Satix-S2 dual problems

2010-11-21 Thread Andre
On 21 Nov 2010, at 13:07, Robert Longbottom wrote: > > > On 21 Nov 2010, at 11:40 AM, Andre wrote: > >> >> On 20 Nov 2010, at 19:22, Oliver Endriss wrote: >> >>> Hi, >>> >>> On Saturday 20 November 2010 16:52:34 Robert Longbottom w

Re: ngene & Satix-S2 dual problems

2010-11-21 Thread Andre
th my stock driver (Ubuntu 10.10's 2.6.35-22-generic) but recording continues with your ngene-test2 driver :-) NB I needed to go grab ngene_18.fw before it would work and I have three unexpected extra frontends, adapter 0,1&2 as well as the configured 5&6, not sure what'

Re: ngene & Satix-S2 dual problems

2010-11-21 Thread Andre
it's >> not currently being used, which is a shame! >> >> I'm using the ngene driver from the stock 2.6.35.4 kernel on Gentoo. >> >> Does anyone else see this problem? Is there anything I can do to try >> and fix / debug it? Are there any bug fixes

Re: VIDIOC_G_STD, VIDIOC_S_STD, VIDIO_C_ENUMSTD for outputs

2010-05-23 Thread Andre Draszik
Hi, On Sun, May 23, 2010 at 12:20 PM, Hans Verkuil wrote: > On Saturday 22 May 2010 19:21:32 Ian Armstrong wrote: >> On Saturday 22 May 2010, Andy Walls wrote: >> > On Sat, 2010-05-22 at 15:06 +0100, Andre Draszik wrote: >> > Some thoughts: >> > >>

VIDIOC_G_STD, VIDIOC_S_STD, VIDIO_C_ENUMSTD for outputs

2010-05-22 Thread Andre Draszik
devices. Thoughts? Cheers, Andre' -- 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.html