vsir_program_normalise() has function calls to basically everything in
ir.c, so it's useful to have it in an easily reachable place to
quickly jump to wherever you need using your favorite code editor's
features.
--
https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/752
The BURIKO visual novel engine (as seen in, for example, https://store.steampowered.com/app/1200720/MakingLovers/) demands that the upstream filter tries to connect with a MPEG format type.
Then it memorizes the resolution, rejects the connection, and expects upstream to try RGB32 or RGB24 instead.
It also passes an empty string as filename, and demands this exact error code.
I have no idea why.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56491
--
v3: quartz: Fix memory leak on failure path.
tests/quartz: Test the new error codes.
quartz: Fix error code on empty filename.
tests/quartz: Test the new compressed output support.
quartz: Permit compressed output from CLSID_decodebin_parser.
https://gitlab.winehq.org/wine/wine/-/merge_requests/5419