--
v14: maintainers: Add a section for Windows.Devices.Enumeration.
windows.devices.enumeration: Support parsing AQS filters in IDeviceInformationStatics::{FindAllAsyncAqsFilter, CreateWatcherAqsFilter}.
windows.devices.enumeration/tests: Add tests for IDeviceInformationStatics::{FindAllAsyncAqsFilter, CreateWatcherAqsFilter}.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8890
win32u: change the stretch mode of dst hdc from BlackOnWhite to ColorOnColor when using StretchBlt in TransparentBlt.
In NtGdiTransparentBlt function, the StretchBlt mode of dst hdc is not set. The Default StretchBlt Mode in wine is BlackOnWhite. It is not correct to use this StretchBltMode in TransparentBlt dealing with color bitmap. According to MSDN, it should be converted to ColorOnColor.
My test code shows that, the image converted by wine generates a lot of chromatic noise.
[test_blt.c](/uploads/26101bc7bdb27400d02c8ff5bf741864/test_blt.c)
[test_blt.exe](/uploads/98ee3ab7ce0d590e1511bd8a5fb5a1bb/test_blt.exe)



--
https://gitlab.winehq.org/wine/wine/-/merge_requests/8988
H.264 uses a 16-pixel alignment, and the stream sink media type should
have the aligned height after the session has started.
--
v6: mf/tests: Test H.264 decoder alignment.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8887