Commit graph

167803 commits

Author SHA1 Message Date
Gabriel Ivăncescu ce9ef35b92 mshtml: Keep ref from the document node to the inner window.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-11-01 22:44:13 +01:00
Louis Lenders 29d5ce6b7a uxtheme: Add stub for AllowDarkModeForWindow.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55742
2023-11-01 22:44:13 +01:00
Alfred Agrell 012de8b265 quartz/tests: Add tests for CLSID_CMpegVideoCodec. 2023-11-01 22:44:12 +01:00
Alfred Agrell 65ea18ba78 quartz/tests: Add tests for new CLSID_MPEG1Splitter functionality. 2023-11-01 22:44:12 +01:00
Alfred Agrell 481fd0ec3b winegstreamer: Implement CLSID_CMpegVideoCodec.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=9127
2023-11-01 22:44:12 +01:00
Alfred Agrell e8e5e8b5c9 winegstreamer: Add program stream and video output support to CLSID_MPEG1Splitter.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=9127
2023-11-01 22:44:12 +01:00
Alfred Agrell 7b2611827a winegstreamer: Add WG_MAJOR_TYPE_VIDEO_MPEG1 media type. 2023-11-01 22:44:12 +01:00
Alfred Agrell 5c24b7e56b winegstreamer: Use the new output_compressed property instead of mpegaudioparse in MPEG splitter. 2023-11-01 22:44:12 +01:00
Alfred Agrell 4592662d47 winegstreamer: Add output_compressed parameter to wg_parser_create(). 2023-11-01 22:44:12 +01:00
Alfred Agrell 21c5627e2a winegstreamer: Implement parts of IAMStreamSelect::Info in CLSID_MPEG1Splitter. 2023-11-01 22:44:12 +01:00
Alfred Agrell fae39cf5a7 winegstreamer: Implement IAMStreamSelect::Count in CLSID_MPEG1Splitter. 2023-11-01 22:44:12 +01:00
Alfred Agrell 7bcb6bc4d7 winegstreamer: Improve and clean up some debug logs. 2023-11-01 22:44:12 +01:00
Alfred Agrell 92c91c4e93 winegstreamer: Include the framerate when converting video format to GstCaps. 2023-11-01 22:44:12 +01:00
Alfred Agrell ced2b4c672 winegstreamer: Seek to end of stream instead of to stream duration. 2023-11-01 22:44:12 +01:00
Alfred Agrell 2c9f646602 winegstreamer: Clamp QoS events to stay inside the stream's running time. 2023-11-01 22:44:12 +01:00
Alfred Agrell c36af9e9cf winegstreamer: Don't read format from unparsed MPEG audio. 2023-11-01 22:44:12 +01:00
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