Commit graph

171817 commits

Author SHA1 Message Date
Eric Pouech 90d278f932 cmd: Set success/failure return code for MOVE command.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
2024-07-02 20:07:49 +02:00
Eric Pouech ca3b24733a cmd: Set success/failure return code DELETE command.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
2024-07-02 20:07:48 +02:00
Eric Pouech 0b6fc4cd1c cmd: Set success/failure return code for TYPE command.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
2024-07-02 20:07:47 +02:00
Eric Pouech a132d9c37e cmd: Add success/failure tests for file related commands.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
2024-07-02 20:07:45 +02:00
Elizabeth Figura 8f4bb2e9f9 winegstreamer: Implement MPEG-1 audio to IMFMediaType conversion. 2024-07-02 20:07:21 +02:00
Elizabeth Figura 6013852094 winegstreamer: Implement WMA to IMFMediaType conversion. 2024-07-02 20:07:21 +02:00
Elizabeth Figura 1eb60c34c3 winegstreamer: Implement WMV to IMFMediaType conversion. 2024-07-02 20:07:21 +02:00
Elizabeth Figura 056b8436e0 winegstreamer: Implement AAC to IMFMediaType conversion. 2024-07-02 20:07:21 +02:00
Elizabeth Figura 2cdba592f8 winegstreamer: Implement H.264 to IMFMediaType conversion. 2024-07-02 20:07:21 +02:00
Elizabeth Figura 6c541e3837 winegstreamer: Implement H.264 to wg_format conversion. 2024-07-02 20:07:21 +02:00
Elizabeth Figura 2a0a43627b winegstreamer: Implement MPEG-4 audio to wg_format conversion. 2024-07-02 20:07:21 +02:00
Elizabeth Figura 92956ae554 winegstreamer: Check the version before calling wg_format_from_caps_video_mpeg1(). 2024-07-02 20:07:20 +02:00
Elizabeth Figura e72f8b08e2 mfplat/tests: Add more tests for compressed formats. 2024-07-02 20:07:20 +02:00
Alexandros Frantzis 31be907221 winewayland: Support WGL_ARB_pixel_format_float. 2024-07-02 20:05:34 +02:00
Alexandros Frantzis 7d1dec86de winewayland: Support WGL_ARB_pixel_format.
Populate wgl_pixel_format ARB attributes to enable the default
implementation of WGL_ARB_pixel_format.
2024-07-02 20:05:34 +02:00
Alexandros Frantzis 3832320559 winex11: Remove driver wglChoosePixelFormatARB implementation.
The driver uses the default implementation provided by opengl32.dll.
2024-07-02 20:05:34 +02:00
Alexandros Frantzis 272c55ac25 opengl32: Add default implementation for wglChoosePixelFormatARB.
The default implementation will be used automatically if the driver
populates the wgl_pixel_format ARB fields.
2024-07-02 20:05:34 +02:00
Fabian Maurer 279d8bf724 mlang: Return the correct interface in GetGlobalFontLinkObject.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56600
2024-07-02 20:05:34 +02:00
Fabian Maurer 6df749e2b8 mlang/tests: Add tests showing which interface is returned by GetGlobalFontLinkObject. 2024-07-02 20:05:34 +02:00
Fabian Maurer 1ba592eec6 mlang/tests: Add test for GetGlobalFontLinkObject allowing IID_IMultiLanguage2. 2024-07-02 20:05:34 +02:00
Paul Gofman 17f052c36a ntdll: Buffer pagemap reads in fill_working_set_info(). 2024-07-01 21:22:04 +02:00
Paul Gofman 76ffdde095 ntdll: Fill range of output in fill_working_set_info(). 2024-07-01 21:22:04 +02:00
Paul Gofman 27b74d8e37 ntdll: Limit vprot scan range to the needed interval in get_working_set_ex(). 2024-07-01 21:22:04 +02:00
Paul Gofman 2befbce04d ntdll: Iterate views instead of requested addresses in get_working_set_ex(). 2024-07-01 21:22:04 +02:00
Paul Gofman f56944502d ntdll: Factor OS-specific parts out of get_working_set_ex(). 2024-07-01 21:22:04 +02:00
Paul Gofman 81caa1d72b ntdll: Validate length in get_working_set_ex(). 2024-07-01 21:22:04 +02:00
Paul Gofman 820768df0c psapi/tests: Add tests for QueryWorkingSetEx() with multiple addresses. 2024-07-01 21:02:33 +02:00
Paul Gofman 233f6f288c ntdll: Report the space completely outside of reserved areas as allocated on i386. 2024-07-01 18:08:12 +02:00
Fabian Maurer 9db570c6c3 cmd: Close file opened with popen with correct function (coverity). 2024-07-01 18:02:33 +02:00
Ziqing Hui adce0d34f5 winegstreamer/video_encoder: Implement GetInputCurrentType. 2024-07-01 18:02:21 +02:00
Ziqing Hui 6f22111a9f winegstreamer/video_encoder: Implement SetInputType. 2024-07-01 18:02:19 +02:00
Ziqing Hui 758af39175 winegstreamer/video_encoder: Implement GetInputAvailableType. 2024-07-01 18:02:17 +02:00
Rémi Bernon 9192b3b724 winegstreamer: Create transforms from MFVIDEOFORMAT / WAVEFORMATEX.
Instead of going through a custom intermediate format.
2024-07-01 14:16:34 +02:00
Rémi Bernon 0906f6957a winegstreamer: Translate MFVIDEOFORMAT / WAVEFORMATEX directly to GstCaps in wg_transform. 2024-07-01 14:16:34 +02:00
Rémi Bernon fbceb9e60b winegstreamer: Translate GstCaps directly to MFVIDEOFORMAT / WAVEFORMATEX in wg_transform. 2024-07-01 14:16:34 +02:00
Rémi Bernon c6723f8592 mf/session: Implement D3D device manager propagation. 2024-07-01 12:56:29 +02:00
Rémi Bernon fbd7bd5167 mf/session: Don't update transform output type if not needed. 2024-07-01 09:40:04 +02:00
Rémi Bernon 1933020c05 win32u: Use the thread message queue shared memory in wait_message_reply. 2024-07-01 09:40:04 +02:00
Rémi Bernon 8b5cad9e58 win32u: Use the thread message queue shared memory in NtUserGetQueueStatus. 2024-07-01 09:40:04 +02:00
Rémi Bernon 26e4e3581f win32u: Use the thread message queue shared memory in get_input_state. 2024-07-01 09:40:04 +02:00
Rémi Bernon 7f53ca70ba server: Move thread message queue bits to the shared mapping. 2024-07-01 09:40:04 +02:00
Rémi Bernon f41c434b88 win32u: Read the thread message queue masks from the shared memory. 2024-07-01 09:40:04 +02:00
Rémi Bernon faa10ba7b5 server: Move thread message queue masks to the shared mapping. 2024-07-01 09:40:04 +02:00
Austin English ce4674e180 netapi32: Add NetGetAadJoinInformation stub.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56617
2024-07-01 09:38:01 +02:00
Biswapriyo Nath c8eec0af70 include: Add new names in D3D_NAME enum in d3dcommon.idl. 2024-07-01 09:36:15 +02:00
Biswapriyo Nath f506bfd018 include: Add macros for d3d12 shader version in d3d12shader.idl. 2024-07-01 09:36:14 +02:00
Biswapriyo Nath fe510b5c5c include: Add flags for ID3D11ShaderReflection::GetRequiresFlags method in d3d11shader.h. 2024-07-01 09:36:14 +02:00
Elizabeth Figura d16c47625f d3dx9/tests: Define COBJMACROS. 2024-07-01 09:35:03 +02:00
Elizabeth Figura 43afea4e99 d3dx9: Use the correct interfaces for some COM calls. 2024-07-01 09:35:03 +02:00
Elizabeth Figura 5bb9e670f6 mfplat/tests: Use the correct interfaces for some COM calls. 2024-07-01 09:35:03 +02:00