Re: [vdr] [PATCH] Small change to correctly query the systems charset

2007-05-06 Thread Klaus Schmidinger
On 05/01/07 17:12, Matthias Schwarzott wrote: Hi there! This patch just changes charset querying to not only look at environment variable LANG, but respect all in correct order. So now I can overwrite charset setting with LC_CTYPE and LC_ALL. Greetings Matthias

Re: [vdr] [PATCH] Small change to correctly query the systems charset

2007-05-06 Thread Johannes Stezenbach
On Sun, May 06, 2007 at 11:50:21AM +0200, Klaus Schmidinger wrote: If I make this change and run VDR with export LANG=de_DE.iso8859-15 I get a NULL pointer from the setlocale(LC_CTYPE, ) call. Only with export LANG=de_DE.iso8859-1 do I get a non-NULL result. Am I missing something

[vdr] Re: [PATCH] Small change to correctly query the systems charset

2007-05-06 Thread Michael Mauch
Klaus Schmidinger wrote: If I make this change and run VDR with export LANG=de_DE.iso8859-15 I get a NULL pointer from the setlocale(LC_CTYPE, ) call. Only with export LANG=de_DE.iso8859-1 do I get a non-NULL result. Am I missing something here? Do you have a de_DE.iso8859-15

[vdr] Cut marks editing problem

2007-05-06 Thread Olaf Titz
I'm editing a recording with some errors in it (errors of the kind broken MPEG kills vdr-sxfe). Looks like the index.vdr is broken, so I run genindex. After that, some existing cut marks are not on a GOP boundary any more (looks like genindex really has fixed something). I can't edit these cut

Re: [vdr] Cut marks editing problem

2007-05-06 Thread Udo Richter
Olaf Titz wrote: After that, some existing cut marks are not on a GOP boundary any more (looks like genindex really has fixed something). I can't edit these cut marks any more. [...] Proposed fix: on the 7 and 9 keys, look if the mark is really on a GOP boundary, and if not, scan for the next

[vdr] [ANNOUNCE] VDR sync early patch

2007-05-06 Thread Reinhard Nissl
Hi, the motivation for this patch was to speed up zapping channels when using vdr-xine, i. e. to shorten the time from pressing the remote button till audio and video appear. FF card users may only see the effect of this patch when the FF card is running in transfer mode. The idea is to not