Re: [Mjpeg-users] jpeg2yuv Bus error

2009-06-06 Thread Bernhard Praschinger
Hallo > I'm using version 1.9.0 > on a ReadyNAS 1100 which a sparc system. > the compile went fine. Which OS and Version do you use ? Isn't that box designed for some other use ;) > I did need to change yuvdeinterlace/yuvdeinterlace.cc > > #ifdef __GNUC__ > #define RESTRICT __restrict__ > #els

[Mjpeg-users] jpeg2yuv Bus error

2009-06-03 Thread wally
Hello, I'm using version 1.9.0 on a ReadyNAS 1100 which a sparc system. the compile went fine. I did need to change yuvdeinterlace/yuvdeinterlace.cc #ifdef __GNUC__ #define RESTRICT __restrict__ #else #define RESTRICT #endif as it failed compilation.. I removed everything except the "#define

Re: [Mjpeg-users] jpeg2yuv bus error on certain jpeg files

2006-10-16 Thread drew weirshousky
> > I guess you don't use the cvs version, there the core dump, should not > happen any more. > The problem seems to be that the image size is not divable by 16 > without > rest (120/16=7,5). > > What size has the original image ? The image is 160 x 120 and I have seen the /16 problem mentioned.

Re: [Mjpeg-users] jpeg2yuv bus error on certain jpeg files

2006-10-13 Thread Bernhard Praschinger
Hallo > Command I'm running: > /usr/local/bin/jpeg2yuv -v 2 -f 30 -Ip -L0 -j 20061011006%03d.jpg > > out.yuv > > Result: > INFO: [???] Parsing & checking input files. > --DEBUG: [???] Analyzing 20061011006000.jpg to get the right pic params > INFO: [???] YUV colorspace detected. > >

[Mjpeg-users] jpeg2yuv bus error on certain jpeg files

2006-10-12 Thread drew weirshousky
Command I'm running: /usr/local/bin/jpeg2yuv -v 2 -f 30 -Ip -L0 -j 20061011006%03d.jpg > out.yuv Result: INFO: [???] Parsing & checking input files. --DEBUG: [???] Analyzing 20061011006000.jpg to get the right pic params INFO: [???] YUV colorspace detected. INFO: [???] Starting deco