I grabbed the latest yuvdenoise from the repository and noticed it core dumps. I checked into it - it allocates the frameX[] buffers to be only half the size needed, therefore overwriting memory (at line 777). The reason is lwidth in my stream is 2*width. The buffer sizes are computed from width, rather than lwidth. So I changed the computation of buff_size to use lwidth rather than width and that seemed to resolve the issue.
-- Ray ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Mjpeg-users mailing list Mjpeg-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mjpeg-users