-
-
Notifications
You must be signed in to change notification settings - Fork 131
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
fix VT tone mapping and add transpose_vt #352
Conversation
A format option is added for |
Can I assume that VtTransfer and VtDecoder share all input and output formats? If so I guess they could be added as well. |
The |
Is it possible to check |
I think it already behaves like this? out_format = (s->format == AV_PIX_FMT_NONE) ? hw_frame_ctx_in->sw_format : s->format; When the user sets no format, it would be |
//hw_frame_ctx_in->sw_format == p210le Currently, even if the user does not set the format option, an error will be returned when the input of |
Format check relaxed. |
Changes
This PR:
transpose_vt
filter which uses CoreImage that works on macOS 12scale_vt
filter. Currently only supportsnv12
andp010
Issues