Re: [vdr] [PATCH] TT6400 dvbhddevice ScaleVideo aspect ratio correction

2013-04-05 Thread Udo Richter
Am 05.04.2013 19:37, schrieb Lucian Muresan: > I wrote a patch for the ScaleVideo implementation in the dvbhddevice, > for keeping the actual aspect ratio of the video material when scaling. My initial thought on the code was that it seemed to unnecessary do too many double to int conversions, plu

Re: [vdr] [PATCH] TT6400 dvbhddevice ScaleVideo aspect ratio correction

2013-04-05 Thread VDR User
It's a shame truecolor support still hasn't been added to this plugin. Also, last I spoke with bball he had lost his password to vdr-developer so it's not exactly that he had abandoned it as is being claimed. None the less thanks for bothering enough to fork it and continuing work. Would be nice if

Re: [vdr] Epgsearch mysteries

2013-04-05 Thread Christian Wieninger
Am 05.04.2013 05:21, schrieb Teemu Suikki: Ok, I fixed it.. In file epgsearchext.c, function CheckRepeatTimers, there is a line: if (EventsMatch(pEvent, pEventP, compareTitle, compareSubtitle, compareSummary, compareDate, catvaluesAvoidRepeat)) There is no match limit given! So I added it l

[vdr] [PATCH] TT6400 dvbhddevice ScaleVideo aspect ratio correction

2013-04-05 Thread Lucian Muresan
Hi, I wrote a patch for the ScaleVideo implementation in the dvbhddevice, for keeping the actual aspect ratio of the video material when scaling. It was tested by users at vdr-portal.de which also reported the distortions (I don't own such a device), and they said it works [1]. You can test it wit

[vdr] [PATCH] VDR 2.0.0: Fix initialization of cDevice::keepTracks.

2013-04-05 Thread Klaus Schmidinger
As reported here http://www.vdr-portal.de/board17-developer/board97-vdr-core/p1137010-zu-sp%C3%A4tes-initialisieren-der-variable-keeptracks-in-device-c the member variable keepTracks is initialized too late in the cDevice c'tor. The attached patch fixes this. Klaus --- device.c 2013/03/07 13

Re: [vdr] VDR2 plugin streaming problem

2013-04-05 Thread Stuart Morris
> > > > > > > > > > I'm finding plugins streamdev, xvdr and > vnsi > > all > > > fail > > > > to stream live TV and radio. Is this to be > > expected > > > with > > > > VDR-2.0.0 until plugin developers can catch  > up? > > > > > > > > No, at least streamdev and vnsi have both > been > > working >