Skip to content
Snippets Groups Projects
Commit 26bea870 authored by Maxime Chapelet's avatar Maxime Chapelet Committed by Steve Lhomme
Browse files

vout: apple: Add support for video orientations in SampleBufferDisplay

Transform image buffer's pixels to display frames with proper video orientation.
API used to transform the picture depends on the host operating system version.
Given OS is at least iOS/iPadOS/tvOS 16.0 or macOS 13.0, an implementation backed
by VideoToolbox APIs will be used.
If not available, it will fallback to a CoreImage backed implementation.
So far the CoreImage implementation doesn't seems to perform as fast as the one
backed by the VideoToolbox API.
parent 66aa9ee8
No related branches found
No related tags found
Loading
Pipeline #500470 failed with stages
in 33 minutes and 55 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment