H.264 uses a 16-pixel alignment, and the stream sink media type should
have the aligned height after the session has started.
--
v8: mf/tests: Test H.264 decoder alignment.
mf/tests: Test H.264 sink media type height alignment.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8887
Currently on macOS when display mode emulation is enabled, the space (letterboxes/pillarboxes) around the scaled full-screen content is usually white. We want it to be black instead, like it would be in the case of a real display mode change.
To do this: in `WindowPosChanged` when `fullscreen == TRUE`, cover the window with black borders so that only the `window` rect is visible. A `CAShapeLayer` is used, and added as a sublayer to the window's `contentView.layer`.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/9176
It appears that EndCreateObjectFromURL() clears object pointer carried by
the result object. Existing test is likely hitting implementation details.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/9175
--
v2: adsldp: Return success for IADsObjectOptions::SetOption(ADS_OPTION_ACCUMULATIVE_MODIFICATION) stub.
adsldp: Add support for IADsObjectOptions::GetOption(ADS_OPTION_ACCUMULATIVE_MODIFICATION).
adsldp: Add support for IADsObjectOptions::GetOption(ADS_OPTION_SERVERNAME).
adsldp: Add IADsObjectOptions stub implementation.
activeds: Add registration of IADsDNWithString and IADsDNWithBinary objects.
https://gitlab.winehq.org/wine/wine/-/merge_requests/9172
H.264 uses a 16-pixel alignment, and the stream sink media type should
have the aligned height after the session has started.
--
v7: mf/tests: Test H.264 decoder alignment.
mf/tests: Test H.264 sink media type height alignment.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8887