Alexandre Julliard pushed to branch master at wine / wine
Commits:
12965143 by Alfred Agrell at 2025-05-08T09:23:38-05:00
include: Fix a typoed vtable call macro.
- - - - -
6a6df4f0 by Alfred Agrell at 2025-05-08T09:24:46-05:00
include: Fix some typoed vtable call macros.
- - - - -
4aa35ab2 by Alfred Agrell at 2025-05-08T09:24:46-05:00
include: Fix a typoed vtable call macro.
- - - - -
4e07aae8 by Alfred Agrell at 2025-05-08T09:24:46-05:00
include: Fix a typoed vtable call macro.
- - - - -
9059f6d7 by Alfred Agrell at 2025-05-08T09:24:46-05:00
include: Fix some typoed vtable call macros.
- - - - -
057f674f by Alfred Agrell at 2025-05-08T09:24:46-05:00
include: Fix some typoed comments.
- - - - -
f03c96ee by Alfred Agrell at 2025-05-08T09:24:46-05:00
include: Fix some typoed vtable call macros.
- - - - -
ea7b510a by Alfred Agrell at 2025-05-08T09:24:46-05:00
include: Fix some typoed vtable call macros.
- - - - -
8 changed files:
- include/d3d8.h
- include/d3drmobj.h
- include/d3dx9shader.h
- include/dpnathlp.h
- include/mapidefs.h
- include/objbase.h
- include/xact.h
- include/xact3.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/dd2808cba6d2203df1d73aa652726…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/dd2808cba6d2203df1d73aa652726…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
bc0e2ac5 by Nikolay Sivov at 2025-05-08T09:21:43-05:00
libs: Enable JPEG codec in libtiff.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
dd2808cb by Nikolay Sivov at 2025-05-08T09:21:43-05:00
windowscodecs/tiff: Use libjpeg for colorspace conversion YCbCr -> RGB.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
2 changed files:
- dlls/windowscodecs/libtiff.c
- libs/tiff/libtiff/tiffconf.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/959dd77582e751d5f0ddb6ed0ff3f…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/959dd77582e751d5f0ddb6ed0ff3f…
You're receiving this email because of your account on gitlab.winehq.org.
Alistair Leslie-Hughes pushed to branch master at wine / wine-staging
Commits:
092b56c3 by Alistair Leslie-Hughes at 2025-05-07T07:49:36+10:00
Updated vkd3d-latest patchset
- - - - -
b4d8b2f6 by Alistair Leslie-Hughes at 2025-05-08T12:14:47+10:00
Rebase against d8a271c053bb23171355854d7af155b3bda7e8a9.
- - - - -
abf4b4db by Alistair Leslie-Hughes at 2025-05-08T12:15:16+10:00
Updated odbc32-fixes patchset
Some older ANSI drivers have a limit on the number of environment handles that
can be created. So reuse existing environment variable for each connection
when possible.
- - - - -
7 changed files:
- + patches/odbc32-fixes/0025-odbc32-SQLDriverConnect-W-reuse-environment-handle-i.patch
- patches/shell32-ACE_Viewer/definition
- patches/shell32-Progress_Dialog/definition
- patches/vkd3d-latest/0001-Updated-vkd3d-to-541060215e338a419a5a6fe6ae156fecf1c.patch
- patches/vkd3d-latest/0002-Updated-vkd3d-to-4289ec60a1f79f68ea9bd3624141b5657b8.patch
- + patches/vkd3d-latest/0003-Updated-vkd3d-to-960244bf1ea66755b0fbe11c4d40fa0fbf2.patch
- staging/upstream-commit
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/2cd8221624950933b48f1…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/2cd8221624950933b48f1…
You're receiving this email because of your account on gitlab.winehq.org.
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.