mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #11250] Fix the broken video orientation (+-90/180) #12815
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/jellyfin/jellyfin/pull/11250
State: closed
Merged: Yes
Videos captured by mobile phones and action cameras such as GoPro often contain orientation information. The memory layout of such videos needs to be transposed so that they can be displayed on the playback device in the correct orientation.
In the past this was not supported in HWA because the corresponding hardware filter was not available. This problem was solved by writing the missing GPGPU based hardware filters.
Changes
Issues