--
v2: avifil32: Fix dwLength counting for fixed size samples.
avifil32: Assume OF_WRITE for OF_CREATE in AVIFileOpenW().
avifil32/tests: Test creating AVI file with OF_CREATE but without access mode.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8152
--
v4: mshtml: Remove outdated FIXME comment.
mshtml: Try to guess the script encoding when there's no BOM.
mshtml/tests: Test mixed charset encodings for document and text resources.
https://gitlab.winehq.org/wine/wine/-/merge_requests/7360
Windows doesn't support I420 10LE, but uses P010 instead, thus
GST_VIDEO_FORMAT_I420_10LE is ultimately converted to
GST_VIDEO_FORMAT_P010_10LE.
This fixes playback of videos in VRChat that use i420 10le as the raw video color format.
--
v2: winedmo: Add support for the P010 format.
winegstreamer: Add support for the I420 10LE 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
Marked as WIP since it depends on !8175 for the test to run reliably (and currently includes its commits).
Tests should be run both with HKCU\\Software\\Wine\\MediaFoundation\\DisableGstByteStreamHandler enabled and disabled.
--
v3: mfsrcsnk: Support thinning.
winedmo: Support thinning.
winegstreamer: Support thinning in media source.
winegstreamer: Support thinning in wg_parser.
mf: Support thinning in media session.
mf/tests: Add tests for thinning.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8184
Marked as WIP since it depends on !8175 for the test to run reliably (and currently includes its commits).
Tests should be run both with HKCU\\Software\\Wine\\MediaFoundation\\DisableGstByteStreamHandler enabled and disabled.
--
v2: mfsrcsnk: Support thinning.
winedmo: Support thinning.
winegstreamer: Support thinning in media source.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8184