-
Notifications
You must be signed in to change notification settings - Fork 468
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
RESTART and BYPASS encoding modes are broken #674
Labels
Comments
This is also true for BYPASS mode (M == 1) |
boxerab
changed the title
Lossless encoding using RESTART encoding mode is not actually lossless
RESTART and BYPASS encoding modes are broken
Mar 23, 2016
These modes have been broken for at least 6 years, probably forever. |
By a strange coincidence, mode 1 and mode 4 are the only two modes who are generating the uninitialized read reported in #612. The others are valgrind-clean. |
Closed
rouault
added a commit
to uclouvain/openjpeg-data
that referenced
this issue
Jun 9, 2017
rouault
added a commit
to rouault/openjpeg
that referenced
this issue
Jun 9, 2017
…uclouvain#674) There were a number of defects regarding when and how the termination of passes had to done and the computation of their rate.
Fixed per #949 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i.e. lossless encoding with either mode produces a lossy encoded file
Simple test:
-M 4
The text was updated successfully, but these errors were encountered: