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

Unaligned bitstream #5

Open
martinlindhe opened this issue Jun 13, 2023 · 0 comments
Open

Unaligned bitstream #5

martinlindhe opened this issue Jun 13, 2023 · 0 comments
Labels
enhancement New feature or request template-format
Milestone

Comments

@martinlindhe
Copy link
Owner

Some formats require unaligned bit access. This is currently not supported in feng.

needed by archive/bzip2, image/bpg

TODO:

  • implement "u1" (1 bit), "u4" (4 bits), "u12" (12 bits) data types
  • rework internals to use golang bitreader
@martinlindhe martinlindhe added enhancement New feature or request template-format labels Jun 13, 2023
@martinlindhe martinlindhe added this to the 1.0 milestone Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request template-format
Projects
None yet
Development

No branches or pull requests

1 participant