Alexandre Julliard pushed to branch master at wine / wine
Commits:
d8a271c0 by Brendan McGrath at 2025-05-07T12:45:29-05:00
winegstreamer: Only align the first plane in gst_video_info_align.
This ensures that the stride calculation performed by gst_video_info_align
matches the result in wg_format_get_stride. Otherwise, we can get a size
mismatch which will result in a STATUS_BUFFER_TOO_SMALL error.
This affected formats where not all planes had the same stride.
For example: I420, YV12, etc (where the 'U' and 'V' planes are
horizontally subsampled and stored in their own plane).
The error would occur if half the aligned primary plane stride was not also on
the desired alignment. For example: a width of 1828 would be padded to 1840
(aligned to the next multiple of 16), but half of this is 920 which is not
a multiple of 16. Hence gst_video_info_align was adding additional padding
to also align that, which is 928. The result would be a stride of 1856 for
the primary plane, whilst wg_format_get_stride would stay with the
original value of 1840.
- - - - -
1 changed file:
- dlls/winegstreamer/wg_transform.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/d8a271c053bb23171355854d7af155…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/d8a271c053bb23171355854d7af155…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
5477e07a by Alex Henrie at 2025-05-07T12:45:22-05:00
quartz/tests: Increase the timeout of a pause test in test_media_event.
This test failed on Linux 2 out of the last 67 times on test.winehq.org
because IMediaControl_GetState returned VFW_S_STATE_INTERMEDIATE,
evidently meaning that the command to pause had been received but not
yet carried out. Give it two seconds to complete instead of one to
ensure that it finishes.
- - - - -
1 changed file:
- dlls/quartz/tests/filtergraph.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/5477e07ace79e51f856fbb2c4e2a51…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/5477e07ace79e51f856fbb2c4e2a51…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
c2327fb1 by Ziqing Hui at 2025-05-07T08:59:42-05:00
shell32/tests: More use of check_file_operation helper in test_copy.
- - - - -
8a7d51c9 by Ziqing Hui at 2025-05-07T08:59:42-05:00
shell32: Fail if wildcards are in target file names.
- - - - -
db5524b8 by Ziqing Hui at 2025-05-07T08:59:42-05:00
shell32: Introduce file_entry_{init,destroy} helpers.
- - - - -
da8019da by Ziqing Hui at 2025-05-07T08:59:42-05:00
shell32: Remove a useless index variable in parse_file_list.
- - - - -
f26081dc by Ziqing Hui at 2025-05-07T09:05:14-05:00
shell32: Rework FO_COPY operation.
- - - - -
e9ee19ff by Ziqing Hui at 2025-05-07T09:05:14-05:00
shell32: Remove useless bFromRelative member.
- - - - -
a07d0803 by Ziqing Hui at 2025-05-07T09:05:14-05:00
shell32: Add overwrite confirmation for FO_COPY.
- - - - -
2 changed files:
- dlls/shell32/shlfileop.c
- dlls/shell32/tests/shlfileop.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3c6db8ba46f9d1b647b36b3e8dbd0…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3c6db8ba46f9d1b647b36b3e8dbd0…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
fde50112 by Alistair Leslie-Hughes at 2025-05-07T07:26:03-05:00
include: Add ApplicationRecoveryInProgress/Finished prototype.
- - - - -
79d32934 by Alistair Leslie-Hughes at 2025-05-07T07:26:05-05:00
include: Add InitNetworkAddressControl prototype.
- - - - -
17cb8804 by Alistair Leslie-Hughes at 2025-05-07T07:26:07-05:00
include: Add some SHARD_* defines.
- - - - -
b3a407c8 by Alistair Leslie-Hughes at 2025-05-07T07:26:09-05:00
include: Add some ENDSESSION_* defines.
- - - - -
4 changed files:
- include/shellapi.h
- include/shlobj.h
- include/winbase.h
- include/winuser.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/271fcfd7e6b357e7ce593424711d0…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/271fcfd7e6b357e7ce593424711d0…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
271fcfd7 by Brendan Shanks at 2025-05-07T07:25:18-05:00
winemac: Set the OpenGL backbuffer size to the size in window DPI.
Ensures that OpenGL content is correctly sized when DPI scaling is
active (either because of a non-DPI-aware app, or display mode
emulation).
- - - - -
3 changed files:
- dlls/winemac.drv/cocoa_opengl.m
- dlls/winemac.drv/cocoa_window.m
- dlls/winemac.drv/opengl.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/271fcfd7e6b357e7ce593424711d07…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/271fcfd7e6b357e7ce593424711d07…
You're receiving this email because of your account on gitlab.winehq.org.