Re: [vdr] Videgor is missing on the plugin list on http://www.cadsoft.de/vdr/plugins.htm

2006-09-08 Thread Klaus Schmidinger
Rene Bartsch wrote: Hi, the Videgor plugins are missing on the plugin list on http://www.cadsoft.de/vdr/plugins.htm. It's on now. Klaus ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] *** glibc detected *** double free or corruption 1.4.2-1 Patch

2006-09-08 Thread Clemens Kirchgatterer
Hans-Werner Hilse <[EMAIL PROTECTED]> wrote: > Changing the "free(aux);" to "if(aux) free(aux);" would probably care > for that (resembling the earlier behaviour). i know, the problem has been already fixed, but just for the record. code like: if (bla) free(bla); will actually _never_ fix any bu

Re: [vdr] *** glibc detected *** double free or corruption 1.4.2-1 Patch

2006-09-08 Thread Hans-Werner Hilse
Hi, On Fri, 8 Sep 2006 16:02:57 +0200 Clemens Kirchgatterer <[EMAIL PROTECTED]> wrote: > > Changing the "free(aux);" to "if(aux) free(aux);" would probably > > care for that (resembling the earlier behaviour). > > code like: if (bla) free(bla); will actually _never_ fix any bug. > either bla is

Re: [vdr] *** glibc detected *** double free or corruption 1.4.2-1 Patch

2006-09-08 Thread Udo Richter
Hans-Werner Hilse wrote: bug... The free() *does* hurt, however. The standard tells us not to free a pointer twice (in fact, the man page suggests that "undefined behaviour occurs"). That's why there is this "double free assertion", I think. But what my solution suggested was just a circumvention

[vdr] Re: libxineoutput - A/V Sync

2006-09-08 Thread Tero Saarni
Dave wrote: Im experiencing a problem with libxineoutput. The video and audio are out of sync. the settings for the plugin correct it good for one channel, but then are out for another channel, so Ive had to put it in the "middle" so its kinda out of sync equally across all channels, but I find

Re: [vdr] *** glibc detected *** double free or corruption 1.4.2-1 Patch

2006-09-08 Thread Hans-Werner Hilse
Hi, On Fri, 08 Sep 2006 16:58:10 +0200 Udo Richter <[EMAIL PROTECTED]> wrote: > I don't agree. The double free assertion wont be issued if you free NULL > twice. Of course. Thanks for pointing out my failure & clarification. I should have thought twice... (and I just read the code for malloc/fr

[vdr] [ANNOUNCE] vdr-span-0.0.3

2006-09-08 Thread Christian Leuschen
Hi, I uploaded the third version of the SpAn-plugin. It can be found at http://lcr.vdr-developer.org/ Changelog: 2006-09-08: Version 0.0.3 - Bars falling completely now when pausing the replay - Updated the patches for mp3ng* 2006-09-07: Version 0.0.2 - Implemented bar peaks (used in the graph

Re: [vdr] Re: libxineoutput - A/V Sync

2006-09-08 Thread Dave
Tero Saarni wrote: > Dave wrote: >> Im experiencing a problem with libxineoutput. The video and audio are >> out of sync. the settings for the plugin correct it good for one >> channel, but then are out for another channel, so Ive had to put it in >> the "middle" so its kinda out of sync equally

Re: [vdr] libmad compile issue with mplayer plugins 0.9.15pre14 / VDR 1.4.2

2006-09-08 Thread Philippe Gramoullé
Hello Stefan, On Thu, 7 Sep 2006 21:03:25 + (UTC) [EMAIL PROTECTED] (Stefan Huelswitt) wrote: | > | > Any idea ? | > | > I'm using gcc/g++ 4.1 ( Debian x86 unstable with latest packages) | | I'm sorry, but probably this is a compatibility problem between | libmad and your gc

Re: [vdr] libmad compile issue with mplayer plugins 0.9.15pre14 / VDR 1.4.2

2006-09-08 Thread Anssi Hannula
Philippe Gramoullé wrote: > Hello Stefan, > > On Thu, 7 Sep 2006 21:03:25 + (UTC) > [EMAIL PROTECTED] (Stefan Huelswitt) wrote: > > | > > | > Any idea ? > | > > | > I'm using gcc/g++ 4.1 ( Debian x86 unstable with latest packages) > | > | I'm sorry, but probably this is a compa

Re: [vdr] libmad compile issue with mplayer plugins 0.9.15pre14 / VDR 1.4.2

2006-09-08 Thread Philippe Gramoullé
Hello Anssi, On Fri, 08 Sep 2006 23:34:06 +0300 Anssi Hannula <[EMAIL PROTECTED]> wrote: | Works fine on Mandriva Cooker, with | gcc-4.1.1-3mdk | glibc-2.4-4mdk | libmad0-0.15.1b-4mdk | | Quick checking shows that Mandriva's libmad isn't patched in any way. Well, "unstable" libmad0

Re: [vdr] libmad compile issue with mplayer plugins 0.9.15pre14 / VDR 1.4.2

2006-09-08 Thread Stefan Huelswitt
On 08 Sep 2006 Philippe =?ISO-8859-15?Q?Gramoull=E9?= <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] (Stefan Huelswitt) wrote: > > | I'm sorry, but probably this is a compatibility problem between > | libmad and your gcc version (taking that's the same error with > | all mp3 plugin versions).