-
Notifications
You must be signed in to change notification settings - Fork 7
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
False negative: at most one ColourInformationBox
(colr
) per item
#30
Comments
Thank you. The version of the spec is more recent than what's currently supported by the ComplianceWarden. Let's see how we can progress on an update, I have a TODO to list the request changes. |
If that's urgent let me know, I could implement this before update the rest of the specs. |
Both are only required if the primaries or transfer characteristics aren't representable with CICP values (possible, but unlikely)and the matrix coefficients aren't BT.601 (again, quite unlikely). So while there are important use cases which require both, the vast majority should only need one. See https://github.com/AOMediaCodec/libavif/wiki/CICP for more. Eventually the spec will be updated (see AOMediaCodec/av1-avif#164 and MPEGGroup/FileFormat#39), but right now the published text is clear. |
Is AOMediaCodec/av1-avif#164 or any of the discussion blocking the addition of this new test? The additional checks would be:
|
@cconcolato It seems that MPEGGroup/FileFormat#39 would allow to close AOMediaCodec/av1-avif#164 and unlocks here. Correct? |
@rbouqueau what's important is that:
Regarding the color restrictions, in terms of spec and publication status, we have
To close this issue, I think we should implement only 1 (in the master branch) and 2 (in a branch that should be merged only after the AMD is officially approved/published). |
Per HEIF (ISO/IEC 23008-12:2017) § 6.5.5.1:
This is in the process of being amended in DIS 23008-12 to be
but multiple associations of
colr
boxes of the samecolour_type
per item should be disallowed under either standard. However, these inputs generate no errors or warnings:invalid-avif-colr-multiple.zip
The text was updated successfully, but these errors were encountered: