WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 116041
115846
Checking if frame is complete and access duration doesn't need a decode
https://bugs.webkit.org/show_bug.cgi?id=115846
Summary
Checking if frame is complete and access duration doesn't need a decode
Ryosuke Niwa
Reported
2013-05-08 20:57:00 PDT
https://chromium.googlesource.com/chromium/blink/+/899a7a4375e3d124a3e740aa368ef733f3ebfa3e
Attachments
Add attachment
proposed patch, testcase, etc.
Ryosuke Niwa
Comment 1
2013-05-08 20:57:21 PDT
Consider merging the above change. hecking if frame is complete and access duration doesn't need a decode The goal of this change is to minimize image decoding on the main thread. This change is to avoid image decoding for these two operations: 1. frameIsCompleteAtIndex 2. frameDurationAtIndex These two operations are moved to ImageDecoder interface and are now const to prevent future regression. We are now able to check if a frame is complete by parsing the entire GIF file without decoding. This also provides information like frame duration such that controller the animation doesn't require any decoding. This change is critical to moving animated image decoding off the main thread.
Csaba Osztrogonác
Comment 2
2013-10-30 09:16:52 PDT
*** This bug has been marked as a duplicate of
bug 116041
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug