http://bugs.freedesktop.org/show_bug.cgi?id=17633
Summary: ijg libjpeg based jpeg decoder patch Product: swfdec Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: library AssignedTo: swfdec@lists.freedesktop.org ReportedBy: [EMAIL PROTECTED] QAContact: swfdec@lists.freedesktop.org Created an attachment (id=18963) --> (http://bugs.freedesktop.org/attachment.cgi?id=18963) libjpeg based jpeg decoder So this new revision have a couple of changes: - fix a brown paper bag, i was reading the compressed data 1 (!!) byte at time, because the silly of me not only was using sizeof() on a malloc'ed area but i was even dereferencing it. Should now be a lot faster. - improve the jpeg fscked soi workaround, now it doesn't try to patch the wrong soi, if there is a sane soi after that it justs skips data. Don't think the old was correct because libjpeg refused to decode the picture. Feel free to use this bug to track regressions with dsjpeg. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ Swfdec mailing list Swfdec@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/swfdec