yuzu/src/video_core/host1x
Danila Malyutin 7701a00a02 Add support for deinterlaced videos playback
This is a follow up to #10254 to improve the playback of cut scenes in Layton's Mystery Journey.
It uses ffmpeg's yadif filter for deinterlacing.
2023-05-22 01:43:44 +04:00
..
codecs Add support for deinterlaced videos playback 2023-05-22 01:43:44 +04:00
control.cpp general: Format licenses as per SPDX guidelines 2022-10-06 21:00:54 +02:00
control.h general: Format licenses as per SPDX guidelines 2022-10-06 21:00:54 +02:00
host1x.cpp general: Format licenses as per SPDX guidelines 2022-10-06 21:00:54 +02:00
host1x.h General: address feedback 2022-10-06 21:00:54 +02:00
nvdec_common.h VideoCore: Refactor syncing. 2022-10-06 21:00:52 +02:00
nvdec.cpp NVDRV: Refactor Host1x 2022-10-06 21:00:52 +02:00
nvdec.h NVDRV: Refactor Host1x 2022-10-06 21:00:52 +02:00
sync_manager.cpp NVDRV: Refactor Host1x 2022-10-06 21:00:52 +02:00
sync_manager.h NVDRV: Refactor Host1x 2022-10-06 21:00:52 +02:00
syncpoint_manager.cpp host1x/syncpoint_manager: Pass DeregisterAction() handle as const-ref 2022-11-29 08:55:33 -05:00
syncpoint_manager.h host1x/syncpoint_manager: Eliminate unnecessary std::function construction 2022-11-29 08:58:50 -05:00
vic.cpp video_core: Speed up video frame data copy 2023-02-11 22:18:54 +08:00
vic.h video_core: Add usages of ScratchBuffer 2022-12-19 18:08:04 -05:00