--
v4: wineoss: Use mmdevapi's AudioClient (4/4).
winecoreaudio: Use mmdevapi's AudioClient (4/4).
winealsa: Use mmdevapi's AudioClient (4/4).
winepulse: Move AudioClient into mmdevapi (4/4).
wineoss: Use mmdevapi's AudioClient (3/4).
winecoreaudio: Use mmdevapi's AudioClient (3/4).
winealsa: Use mmdevapi's AudioClient (3/4).
winepulse: Move AudioClient into mmdevapi (3/4).
wineoss: Use mmdevapi's AudioClient (2/4).
winecoreaudio: Use mmdevapi's AudioClient (2/4).
winealsa: Use mmdevapi's AudioClient (2/4).
winepulse: Move AudioClient into mmdevapi (2/4).
wineoss: Use mmdevapi's AudioClient (1/4).
winecoreaudio: Use mmdevapi's AudioClient (1/4).
winealsa: Use mmdevapi's AudioClient (1/4).
winepulse: Move AudioClient into mmdevapi (1/4).
This merge request has too many patches to be relayed via email.
Please visit the URL below to see the contents of the merge request.
https://gitlab.winehq.org/wine/wine/-/merge_requests/2855
v2: Use strlen() instead of lstrlenA() and adjust the formats accordingly.
--
v2: wininet/tests: Consistently use strlen() instead of lstrlenA().
wininet/tests: Consistently use strlen() in the InternetGetConnectedStateExA() tests.
https://gitlab.winehq.org/wine/wine/-/merge_requests/2648
lparam != 0 does not imply lparam_size is big enough for a MSG, so we
can end up manipulating memory past the end of the buffer.
Co-authored-by: Jacek Caban <jacek(a)codeweavers.com>
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/2763
--
v3: d2d1/tests: Test IsSupported() for bitmap render targets.
d2d1: Implement d2d_bitmap_render_target_IsSupported().
d2d1/tests: Test IsSupported() for DC render targets.
d2d1: Implement d2d_dc_render_target_IsSupported().
d2d1/tests: Test IsSupported() for hwnd render targets.
d2d1: Implement d2d_hwnd_render_target_IsSupported().
https://gitlab.winehq.org/wine/wine/-/merge_requests/811
On Thu May 25 04:06:18 2023 +0000, Huw Davies wrote:
> The relative velocity thing is strange - I guess they got confused with light...
Maybe this is to avoid numerical issues when both the source and the listener are moving in the same direction at speeds close to the speed of sound.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/2891#note_33787