I'm going to need to add a few more compressed formats, WMV which is straightforward, but also AAC (so MPEG v2/v4 audio), and I think wg_format could be cleaned up a bit like this beforehand.
Then, AAC could either be added as a separate `AUDIO_MPEG4` format, or, with an version field, to the (renamed) `AUDIO_MPEG` format, though it doesn't share any of the current `AUDIO_MPEG1` properties. FWIW GStreamer caps is `audio/mpeg` for both, with an `mpegversion` that can be 1, 2 or 4. Could be very well added as `AUDIO_AAC` too, I don't really mind.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/937
This should speedup regedit tests from ~60s to ~4s.
--
v2: regedit.exe: Add a direct import for shcore.
regedit.exe: Call InitCommonControls after command-line has been processed.
shcore: Use delay import for user32 and ole32.
makedep: Link with imported libs before delay imported libs.
makedep: Link default imports separately from direct imports.
makedep: Add an import type parameter to add_import_libs.
https://gitlab.winehq.org/wine/wine/-/merge_requests/964
--
v4: mshtml: Silence a FIXME when parameter is missing.
mshtml: Allocate events via event type.
mshtml: Expand event_info to include a special entry for EVENTID_LAST.
mshtml: Use actual Gecko event type for MessageEvent and StorageEvent.
mshtml: Implement url prop for StorageEvent.
include/mshtml: Move some forward interface declarations to match Windows SDK.
mshtml: Override document.URL's name when adding it from the mshtml typelib.
https://gitlab.winehq.org/wine/wine/-/merge_requests/856