2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/video_core/host1x/codecs
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
..
codec.cpp Add support for deinterlaced videos playback 2023-05-22 01:43:44 +04:00
codec.h Add support for deinterlaced videos playback 2023-05-22 01:43:44 +04:00
h264.cpp Fix missing pic_order_present_flag in h264 header 2023-05-12 22:30:59 +04:00
h264.h
vp8.cpp
vp8.h
vp9.cpp General: Fix clang format. 2022-10-06 21:00:53 +02:00
vp9.h
vp9_types.h