-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-= Re-coding MediaRender =- Notes: Backwards compatibility with Win7/8 might broke (not tested yet) Additions / Enhancements - Hardware Frames (NV12/P010 Semi-Planar): Direct Convert to RGB with PixelShaders (No more VideoProcessorBlt) - Software Frames (8-bit YUV Planar/Packed): PixelShaders support for most of them (Planar/Packed) - Rest Frames (RGB & ?): Still using fallback to "heavy" SwsScale - Partial Color Range & Space support (BT601/BT709 Full/Limited) (TODO: HDR BT2020 requires also implementation from FFmpeg.Autogen to retrieve HDR metadata) - Better SwapChain implementation and more BackBuffers in use Issues: Minor Former-commit-id: 724004f
- Loading branch information
Showing
41 changed files
with
1,253 additions
and
552 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
Oops, something went wrong.