Re: [vdr] R: [PATCH]: VDR Multiple frontends (finished)

2015-07-25 Thread Eddi De Pieri
Hi, I can't figure out if finally you integrated MFE support. Regards Eddi On Fri, Aug 24, 2007 at 4:20 PM, Klaus Schmidinger klaus.schmidin...@cadsoft.de wrote: On 08/19/07 22:02, Eddi wrote: Hi, Klaus, any news about support for multiple frontends? What about integrating my patch in

Re: [vdr] R: [PATCH]: VDR Multiple frontends (finished)

2015-07-25 Thread Eddi De Pieri
scritto: On 25.07.2015 18:12, Eddi De Pieri wrote: Hi, I can't figure out if finally you integrated MFE support. VDR can handle adapters with multiple frontends (in which case each adapter/frontend combo is set up as a separate device, which all can be used in parallel), as well as frontends

[vdr] unicable patch from vdrportal.de

2010-05-11 Thread Eddi De Pieri
Hi, Have you seen this patch? http://www.vdrportal.de/board/thread.php?threadid=89731sid=529f3f9e990d7bf0a8e904651027c4a9 by adjusting unicable.conf, it works for me... with inverto lnb scr Regards and many thanks to

[vdr] Request: Pvrinput and cards without mpeg encoder - writing a user mode encoder/proxy

2008-04-07 Thread Eddi De Pieri
Hi, I'd like to use pvrinput plugin with my saa7134 based card. This card lacks of mpeg encoder, so I think so... Why don't write a proxy that works like DV4Linux preloading a library before starting VDR. - In the library configuration should be written the stupid device driver name

[vdr] Video out both from ff dvb card and xineliboutput

2008-01-31 Thread Eddi De Pieri
Hi, Does it possible to get video out both from svideo or rgb output of my s2300 ff-dvb card and from xineliboutput? If yes how to do this? Best regards, Eddi ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] [ANNOUNCE] VDR-1.5.12: some micro speed improvements

2007-12-26 Thread Eddi De Pieri
Il giorno dom, 23/12/2007 alle 22.46 +0100, Reinhard Nissl ha scritto: Hi, the attached patches speed up starting and stopping VDR on slow machines with huge channels.conf files, by avoiding some n / 2 * (n + 1) loops. Please test them and report bugs here. Hi Reinhard, Your patches

Re: [vdr] analogtv, tt s-2300 ff-dvb card and blue faces

2007-11-30 Thread Eddi De Pieri
I should understand the problem... the problem is in player-analogtv.c there is a multiplier of 1927,5 that is ok for bttv, while for saa7134 is different. This should be patched by adding a dynamic multiplier by reading min/max value in a similar way like list_controls in v4l2-ctl.cpp There