[Swfdec] [Bug 17633] New: ijg libjpeg based jpeg decoder patch
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Sep 17 09:55:23 PDT 2008
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 at lists.freedesktop.org
ReportedBy: riccardo at datahost.it
QAContact: swfdec at 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.
More information about the Swfdec
mailing list