Re: [vdr] [ANNOUNCE] vdr-rotor support patches for VDR-1.5.16

2008-02-29 Thread Reinhard Nissl
Hi, Seppo Ingalsuo schrieb: >> the attached patch replaces the previously released but >> incomplete patch for VDR-1.5.14, which was part of my recent >> rotor support patches. >> >> You have to apply this patch after patching VDR-1.5.16 with >> DVB-S2+H.264 support. > > Do you get this error

Re: [vdr] VDR on OpenWRT / embedded system

2008-02-29 Thread Theunis Potgieter
I recently learned of the iStar Mini HD https://www.istarhd.com/productpage/spec.html Also based on the Network Media Tank (NMT) from Syabas. Apparently it could use the same firmware from other suppliers like popcornhour. This machine has more RAM, but also not sure if one could add a dvb device

Re: [vdr] VDR on OpenWRT / embedded system

2008-02-29 Thread Tony Grant
Le vendredi 29 février 2008 à 11:57 +0200, Theunis Potgieter a écrit : How about Western Digital Mybook World Edition - USB - EN 1000 - serial port on MB Still has the 32MB RAM limitation. Debian has been installed in place of the stock linux. And there is 500/750/1000

[vdr] floatingpoint exception in mp3 plugin

2008-02-29 Thread Halim Sahin
Hi, I have experienced a problem when trying to play mp3/ogg/wav on a usb stick, which contains also non-audio files. my mp3sources.conf looks like this: /mnt;stick;0;*.wav/*.ogg/*.mp3 The usbstick contains zip/exe files doc/rtf, some python files etc. ulimit -u unlimited ./vdr -P mp3 After p

Re: [vdr] vdr 1.5.16 - minor problem in font.c

2008-02-29 Thread Klaus Schmidinger
On 02/29/08 01:04, Tobi wrote: > Hello, > > DrawText() in font.c uses the method Glyph() which may return a null pointer, > but doesn't check the returned pointer. > > I came across this bug, when checking a bug report from Sven Mueller: > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=46751

Re: [vdr] vdr 1.5.16 - minor problem in font.c

2008-02-29 Thread Klaus Schmidinger
On 02/29/08 14:29, Klaus Schmidinger wrote: > On 02/29/08 01:04, Tobi wrote: >> Hello, >> >> DrawText() in font.c uses the method Glyph() which may return a null pointer, >> but doesn't check the returned pointer. >> >> I came across this bug, when checking a bug report from Sven Mueller: >> >> htt

Re: [vdr] vdr-pictures and pic2mpg

2008-02-29 Thread Klaus Schmidinger
On 02/25/08 19:59, Stefan Wagner wrote: > Klaus Schmidinger <[EMAIL PROTECTED]> wrote: >>> [EMAIL PROTECTED]:/media/daten/burn$ pic2mpg -v 1 /media/daten/burn/ >>> /media/daten/burn/dest/ >>> ./dscn0015.jpg -> /media/daten/burn/dest//./dscn0015.jpg.mpg >>> ./DSCN00051.JPG -> /media/daten/burn/dest

Re: [vdr] BBC EPG from sat ? (loadepg equivalent ?)

2008-02-29 Thread Brian
Tony Grant wrote: > Le jeudi 28 février 2008 à 20:57 +0100, Brian a écrit : > >> Problem is that Bleb no longer has all the channels, copyright problems. >> Thats why I no longer use it. I use the solution pointed out by Tony >> Grant, it works perfectly well. You can customize which channel's e

Re: [vdr] [ANNOUNCE] vdr-rotor support patches for VDR-1.5.16

2008-02-29 Thread Seppo Ingalsuo
Reinhard Nissl wrote: > As mentioned above, you'll need an updated vdr-rotor too (see > attachment), which makes use of the new API. > > Thanks! This one compiled cleanly. > Hhm, as I do not own a positioner myself, I cannot test vdr-rotor > in practice. > OK, I got some help in linux-dvb mai

Re: [vdr] vdr 1.5.16 - minor problem in font.c

2008-02-29 Thread Tobi
Klaus Schmidinger wrote: >> Can you please verify if the attached patch does this correctly? > Maybe the attached version is even better, because there are also other > places where Glyph() is called. The patch works, but you should also pass the AntiAliased parameter when recursivly calling Glyp