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 implicit HEIF boxes in AVIF #1222

Closed
wants to merge 1 commit into from

Conversation

y-guyon
Copy link
Collaborator

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

Remove a few hundred bytes of container boilerplate for simple images. Most image features can be extracted from the AV1 OBUs in the mdat box for the main use cases (non-grid, non-progressive, opaque or translucid still images with no color profile, no Exif/XMP metadata and default CICP values).

Warning: This feature is experimental and forbidden by the current AVIF specification.

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

Remove a few hundred bytes of container boilerplate for simple images.
Most image features can be extracted from the AV1 OBUs in the mdat box
for the main use cases (non-grid, non-progressive, opaque or
translucid still images with no color profile, no Exif/XMP metadata
and default CICP values).

Warning: This feature is experimental and forbidden by the current
         AVIF specification.
@y-guyon
Copy link
Collaborator Author

y-guyon commented Jun 13, 2023

The alternative header reduction method #1432 replaces this one.

@y-guyon y-guyon closed this Jun 13, 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