Alexandre Julliard pushed to branch master at wine / wine
Commits:
d4ffae02 by Brendan McGrath at 2025-05-10T13:41:55+02:00
winegstreamer: Allow decodebin to eliminate caps that don't use system memory.
nvh264dec fixates a caps using CUDAMemory, which is not accepted by deinterlace.
Linking triggers a reconfigure, but due to a GStreamer bug some buffers are sent
with the CUDAMemory caps, triggering a streaming error. Work around this by
forcing all buffers to use system memory
- - - - -
1 changed file:
- dlls/winegstreamer/wg_parser.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/d4ffae020986f5b1e20044caf15562…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/d4ffae020986f5b1e20044caf15562…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
c25fa5cb by Yeshun Ye at 2025-05-10T13:41:23+02:00
dssenh: Add 'CRYPT_VERIFYCONTEXT | CRYPT_NEWKEYSET' support for CPAcquireContext.
Signed-off-by: YeshunYe <yeyeshun(a)uniontech.com>
- - - - -
ed5ef882 by Yeshun Ye at 2025-05-10T13:41:44+02:00
dssenh/tests: Add test for CryptAcquireContextA.
Signed-off-by: YeshunYe <yeyeshun(a)uniontech.com>
- - - - -
2 changed files:
- dlls/dssenh/main.c
- dlls/dssenh/tests/dssenh.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6003c6877871b72c3828b85cf8e08…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6003c6877871b72c3828b85cf8e08…
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:
86a7c93c by Alistair Leslie-Hughes at 2025-05-09T13:30:18+10:00
Rebase against f9741837a3bff3a912442695b4f7c3f5efbef557.
- - - - -
5 changed files:
- patches/eventfd_synchronization/0020-server-Create-eventfd-file-descriptors-for-message-q.patch
- patches/eventfd_synchronization/0021-server-ntdll-Implement-message-waits.patch
- patches/server-PeekMessage/0001-server-Fix-handling-of-GetMessage-after-previous-Pee.patch
- patches/user32-rawinput-mouse/0004-server-Add-send_hardware_message-flags-for-rawinput-.patch
- staging/upstream-commit
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/86a7c93cddabd254353ccc…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/86a7c93cddabd254353ccc…
You're receiving this email because of your account on gitlab.winehq.org.
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.