Skip to content
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

Implement LZ77 decoding #29

Merged
merged 1 commit into from
Oct 5, 2024
Merged

Implement LZ77 decoding #29

merged 1 commit into from
Oct 5, 2024

Conversation

tirr-c
Copy link
Collaborator

@tirr-c tirr-c commented Oct 4, 2024

Add Lz77ReaderInner and wire things to support LZ77 stream decoding.

  • TODO: Needs tests for LZ77 streams.

@tirr-c tirr-c marked this pull request as ready for review October 5, 2024 05:38
@tirr-c tirr-c requested a review from veluca93 October 5, 2024 05:38
@tirr-c
Copy link
Collaborator Author

tirr-c commented Oct 5, 2024

I've added a few tests and fixed some bugs in the way.

@tirr-c tirr-c merged commit bcaabec into libjxl:main Oct 5, 2024
3 checks passed
@tirr-c tirr-c deleted the lz77 branch October 5, 2024 07:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants