Archived
1
0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
yuzu/src/video_core/command_classes/codecs
ameerj cd016d3cb5 configure_graphics: Add GPU nvdec decoding as an option
Some system configurations may see visual regressions or lower performance using GPU decoding compared to CPU decoding. This setting provides the option for users to specify their decoding preference.

Co-Authored-By: yzct12345 <87620833+yzct12345@users.noreply.github.com>
2021-08-16 14:40:53 -04:00
..
codec.cpp configure_graphics: Add GPU nvdec decoding as an option 2021-08-16 14:40:53 -04:00
codec.h codec: Improve libav memory alloc and cleanup 2021-08-16 14:40:53 -04:00
h264.cpp Slightly refactor NVDEC and codecs for readability and safety 2021-07-01 06:22:05 +01:00
h264.h Slightly refactor NVDEC and codecs for readability and safety 2021-07-01 06:22:05 +01:00
vp9_types.h vp9: Ensure the first frame is complete 2021-08-08 13:49:00 -04:00
vp9.cpp vp9: Ensure the first frame is complete 2021-08-08 13:49:00 -04:00
vp9.h vp9: Cleanup unused variables 2021-08-06 20:08:11 -04:00