This is part XVI of cmd engine rewrite.
Nothing fancy, mainly setting success/failure return code
for a bunch of commands.
Some code cleanup.
--
v2: programs/cmd: Set success/failure return code for LABEL command.
programs/cmd: Set success/failure return code for VOL command.
programs/cmd: Set success/failure return code for VERIFY command.
programs/cmd: Set success/failure return code for VER command.
programs/cmd: Set success/failure return code for DATE TIME commands.
programs/cmd: Set success/failure return code for SETLOCAL/ENDLOCAL commands.
programs/cmd/tests: Test success / failure for more commands.
https://gitlab.winehq.org/wine/wine/-/merge_requests/5997
The source reader accepts incomplete output types that decoders don't.
This is for instance the case with audio types with only a subtype but
no MF_MT_AUDIO_BITS_PER_SAMPLE attribute specified.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/5989
First part of a series introducing a separate unix interface for the MF media source. The goal is to use a synchronous demuxing-only interface, similar to native, which will be simpler and faster and better fitted to most MF media source use cases.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/5998
Used for winex11 and later will be used in winemac and winewayland.
--
v3: win32u: Pass the shape bitmap info and bits to window_surface flush.
win32u: Update the window surface shape with color key and alpha.
win32u: Use a 1bpp bitmap to store the window surface shape bits.
win32u: Introduce a new window surface helper to set window shape.
win32u: Pass whether window is shaped to drivers WindowPosChanging.
win32u: Pass the window surface rect for CreateLayeredWindow.
win32u: Split a new create_window_surface helper from apply_window_pos.
win32u: Move offscreen window surface creation fallback.
https://gitlab.winehq.org/wine/wine/-/merge_requests/5962