Alexandre Julliard pushed to branch master at wine / wine
Commits:
dd1d8272 by Charlotte Pabst at 2025-04-15T19:14:20+02:00
mfplat/tests: Add test for MF_XVP_PLAYBACK_MODE.
- - - - -
9c9c8d1a by Charlotte Pabst at 2025-04-15T19:14:20+02:00
winegstreamer: Allow caller to allocate samples in MF_XVP_PLAYBACK_MODE.
- - - - -
2 changed files:
- dlls/mfplat/tests/mfplat.c
- dlls/winegstreamer/video_processor.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/73484f858d3f13be72815dce53605…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/73484f858d3f13be72815dce53605…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
6d73d883 by Alexandre Julliard at 2025-04-15T15:27:33+02:00
mmdevapi: Forward driver entry points to the loaded driver.
- - - - -
f7044c4b by Alexandre Julliard at 2025-04-15T15:27:34+02:00
winmm: Always load mmdevapi as audio driver.
- - - - -
a6aa0108 by Alexandre Julliard at 2025-04-15T15:27:34+02:00
mmdevapi: Get rid of the Wine info device.
- - - - -
9cc6214f by Alexandre Julliard at 2025-04-15T19:13:25+02:00
mmdevapi: Move the auxMessage() implementation to the common code.
- - - - -
8 changed files:
- dlls/mmdevapi/devenum.c
- dlls/mmdevapi/main.c
- dlls/mmdevapi/mmdevapi.spec
- dlls/mmdevapi/mmdevapi_private.h
- dlls/wineoss.drv/Makefile.in
- − dlls/wineoss.drv/mmaux.c
- dlls/wineoss.drv/wineoss.drv.spec
- dlls/winmm/lolvldrv.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/78fe10140330be75c7c15c2f00add…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/78fe10140330be75c7c15c2f00add…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
548103f3 by Eric Pouech at 2025-04-14T21:53:40+02:00
dbghelp: Add SYMFLAG_NULL for out of scope local variables.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
137ea34e by Eric Pouech at 2025-04-14T21:53:40+02:00
dbghelp: Rename ptr <> index conversion helpers.
We're going to introduce a couple more helpers in next patches,
so make it more readable.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
c42be792 by Eric Pouech at 2025-04-14T21:53:43+02:00
dbghelp: Introduce an opaque type to store type of data & function.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
795dc9ca by Eric Pouech at 2025-04-14T21:53:43+02:00
dbghelp: Use opaque symref_t inside typedef symbol.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
78fe1014 by Eric Pouech at 2025-04-14T21:53:43+02:00
dbghelp: Introduce helpers to discrimate symref_t owner.
It's a ptr when lower 2 bits are unset, an opaque backend
value otherwise.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
11 changed files:
- dlls/dbghelp/coff.c
- dlls/dbghelp/dbghelp.c
- dlls/dbghelp/dbghelp_private.h
- dlls/dbghelp/dwarf.c
- dlls/dbghelp/elf_module.c
- dlls/dbghelp/macho_module.c
- dlls/dbghelp/module.c
- dlls/dbghelp/msc.c
- dlls/dbghelp/stabs.c
- dlls/dbghelp/symbol.c
- dlls/dbghelp/type.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/16f33b15943d51726f39746ffe8ca…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/16f33b15943d51726f39746ffe8ca…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
695b2a64 by Matteo Bruni at 2025-04-14T21:52:06+02:00
d3dx9/tests: Clean up D3DXSaveTextureToFileInMemory tests.
- - - - -
16f33b15 by Matteo Bruni at 2025-04-14T21:52:06+02:00
d3dxof/tests: Get rid of test_dump().
It wasn't actually a test, but rather a misplaced tool that could be
used to compare .x file parsing between builtin and native d3dxof.
- - - - -
2 changed files:
- dlls/d3dx9_36/tests/texture.c
- dlls/d3dxof/tests/d3dxof.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/dea16793e46f22db3af252af694ed…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/dea16793e46f22db3af252af694ed…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
0606db17 by Conor McCarthy at 2025-04-14T21:51:52+02:00
server: Do not call setpriority() if it cannot be used safely.
Not checking nice_limit here can result in some calls to setpriority()
succeeding while others fail, which can result in relative priorities
being incorrect. For example, buffer underflows can occur in
winepulse.drv because the priority is too low in pulse_timer_loop().
- - - - -
1 changed file:
- server/thread.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/0606db176bdaa84e6d30734cd9a6dd…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/0606db176bdaa84e6d30734cd9a6dd…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
64a974ed by Dmitry Timoshkov at 2025-04-14T21:51:52+02:00
bcrypt/tests: Add a test for exporting/importing AES wrapped blob with different key sizes.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
7b3657cd by Dmitry Timoshkov at 2025-04-14T21:51:52+02:00
bcrypt: Add support for exporting AES wrapped blob for a 256-bit key.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
d25a6f83 by Dmitry Timoshkov at 2025-04-14T21:51:52+02:00
bcrypt: Add support for importing AES wrapped blob for a 256-bit key.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
2 changed files:
- dlls/bcrypt/bcrypt_main.c
- dlls/bcrypt/tests/bcrypt.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/f3c57876cb74c98af2aee88497388…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/f3c57876cb74c98af2aee88497388…
You're receiving this email because of your account on gitlab.winehq.org.