The app I'm considering opens a video_processor on its own, with
a NV12 format on input and a ARGB32 format on output.
Tested on Windows: the samples are flipped vertically. While Wine
keeps them untouched.
So added a videoflip in the video processor to be activated when needed.
Current activation is based on RGB vs non RGB input/output formats.
Set as draft as if somehow related to MR!2159.
Comments welcomed.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
--
v4: winegstreamer: In video_processor, activate a videoflip converter.
mf/tests: Add tests about (negative) stride handling.
https://gitlab.winehq.org/wine/wine/-/merge_requests/2471
--
v2: wineps: Handle EMR_WIDENPATH record in spool files.
wineps: Handle EMR_FLATTENPATH record in spool files.
wineps: Handle EMR_CLOSEFIGURE record in spool files.
wineps: Handle EMR_STROKEPATH record in spool files.
wineps: Handle EMR_STROKEANDFILLPATH record in spool files.
wineps: Handle EMR_FILLPATH record in spool files.
wineps: Handle EMR_BEGINPATH record in spool files.
wineps: Handle EMR_ABORTPATH record in spool files.
wineps: Handle EMR_ENDPATH record in spool files.
wineps: Handle EMR_GRADIENTFILL record in spool files.
wineps: Fix reporting supported color depths in PSDRV_PutImage.
wineps: Handle EMR_EXTSELECTCLIPRGN record in spool files.
wineps: Handle EMR_SELECTCLIPPATH in spool files.
wineps: Don't write invisible parts of image to decrease output file size.
https://gitlab.winehq.org/wine/wine/-/merge_requests/2643
On Thu Apr 13 02:24:36 2023 +0000, Yeshun Ye wrote:
> OK, I see, it's my mistake.
> So how can I do the test? I followed the '5 Building and running the
> tests on Windows' in the page
> https://wiki.winehq.org/Wine_Developer%27s_Guide/Writing_Conformance_Tests#…
> but failed.
> I run the command: './tools/winapi/msvcmaker --no-wine' and get an error
> '.: searching for /^Makefile.in$/Error: Can't open
> ./libs/wine/Makefile.in: No such file or directory'
> Can you give me a suggestion?
Install mingw-w64 and re-run configure, that should then produce PE tests.
However you can upload a patch directly to https://testbot.winehq.org/ .
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/2545#note_29876