suyu/src/video_core/command_classes
liushuyu 72aa418b0b
video_core/codecs: fix multiple decoding issues on Linux ...
* when someone installed Intel video drivers on an AMD system, the
  decoder will select the Intel VA-API decoding driver and yuzu will
  crash due to incorrect driver selection; the fix will check if the
  currently about-to-use driver is loaded in the kernel
* when using NVIDIA driver on Linux with a ffmpeg that does not have
  CUDA capability enabled, the decoder will crash; the fix simply
  making the decoder prefers the VDPAU driver over CUDA on Linux
2021-11-24 17:23:57 -07:00
..
codecs video_core/codecs: fix multiple decoding issues on Linux ... 2021-11-24 17:23:57 -07:00
host1x.cpp fix for nvdec disabled, cleanup host1x 2021-01-07 14:33:45 -05:00
host1x.h fix for nvdec disabled, cleanup host1x 2021-01-07 14:33:45 -05:00
nvdec.cpp codecs: Add VP8 codec class 2021-11-12 19:49:45 -05:00
nvdec.h Slightly refactor NVDEC and codecs for readability and safety 2021-07-01 06:22:05 +01:00
nvdec_common.h vp8: Implement header composition 2021-11-12 23:52:18 -05:00
sync_manager.cpp remove inaccurate reference 2021-01-07 14:33:45 -05:00
sync_manager.h sync_manager: Amend parameter order of calls to SyncptIncr constructor 2020-10-27 03:22:57 -04:00
vic.cpp vic: Use the minimum of surface/frame dimensions when writing the final frame to the GPU 2021-10-10 18:44:16 -04:00
vic.h vic: Refactor frame writing methods 2021-10-07 14:56:44 -04:00