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

Add tonemapping for AMD AMF #4171

Merged
merged 3 commits into from
Oct 17, 2020
Merged

Conversation

nyanmisaka
Copy link
Member

@nyanmisaka nyanmisaka commented Sep 17, 2020

Changes

  • HDR Tonemapping is also available on AMD GPU now.
    Tested on RX 580 and Vega 64.
  • Drop the redundant video filter slice in graphical sub burn-in.

Notes
Since the AMD AMF decoder has not yet been implemented in FFmpeg, we have used the D3D11VA decoder as an alternative. But this will bring greater performance loss compared to NVDEC/NVENC.

It is recommended to use a multi-core CPU and a discrete graphics card for better performance. And turn off AMF hardware decoding during tonemapping.

If you want to promote the implementation of AMD AMF decoder in FFmpeg, please let their staff know at the link below.
GPUOpen-LibrariesAndSDKs/AMF#199

Copy link
Member

@joshuaboniface joshuaboniface left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is touching some back magic code, but I'll trust the other approving reviews.

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.

None yet

4 participants