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
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
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
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
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
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
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
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
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
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
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
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).
12 matches
Mail list logo