Alexandre Julliard pushed to branch master at wine / wine
Commits:
2178219c by Anton Baskanov at 2024-09-09T11:13:05+02:00
dpwsockx: Remove endianness conversion macros.
- - - - -
f0b7d71c by Anton Baskanov at 2024-09-09T11:13:07+02:00
dpwsockx: Remove unused DPWS_DATA fields.
- - - - -
56cfac2f by Anton Baskanov at 2024-09-09T11:13:07+02:00
dplayx: Don't crash if sdesc is NULL in EnumSessions().
- - - - -
eeb22a18 by Anton Baskanov at 2024-09-09T11:13:07+02:00
dplayx/tests: Use CRT allocation functions.
- - - - -
3 changed files:
- dlls/dplayx/dplay.c
- dlls/dplayx/tests/dplayx.c
- dlls/dpwsockx/dpwsockx_dll.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/30c135fe8662e7bcbafaa187914f2…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/30c135fe8662e7bcbafaa187914f2…
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:
4127a50f by Alistair Leslie-Hughes at 2024-09-07T08:47:06+10:00
Rebase against 30c135fe8662e7bcbafaa187914f28fdf9c052ff.
- - - - -
ab9df8f9 by Alistair Leslie-Hughes at 2024-09-07T08:48:33+10:00
Updated vkd3d-latest patchset
- - - - -
27b121f2 by Alistair Leslie-Hughes at 2024-09-07T09:32:33+10:00
Release v9.17
- - - - -
7 changed files:
- patches/eventfd_synchronization/0001-configure-Check-for-sys-eventfd.h-ppoll-and-shm_open.patch
- patches/ntdll-Junction_Points/0001-ntdll-Add-support-for-creating-reparse-points.patch
- patches/vkd3d-latest/0001-Updated-vkd3d-to-6d28cc131b0cad61c681aed6b9f6611a12b.patch
- + patches/vkd3d-latest/0002-Updated-vkd3d-to-0a6bcf5da78863cc6402756a429b21b6234.patch
- + patches/vkd3d-latest/0003-Updated-vkd3d-to-bfd1fc9cd6cf9cf4e9c23b4ffad2ba8a328.patch
- staging/VERSION
- staging/upstream-commit
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/deb7042324ec6b4fcf7e6…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/deb7042324ec6b4fcf7e6…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
f4408af2 by Aida JonikienÄ— at 2024-09-06T22:24:17+02:00
msvcrt: Print less FIXMEs for ThreadScheduler_ScheduleTask*().
- - - - -
e357ad1b by Aida JonikienÄ— at 2024-09-06T22:24:17+02:00
msvcrt: Remove FIXME for _StructuredTaskCollection_dtor().
- - - - -
579952ce by Aida JonikienÄ— at 2024-09-06T22:24:17+02:00
msvcrt: Only print FIXME once for Context_Yield().
- - - - -
1 changed file:
- dlls/msvcrt/concurrency.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/af3f67a5f40759b56f9c3ea90eb4e…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/af3f67a5f40759b56f9c3ea90eb4e…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
4a6c1c12 by Brendan McGrath at 2024-09-06T21:02:48+02:00
winegstreamer: Allow application to drain queue.
Pushing all queued input immediately causes gstreamer to process all
frames in advance and queue them in the output_queue of the transform.
This results in a large amount of memory usage that can cause an OOM
issue.
This patch allows the queue to be drained at the rate required by the
application.
- - - - -
1 changed file:
- dlls/winegstreamer/wg_transform.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/4a6c1c124ac30576845cbf6e993669…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/4a6c1c124ac30576845cbf6e993669…
You're receiving this email because of your account on gitlab.winehq.org.