2 Jun
2025
2 Jun
'25
10:12 p.m.
This MR also adds support for the I420 10LE format. Windows doesn't have support for the I420 10LE format. Instead, a decoding MFT will offer P010 as an output format. Therefore, we translate GST_VIDEO_FORMAT_I420_10LE to WG_VIDEO_FORMAT_P010_10LE so that Wine also offers P010 as an output. This fixes playback of videos in VRChat that use I420 10LE as the raw video color format. -- v3: winedmo: Add support for the P010 format. winegstreamer: Add support for the P010 format. mfplat: Add support for the P010 format. mfplat/tests: Add image size tests for P010. https://gitlab.winehq.org/wine/wine/-/merge_requests/8144