1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00
Commit Graph

167637 Commits

Author SHA1 Message Date
Alexandre Julliard
acad49573a makefiles: Always use the global SOURCES variable for .c files. 2023-11-01 22:44:03 +01:00
Alexandre Julliard
7ccb5df0fc makefiles: Always use the global SOURCES variable for .rc files. 2023-11-01 22:43:56 +01:00
Alexandre Julliard
c432eac726 makefiles: Always use the global SOURCES variable for .idl files. 2023-11-01 22:43:50 +01:00
Santino Mazza
0170cd3a4c mf: Handle errors with source event generator in session. 2023-10-31 22:17:01 +01:00
Bartosz Kosiorek
09c96907c1 gdiplus: Fix GdipAddPathCurve3 curve calculation with offset and nseg variables. 2023-10-31 21:55:53 +01:00
Bartosz Kosiorek
f850488d5a gdiplus: Move main Curve implementation from GdipAddPathCurve2 to GdipAddPathCurve3.
Moving main curve implementation from GdipAddPathCurve2
to GdipAddPathCurve3, allow for use offset and nseg
variables in GdipAddPathCurve3.
2023-10-31 21:55:50 +01:00
Bartosz Kosiorek
fdabbff369 gdiplus/tests: Extend AddPathCurve3 test with offset and nseg. 2023-10-31 21:55:09 +01:00
Anton Baskanov
c7b706dedf dmsynth: Return void from add_mod_from_connection(). 2023-10-31 21:54:56 +01:00
Anton Baskanov
95e19ae011 dmsynth: Activate reverb and chorus according to effect flags. 2023-10-31 21:54:56 +01:00
Anton Baskanov
d4f4bedc48 dmsynth: Correctly handle internal connections with controls.
Fixes modulation wheel effects.
2023-10-31 21:54:56 +01:00
Anton Baskanov
e45dcf4f7f dmsynth: Use correct transform for controls.
Fixes pitch bend scale.
2023-10-31 21:54:56 +01:00
Anton Baskanov
beb4a09116 dmsynth: Handle pitch bend events. 2023-10-31 21:54:56 +01:00
Anton Baskanov
b147a3c4a2 dmsynth: Offset the loop points by 8 frames.
Fixes out-of-tune Harmonica from gm.dls.
2023-10-31 21:54:56 +01:00
Fabian Maurer
015eb45a7b winegstreamer: Implement IWMResamplerProps.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55789
2023-10-31 21:54:56 +01:00
Ziqing Hui
ca01aeced9 winegstreamer: Implement wg_muxer_add_stream. 2023-10-31 20:18:44 +01:00
Ziqing Hui
1173a2e012 winegstreamer: Introduce factory_create_element. 2023-10-31 20:18:44 +01:00
Ziqing Hui
eb7571c8b1 winegstreamer: Introduce find_element_factories. 2023-10-31 20:18:44 +01:00
Ziqing Hui
ebc8a45968 winegstreamer: Use gst_element_get_compatible_pad.
gst_element_get_compatible_pad supports request pad.
2023-10-31 20:18:42 +01:00
Ziqing Hui
0c84f713f1 winegstreamer: Introduce link_src_to_sink. 2023-10-31 20:18:42 +01:00
Ziqing Hui
29b35f6bb7 winegstreamer: Use NTSTATUS value in wg_muxer_create. 2023-10-31 20:18:42 +01:00
Nikolay Sivov
729ed419ae mf/samplegrabber: Use OnSetPresentationClock() on shutdown as well.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
2023-10-31 18:52:08 +01:00
Nikolay Sivov
09d949494b mf/samplegrabber: Reset the clock before OnShutdown().
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
2023-10-31 18:52:08 +01:00
Nikolay Sivov
882d822900 mf/samplegrabber: Check shutdown state when setting the clock.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
2023-10-31 18:52:08 +01:00
Nikolay Sivov
c45ae2c680 mf/samplegrabber: Release current media type on shutdown. 2023-10-31 18:52:08 +01:00
Zebediah Figura
25f8698fcd server: Only set sock->event when the event is first noticed.
Do not set it every time another event is polled.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55838
2023-10-31 18:52:07 +01:00
Zebediah Figura
99dd3c5cba ws2_32/tests: Add a regression test for interaction of sock_reselect() with event select. 2023-10-31 18:50:51 +01:00
Nikolay Sivov
eb8cac0f08 shell32: Fix string size condition check (Coverity).
The issue was introduced by 68fd74e7f9.
2023-10-31 18:50:03 +01:00
Paul Gofman
bf58285a90 mfplat/sample: Optimize copying to 2d buffer. 2023-10-31 18:49:31 +01:00
Paul Gofman
ac4a2c4c75 mfplat/sample: Refactor sample_CopyToBuffer(). 2023-10-31 18:49:30 +01:00
Paul Gofman
b7fe6359c8 mfplat/buffer: Do not flip in memory_2d_buffer_ContiguousCopy{From|To}(). 2023-10-31 18:49:29 +01:00
Paul Gofman
8487666e9c mfplat/tests: Add more tests for copying 2d buffers. 2023-10-31 18:49:28 +01:00
Paul Gofman
ffae0d818b mfplat/buffer: Use absolute pitch in memory_1d_2d_buffer_[Un]Lock(). 2023-10-31 18:49:26 +01:00
Alex Henrie
3bc570e8ec dxgi/tests: Use CRT allocation functions. 2023-10-31 18:49:19 +01:00
Alex Henrie
2369657333 dxgi: Use CRT allocation functions. 2023-10-31 18:49:12 +01:00
Alex Henrie
1b7b948a16 ddraw/tests: Use CRT allocation functions. 2023-10-31 18:49:06 +01:00
Alex Henrie
e3ac58558f ddraw: Use CRT allocation functions. 2023-10-31 18:49:00 +01:00
Alex Henrie
042f9304cc d3d9/tests: Use CRT allocation functions. 2023-10-31 18:48:51 +01:00
Alex Henrie
9a5b854e2b d3d9: Use CRT allocation functions. 2023-10-31 18:48:36 +01:00
Alex Henrie
6db89702a3 d3d8/tests: Use CRT allocation functions. 2023-10-31 18:48:30 +01:00
Alex Henrie
a70e3059c6 d3d8: Use CRT allocation functions. 2023-10-31 18:48:24 +01:00
Alex Henrie
f2d1734794 d3d11/tests: Use CRT allocation functions. 2023-10-31 18:48:17 +01:00
Alex Henrie
b99ea51331 d3d10core/tests: Use CRT allocation functions. 2023-10-31 18:48:06 +01:00
Hans Leidekker
fd00d8e4cc ntdll: Bump current build number to 19043 (Win10 2009).
Based on Proton commit 0fa76dd66a8.
2023-10-31 17:04:57 +01:00
Tim Clem
ec449cfdeb msvcrt: Promote the log from _wassert from a trace to an error. 2023-10-31 17:04:57 +01:00
Alexandre Julliard
4819a850a0 winegcc: Use a temp file for the implicitly created import library.
Otherwise clang creates a .lib file along with every dll.
2023-10-31 17:04:57 +01:00
Alexandre Julliard
663e93e61f server: Only create Wow64 system directories for 32-bit platforms. 2023-10-31 14:07:16 +01:00
Alexandre Julliard
c9a011a9cb wow64: Only support Wow64 system directories for 32-bit platforms. 2023-10-31 14:07:16 +01:00
Alexandre Julliard
0d3fd14747 kernelbase: Only support Wow64 system directories for 32-bit platforms. 2023-10-31 14:07:16 +01:00
Alexandre Julliard
3d66e96b7f ntdll: Only check Wow64 system directories for 32-bit platforms. 2023-10-31 13:26:49 +01:00
Alexandre Julliard
123b86fe4a ntdll: Remove an unused global variable. 2023-10-31 13:26:49 +01:00