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

Experimental AVIF bit depth extension #1215

Closed
wants to merge 1 commit into from

Conversation

y-guyon
Copy link
Collaborator

@y-guyon y-guyon commented Nov 16, 2022

Allow encoding and decoding images of more than 12 bits, the limit of the AV1 format. This commit experiments 16-bit AVIF images, made of one primary lossless 8-bit image and one auxiliary lossy/lossless bit depth extension 8-bit image. Grids and alpha are supported.

Warning: This feature is experimental and not covered by the current AVIF specification. The AVIF specification change proposal is AOMediaCodec/av1-avif#208.

Parts of this PR and/or TODOs may be implemented into separate PRs before making this one ready for review.

@y-guyon y-guyon force-pushed the bit_depth_extension branch 4 times, most recently from 5950aa7 to 696d8a9 Compare December 16, 2022 19:10
@y-guyon y-guyon force-pushed the bit_depth_extension branch 2 times, most recently from e43e6a2 to 3bd3ce5 Compare January 17, 2023 17:18
@y-guyon y-guyon force-pushed the bit_depth_extension branch from 3bd3ce5 to 251e7eb Compare February 21, 2023 16:56
@y-guyon y-guyon force-pushed the bit_depth_extension branch 2 times, most recently from d612a00 to dfbd563 Compare August 8, 2023 14:51
Allow encoding and decoding images of more than 12 bits, the limit
of the AV1 format. This commit experiments 16-bit AVIF images, made
of one primary lossless 8-bit image and one auxiliary lossy/lossless
bit depth extension 8-bit image. Grids and alpha are supported.

Warning: This feature is experimental and not covered by the current
         AVIF specification.
@y-guyon y-guyon force-pushed the bit_depth_extension branch from dfbd563 to b8a0aa6 Compare August 8, 2023 15:11
@y-guyon
Copy link
Collaborator Author

y-guyon commented Sep 11, 2023

Superseded by #1572.

@y-guyon y-guyon closed this Sep 11, 2023
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.

1 participant