Commit graph

168015 commits

Author SHA1 Message Date
Alex Henrie faae2162b8 user32/tests: Use CRT allocation functions. 2023-11-02 12:09:07 +01:00
Alex Henrie 1798540cb7 fsutil/tests: Use CRT allocation functions. 2023-11-02 10:15:14 +01:00
Alex Henrie 699694b238 browseui: Use the wcsdup function instead of reimplementing it. 2023-11-02 10:15:04 +01:00
Alex Henrie bd4b49782d ninput: Use CRT allocation functions. 2023-11-02 10:14:49 +01:00
Alex Henrie 76205649de dplayx: Use CRT allocation functions. 2023-11-02 10:14:38 +01:00
Gabriel Ivăncescu a3209daea5 mshtml: Keep ref from the OmHistory to the inner window.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-11-01 22:44:13 +01:00
Gabriel Ivăncescu c323d9c3e0 mshtml: Keep ref from LocalStorage and SessionStorage to the inner window.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-11-01 22:44:13 +01:00
Gabriel Ivăncescu 5aa68f389c mshtml: Keep ref from the XMLHttpRequestFactory to the inner window.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-11-01 22:44:13 +01:00
Gabriel Ivăncescu 7f85937158 mshtml: Keep ref from the OptionElementFactory to the inner window.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-11-01 22:44:13 +01:00
Gabriel Ivăncescu e0065c3aff mshtml: Keep ref from the ImageElementFactory to the inner window.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-11-01 22:44:13 +01:00
Gabriel Ivăncescu bc8c1b5696 mshtml/tests: Test parent window links after navigation.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-11-01 22:44:13 +01:00
Gabriel Ivăncescu bcf89639e7 mshtml: Properly traverse document nodes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-11-01 22:44:13 +01:00
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