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

Added VVC codec functions #1108

Closed
wants to merge 20 commits into from
Closed

Conversation

Jamaika1
Copy link
Contributor

This is attempt to include uvg266 codec. It isn't known whether codec will be continued.
My remake doesn't include all nokia heif vvc specs and features included 3 years ago.
https://github.com/nokiatech/heif/tree/VVC_MP4

@@ -161,73 +161,75 @@ enum heif_suberror_code

heif_suberror_No_hvcC_box = 106,

heif_suberror_No_pitm_box = 107,
heif_suberror_No_vvcC_box = 107,
Copy link
Contributor

@farindk farindk Jan 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please make sure that all enum values in heif.h do not change as that would break backwards compatibility.
Assign new numbers to new error codes.

@farindk
Copy link
Contributor

farindk commented Jan 13, 2024

Thank you. I'm excited to see this coming.

farindk added a commit that referenced this pull request Jun 22, 2024
farindk added a commit that referenced this pull request Jun 22, 2024
farindk added a commit that referenced this pull request Jun 22, 2024
@farindk
Copy link
Contributor

farindk commented Jun 22, 2024

Thank you.
I have completed this and merged it into the develop-v1.18.0 branch.

Now, we just need a way to read the images that we write.
Do you know any other software than can read this vvic images?

@farindk farindk closed this Jun 22, 2024
@Jamaika1
Copy link
Contributor Author

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