[vdr] CAM not work - anyone help??

2007-05-11 Thread Simon Baxter
Hi. I've posted loads of posts on this and the linux-dvb forums, trying to get help with my Irdeto CAM and TechnoTrend 1500-C. I've had almost no responses, and certainly found no help anywhere. ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv

[vdr] Q: dvd-plugin and softdevice

2007-05-11 Thread Harald Milz
Hi, I would like to use the dvd plugin (CVS as of today) together with softdevice-0.4.0. Plays DVDs fine but no sound. In the plugin's source code there's in player-dvd.c: BitStreamOutActive = false; HasBitStreamOut = (cPluginManager::GetPlugin("bitstreamout") != NULL); SoftDevi

Re: [vdr] A few observations on the vdr project

2007-05-11 Thread Klaus Schmidinger
On 05/11/07 18:56, VDR User wrote: > On 5/11/07, Klaus Schmidinger <[EMAIL PROTECTED]> wrote: >> Well, at some point I'd have to deal with it, anyway, if it's supposed >> to become part of the core VDR code. So I'd rather do it myself now. > > Sure, but if doing it yourself means not doing it prop

Re: [vdr] A few observations on the vdr project

2007-05-11 Thread VDR User
On 5/11/07, Klaus Schmidinger <[EMAIL PROTECTED]> wrote: Well, at some point I'd have to deal with it, anyway, if it's supposed to become part of the core VDR code. So I'd rather do it myself now. Sure, but if doing it yourself means not doing it properly, why not let someone else who's willing

Re: [vdr] mplayer with dvd-menu support

2007-05-11 Thread Igor Nikanov
> Does MPlayer now have decent DVD menu support? imho, yes. In last versions of mplayers there's good dvd menu support regards Igor ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] A few observations on the vdr project

2007-05-11 Thread Klaus Schmidinger
On 05/11/07 18:10, VDR User wrote: > I think the best question to be asking concerning UTF-8 isn't if you > personally like the idea but rather what's better in terms of design. > That consideration should outweigh any other. You certainly don't > want to create a situation where you're doing a lo

Re: [vdr] A few observations on the vdr project

2007-05-11 Thread VDR User
I think the best question to be asking concerning UTF-8 isn't if you personally like the idea but rather what's better in terms of design. That consideration should outweigh any other. You certainly don't want to create a situation where you're doing a lot more work then necessary in the long run

Re: [vdr] [PATCH] dynamically sized ringbuffers v2

2007-05-11 Thread Artur Skawina
Klaus Schmidinger wrote: > If this "auto sized ringbuffers" change (which, from what I can > see so far - haven't tried it myself - looks like a good idea) > is ever to make its way into the official VDR source, you'll need > to get rid of the above waiting. It says in receiver.h: > > ...the cal

Re: [vdr] A few observations on the vdr project

2007-05-11 Thread Torgeir Veimo
On 11 May 2007, at 15:54, Klaus Schmidinger wrote: Please don't make same hacks such in my patch. Change a type to wchar_t. wchar_t is definitely *not* the way I'll go. I feel so lucky working with Java when it comes to character encoding issues. Our webapp uses UTF-8 exclusively, but we

Re: [vdr] A few observations on the vdr project

2007-05-11 Thread [EMAIL PROTECTED]
It's simply short-sighted. The best way in Open Source is fork of project. If this happens, I will support this new project. -- Alexander ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] A few observations on the vdr project

2007-05-11 Thread Klaus Schmidinger
On 05/11/07 16:51, [EMAIL PROTECTED] wrote: > Hi All, > hi Klaus, > > i would like to say also my 0,02€ to it. > > My UTF-8 patch, which I wrote for 1.3 - 1.4 vdr is ugly hack. > I have developed a patch from emergency !!! > > I must unfortunately with 3 languages go around and could not simpl

Re: [vdr] A few observations on the vdr project

2007-05-11 Thread [EMAIL PROTECTED]
Hi All, hi Klaus, i would like to say also my 0,02€ to it. My UTF-8 patch, which I wrote for 1.3 - 1.4 vdr is ugly hack. I have developed a patch from emergency !!! I must unfortunately with 3 languages go around and could not simply not see that German words instead of üöä cyrillic characters

Re: [vdr] [PATCH] dynamically sized ringbuffers v2

2007-05-11 Thread Klaus Schmidinger
On 05/10/07 01:55, Artur Skawina wrote: > Auto sized ringbuffers, changes since v1: > ... > diff --git a/recorder.c b/recorder.c > index 8bb1621..3c0e002 100644 > --- a/recorder.c > +++ b/recorder.c > @@ -157,8 +157,20 @@ void cRecorder::Receive(uchar *Data, int Length) > { >if (Running()) { >

Re: [vdr] mplayer with dvd-menu support

2007-05-11 Thread Juri Haberland
Igor Nikanov <[EMAIL PROTECTED]> wrote: > Hello > > are there any plans to include in the mplayer-plugin a possibility for dvd > play with dvd-menu support ? Does MPlayer now have decent DVD menu support? Whatever the menu support status is, IMHO there's no need to modify the mplayer-plugin as

Re: [vdr] A few observations on the vdr project

2007-05-11 Thread Dieter Fauth
Hi Klaus, in our devices (barcode reader) we use 16 bit characters and it works out nice and easy and very similar to the old bytes. It was not easy to convince my collegues (in the USA), but I managed to do it. IMHO this is much simpler than the UTF8, all the index into a string still wor

Re: [vdr] A few observations on the vdr project

2007-05-11 Thread Ludwig Nussel
Klaus Schmidinger wrote: > On 05/11/2007 09:25 AM, Ludwig Nussel wrote: > > What's wrong with vdr using UTF-8 internally if it makes the code simpler? > > Offhand I could only imagine two places where using a different external > > encoding would be required and that's file names and tty i/o. Stuff

[vdr] Re: A few observations on the vdr project

2007-05-11 Thread Lucian Muresan
Klaus Schmidinger wrote: > On 05/11/2007 09:25 AM, Ludwig Nussel wrote: >> Klaus Schmidinger wrote: >>> On 05/10/07 20:04, Udo Richter wrote: ... VDR development would speed up, if Klaus would delegate more work to other talented coders, and doing more review instead of coding most o

Re: [vdr] A few observations on the vdr project

2007-05-11 Thread Klaus Schmidinger
On 05/11/2007 09:25 AM, Ludwig Nussel wrote: > Klaus Schmidinger wrote: >> On 05/10/07 20:04, Udo Richter wrote: >>> ... >>> VDR development would speed up, if Klaus would delegate more work to >>> other talented coders, and doing more review instead of coding most of >>> it himself. >> Well, right

Re: [vdr] A few observations on the vdr project

2007-05-11 Thread Ludwig Nussel
Klaus Schmidinger wrote: > On 05/10/07 20:04, Udo Richter wrote: > > ... > > VDR development would speed up, if Klaus would delegate more work to > > other talented coders, and doing more review instead of coding most of > > it himself. > > Well, right now I'm dealing with the UTF-8 stuff, which i