Alexandre Julliard pushed to branch master at wine / wine
Commits:
8c9c91cc by Charlotte Pabst at 2025-06-18T20:25:22+02:00
mf: Clear pending MFT stream requests when flushing.
Before this, stopping and restarting the media session
could cause MFT streams to get stuck in the "already pending"
state, which would lead to no more samples getting delivered.
- - - - -
4bad38b7 by Charlotte Pabst at 2025-06-18T20:25:25+02:00
Revert "mf: Release pending items when sample grabber is stopped.".
This reverts commit 18c0dd7390b354d2e505e54cd3f3f9b08226b265.
The actual bug that broke sample delivery was in mf session code.
This commit is faulty since the Flush() method - which is called
at session Stop, but runs after sample_grabber_set_state - already
releases pending items, while processing markers immediately.
- - - - -
2 changed files:
- dlls/mf/samplegrabber.c
- dlls/mf/session.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/af35741d3681f21222a85900b54d9…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/af35741d3681f21222a85900b54d9…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
5b0126f9 by Alexandre Julliard at 2025-06-18T15:15:09+02:00
ntdll: Add a helper to return both NT and Unix names to open a file.
- - - - -
4b2d7924 by Alexandre Julliard at 2025-06-18T15:15:09+02:00
ntdll: Make get_redirect() static.
- - - - -
dabc761a by Alexandre Julliard at 2025-06-18T20:20:59+02:00
ntdll: Try to build a proper NT name when opening files with \??\unix.
- - - - -
af35741d by Alexandre Julliard at 2025-06-18T20:20:59+02:00
server: Return the NT file name in ObjectNameInformation for file objects.
- - - - -
9 changed files:
- dlls/ntdll/unix/file.c
- dlls/ntdll/unix/loader.c
- dlls/ntdll/unix/process.c
- dlls/ntdll/unix/registry.c
- dlls/ntdll/unix/unix_private.h
- server/change.c
- server/fd.c
- server/file.c
- server/file.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b1b5315c1334bf96b99071a98beab…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b1b5315c1334bf96b99071a98beab…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
5e1c8056 by Giovanni Mascellani at 2025-06-18T15:48:55+02:00
vkd3d-shader/dxil: Emit 16-bit raw TGSMs as minimum precision.
- - - - -
39603f4b by Giovanni Mascellani at 2025-06-18T15:48:55+02:00
vkd3d-shader/dxil: Emit 16-bit structured TGSMs as minimum precision.
- - - - -
b05153e6 by Giovanni Mascellani at 2025-06-18T15:48:55+02:00
vkd3d-shader/dxil: Emit 16-bit GROUPSHAREDMEM values as minimum precision registers.
- - - - -
8b787476 by Giovanni Mascellani at 2025-06-18T15:48:55+02:00
vkd3d-shader/dxil: Emit 16-bit UNDEFINED and INVALID values as minimum precision registers.
- - - - -
2 changed files:
- libs/vkd3d-shader/dxil.c
- tests/hlsl/tgsm.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/7c0da1747a89a8cea27a42ace51b…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/7c0da1747a89a8cea27a42ace51b…
You're receiving this email because of your account on gitlab.winehq.org.