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

avfilter/transpose_vt: select implementation based on macOS version #431

Merged
merged 2 commits into from
Aug 10, 2024

Conversation

gnattu
Copy link
Member

@gnattu gnattu commented Aug 8, 2024

Changes

This combines the VT native rotation and CoreImage based rotation implementation and will seletect based on the running macOS version. On macOS 13+ this will choose the faster VT native one and on macOS 12 it will choose the CoreImage one. CI is also modified for this change.

Issues

@gnattu
Copy link
Member Author

gnattu commented Aug 8, 2024

Targets master for CI testing, will re-target after CI finished.

@gnattu gnattu changed the base branch from jellyfin to jellyfin-7.0 August 8, 2024 10:49
@gnattu gnattu marked this pull request as ready for review August 8, 2024 10:49
@gnattu gnattu requested a review from a team August 8, 2024 10:49
@gnattu gnattu merged commit d177518 into jellyfin-7.0 Aug 10, 2024
27 checks passed
@gnattu gnattu deleted the transpose-vt-autoselect branch August 10, 2024 06:32
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