-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Default colorspace for CPU decoder is now ITU709 #5291
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
base: main
Are you sure you want to change the base?
Conversation
💊 CI failures summary and remediationsAs of commit 0f8a072 (more details on the Dr. CI page):
1 failure not recognized by patterns:
🚧 4 fixed upstream failures:These were probably caused by upstream breakages that were already fixed.
Please rebase on the
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @bjuncek, this looks good to me. I have a few minor comments for you to consider.
@bjuncek Also, could you fix the linter error please? |
Internal tests: D33830672 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some internal tests are failing, blocking merge for now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I've addressed most of the concerns, and have added additional coverage for video_reader
tests
@prabhat00155 @datumbox any updates on this? |
@bjuncek I don't have any context about this PR. Not sure if @prabhat00155 or @fmassa can help here. BTW there is a conflict in one of the test files, I assume you will take care of it after you get the OK on principle for the direction of the PR? |
@datumbox This PR would need to be imported into Phabricator to make sure all the internals tests are fine, before merging here, as we are changing the colour space for CPU decoder, which means the output values would be different. Last time, I saw some internal test failures on importing this(D33830672). |
Addressing #5245