-
Notifications
You must be signed in to change notification settings - Fork 593
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wip: Update jpeg decoder. #1657
Draft
emilio
wants to merge
21
commits into
ivmartel:develop
Choose a base branch
from
emilio:jpeg
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Commits on Aug 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 73351c0 - Browse repository at this point
Copy the full SHA 73351c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for eae25e7 - Browse repository at this point
Copy the full SHA eae25e7View commit details
Commits on Aug 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9b72102 - Browse repository at this point
Copy the full SHA 9b72102View commit details
Commits on Aug 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3d825b1 - Browse repository at this point
Copy the full SHA 3d825b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for aff9457 - Browse repository at this point
Copy the full SHA aff9457View commit details
Commits on Aug 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f47ab35 - Browse repository at this point
Copy the full SHA f47ab35View commit details
Commits on Sep 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f7522e9 - Browse repository at this point
Copy the full SHA f7522e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dc492c - Browse repository at this point
Copy the full SHA 4dc492cView commit details
Commits on Sep 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 51e4326 - Browse repository at this point
Copy the full SHA 51e4326View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4b4f6a - Browse repository at this point
Copy the full SHA c4b4f6aView commit details
Commits on Mar 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b969c92 - Browse repository at this point
Copy the full SHA b969c92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84dc309 - Browse repository at this point
Copy the full SHA 84dc309View commit details -
Configuration menu - View commit details
-
Copy full SHA for 085f3db - Browse repository at this point
Copy the full SHA 085f3dbView commit details
Commits on Apr 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4a68a43 - Browse repository at this point
Copy the full SHA 4a68a43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7786d92 - Browse repository at this point
Copy the full SHA 7786d92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 042253e - Browse repository at this point
Copy the full SHA 042253eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b8da76 - Browse repository at this point
Copy the full SHA 9b8da76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ec2e61 - Browse repository at this point
Copy the full SHA 3ec2e61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ac76df - Browse repository at this point
Copy the full SHA 5ac76dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for deff835 - Browse repository at this point
Copy the full SHA deff835View commit details
Commits on Apr 21, 2024
-
I was trying to see an xray that I got recently (happy to email it privately if it helps), which fails to decode on the demo with: ``` JPX Error: Unsupported COD options (selectiveArithmeticCodingBypass) jpx.js:339:23 ``` So this tries to update to openjpeg via mozilla/pdf.js#17946, which should support it. However: * It's very WIP (the image decodes correctly on the worker, but I only see black on the canvas, however I see correct metadata). * I haven't updated all the references to the other decoders. * It loads the non-jpeg decoders as a module which I can't test, but probably breaks them. I also need to update the sync decoders, which likely doesn't work. I don't think I'll have time to finish this, but posting it here in case it saves someone time or someone has the time to finish it up. Thanks.
Configuration menu - View commit details
-
Copy full SHA for 3f2b2d1 - Browse repository at this point
Copy the full SHA 3f2b2d1View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.