-
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- API: - Add VulkanRenderAPI - Support Vulkan: win32, macOS, android(buggy). Everything works except hardware decoder 0-copy rendering, only software decoders and hardware decoder with ":copy=1" are supported. - Correct HDR trc if obviously wrong from decoder(mediacodec vp9) - AMediaCodec: - Improve async mode - Fix blocks on some devices - No need to call setLogHandler(nullptr) manually - Remove redundant gpu color primaries convertion - Fix D3D11 hevc decoder wrong result because of ignoring profile/level - Fix D3D11 decoder + D3D11 0-copy rendering wrong result on RTX2060 - Partialy upport mac catalyst build
- Loading branch information
Showing
2 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters