Re: [Mjpeg-users] Standards converter?

2007-05-14 Thread herve.flores
Le 12 mai 07 à 18:49, Steven M. Schultz a écrit : > > On Fri, 11 May 2007, herve.flores wrote: > >> http://jcornet.free.fr/linux/yuvmotionfps.html >> the last time I managed to reach jerome was... two years ago (he >> doesn't answer anymore :-( > > 480KB download, most of it is an OLD copy

Re: [Mjpeg-users] Standards converter?

2007-05-14 Thread Steven M. Schultz
On Mon, 14 May 2007, herve.flores wrote: > thanks a lot, no pb for the compilke, but the tool crashes on my PPC > computer with this build cpu arch (intel or PPC) has, as it turns out, NOTHING to do with it. Program would crash on an Intel based MacBookPro. I haven't tested

Re: [Mjpeg-users] Standards converter?

2007-05-14 Thread Steven M. Schultz
The yuvmotionfps.tar.bz2 posted a few minutes ago has a bug that will corrupt the output - I forgot to delete a debug printf() statment. You can either delete the printf (line 110 in motionsearch_deint.c) or use the revised .tar.bz2 file attached to this ma

Re: [Mjpeg-users] Standards converter?

2007-05-14 Thread stefan
Quoting "Steven M. Schultz" <[EMAIL PROTECTED]>: > But even after doing that there is the same type of error that > was found in yuvdeinterlace. OK, so I will drop in here... :-) All buffers in yuvdeinterlace, yuvdenoise and most probably yuvmotionfps (as it is based on an old yuvd

Re: [Mjpeg-users] Standards converter?

2007-05-14 Thread stefan
Quoting "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>: > // code fragment (Revision 1.0 yuvdeinterlace.cc): Off course this should have been Revision "1.10" ... To make a more "graphical" explanation: . = allocated memory X = address the pointer needs to point at to satisfy the functions | Overshot

Re: [Mjpeg-users] Standards converter?

2007-05-14 Thread Steven M. Schultz
On Tue, 15 May 2007 [EMAIL PROTECTED] wrote: > You are right. There *is* a big difference between these two... > :-) Could you please fix your fix? Only when you fix the code so it doesn't crash on my systems. *before* yuvdeinterlace crashed. *after* it does not c