Alexandre Julliard pushed to branch master at wine / wine
Commits:
02e80bca by Giovanni Mascellani at 2025-07-16T21:04:15+02:00
mmdevapi/tests: Check that incompatible formats are rejected by IsFormatSupported().
- - - - -
6468c069 by Giovanni Mascellani at 2025-07-16T21:04:15+02:00
mmdevapi/tests: Remove workaround for Wine < 1.3.28.
- - - - -
aef8b84e by Giovanni Mascellani at 2025-07-16T21:04:15+02:00
mmdevapi/tests: Test rendering with floating point formats.
- - - - -
aaca376d by Giovanni Mascellani at 2025-07-16T21:04:15+02:00
mmdevapi/tests: Test supported formats for capturing.
Based on the similar test in render.c.
- - - - -
00211db0 by Giovanni Mascellani at 2025-07-16T21:04:18+02:00
mmdevapi: Error out if the channel count or sampling rate doesn't match the mix format.
This fixes the voice chat in Farming Simulator 22.
- - - - -
3 changed files:
- dlls/mmdevapi/client.c
- dlls/mmdevapi/tests/capture.c
- dlls/mmdevapi/tests/render.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/fb3a6b068c6a59476090a88bf13e7…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/fb3a6b068c6a59476090a88bf13e7…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
fb3a6b06 by Jacob Czekalla at 2025-07-16T13:19:29+02:00
hhctrl.ocx: Selection of treeview items in the content tab should reflect web browser page.
Currently the treeview items do not change selection when back or forward buttons are clicked.
- - - - -
3 changed files:
- dlls/hhctrl.ocx/help.c
- dlls/hhctrl.ocx/hhctrl.h
- dlls/hhctrl.ocx/webbrowser.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/fb3a6b068c6a59476090a88bf13e73…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/fb3a6b068c6a59476090a88bf13e73…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
2fd1dc47 by Alexandre Julliard at 2025-07-16T11:14:50+02:00
mountmgr: Perform the filename conversion to the Unix side when setting shell folders.
- - - - -
60459551 by Alexandre Julliard at 2025-07-16T11:14:58+02:00
mountmgr: Perform the filename conversion to the Unix side when querying shell folders.
- - - - -
5daba035 by Alexandre Julliard at 2025-07-16T11:15:15+02:00
ntdll: Add a private info class in NtQueryInformationFile() to return the Unix file name.
- - - - -
c8fdffbf by Alexandre Julliard at 2025-07-16T11:15:59+02:00
kernel32: Reimplement wine_get_unix_file_name() using WineFileUnixNameInformation.
- - - - -
7 changed files:
- dlls/kernel32/path.c
- dlls/mountmgr.sys/mountmgr.c
- dlls/mountmgr.sys/unixlib.c
- dlls/mountmgr.sys/unixlib.h
- dlls/ntdll/unix/file.c
- include/winternl.h
- server/fd.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b00e453f243731105cd6875aaac78…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b00e453f243731105cd6875aaac78…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
e374980d by Shaun Ren at 2025-07-16T09:39:22+02:00
sapi/stream: Remove the FIXME message for unknown ISpStream interfaces.
SpVoice may query ISpStream objects for an ISpAudio interface, which
currently generates unnecessary FIXME log messages.
- - - - -
6126c918 by Shaun Ren at 2025-07-16T09:39:25+02:00
sapi/tests: Test resampler support in ISpVoice.
- - - - -
56087d7b by Shaun Ren at 2025-07-16T09:39:25+02:00
sapi/tts: Implement TTS engine audio output resampler.
This implementation uses the audio resampler DSP from Media Foundation.
- - - - -
da13c9b4 by Shaun Ren at 2025-07-16T09:39:29+02:00
sapi/tts: Support allow_format_changes in ISpVoice::SetOutput.
- - - - -
4 changed files:
- dlls/sapi/Makefile.in
- dlls/sapi/stream.c
- dlls/sapi/tests/tts.c
- dlls/sapi/tts.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9fcf36d76efc57219b1846f387ea5…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9fcf36d76efc57219b1846f387ea5…
You're receiving this email because of your account on gitlab.winehq.org.