-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove most references to "NCLX", as it is mostly an implementation detail, and the values are really from MPEG-CICP * Eliminate avifProfileFormat: having an ICC profile is not mutually exclusive with signaling CICP * CICP is now always available in an avifImage, set to unspecified by default * Added --cicp as an alias for --nclx (semi-deprecated) * Setting CICP via avifenc no longer overrides ICC profiles, they co-exist * Simplified avifenc argument parsing / warnings logic * avifenc/avifdec/avifdump now all display CICP when dumping AVIF information * nclx colr box contents are guaranteed to override AV1 bitstream CICP (as MIAF standard specifies) * Added comments explaining various decisions and citing standards * Removed ICC inspection code regarding chroma-derived mtxCoeffs; this was overdesigned. Now just honor the assoc. colorPrimaries enum * Reworked all examples in the README to reflect the new state of things, and clean out some cruft
- Loading branch information
Joe Drago
committed
May 8, 2020
1 parent
70f4122
commit a0da4a4
Showing
17 changed files
with
347 additions
and
739 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.