Biswapriyo Nath
467604c661
include: Fix IDirectXVideoDecoderService declaration in dxva2api.idl.
...
This matches the declaration with official documentation and fixes
the following two compiler errors in apitrace project.
d3d9trace.cpp:28469:59: error: invalid conversion from 'const DXVA2_ConfigPictureDecode*' to 'DXVA2_ConfigPictureDecode*' [-fpermissive]
d3d9trace.cpp:28194:65: error: invalid conversion from 'void*' to 'IUnknown*' [-fpermissive]
Signed-off-by: Biswapriyo Nath <nathbappai@gmail.com>
2023-04-10 21:54:17 +02:00
Jacek Caban
84f1f36686
mshtml: Wine Gecko 2.47.4 release.
2023-04-10 16:19:33 +02:00
Alexandre Julliard
5c00be28fc
msvcrt: Use the tanh()/tanhf() implementation from the bundled musl library.
2023-04-10 14:18:20 +02:00
Alexandre Julliard
4ffb1199e3
msvcrt: Use the atanh()/atanhf() implementation from the bundled musl library.
2023-04-10 14:18:18 +02:00
Alexandre Julliard
e2924fafdf
msvcrt: Use the acosh()/acoshf() implementation from the bundled musl library.
2023-04-10 14:18:17 +02:00
Alexandre Julliard
6e9dd141a8
msvcrt: Use the asinh()/asinhf() implementation from the bundled musl library.
2023-04-10 14:18:17 +02:00
Alexandre Julliard
ecfbd5971e
msvcrt: Use the atan() implementation from the bundled musl library.
2023-04-10 14:18:17 +02:00
Alexandre Julliard
82563ede70
msvcrt: Use the asin() implementation from the bundled musl library.
2023-04-10 14:18:11 +02:00
Alexandre Julliard
938acddb9f
msvcrt: Use the acos() implementation from the bundled musl library.
2023-04-10 14:18:11 +02:00
Alexandre Julliard
5c3de7d794
msvcrt: Use the exp() implementation from the bundled musl library.
2023-04-10 14:18:10 +02:00
Alexandre Julliard
e525730cc1
msvcrt: Use the atanf() implementation from the bundled musl library.
2023-04-10 14:18:09 +02:00
Alexandre Julliard
472d7ec76d
msvcrt: Use the asinf() implementation from the bundled musl library.
...
With the changes from 0b8db61271
.
2023-04-10 14:18:08 +02:00
Alexandre Julliard
c9399ae7d5
msvcrt: Use the acosf() implementation from the bundled musl library.
...
With the changes from 9c8f8e715f
.
2023-04-10 14:18:06 +02:00
Alexandre Julliard
221f891848
msvcrt: Use the expf() implementation from the bundled musl library.
2023-04-10 14:18:06 +02:00
Alexandre Julliard
554e7aee72
msvcrt: Use the rint()/rintf() implementation from the bundled musl library.
2023-04-10 14:18:05 +02:00
Jactry Zeng
c26fd2621c
shell32: Assign a default flags for view information of IShellView.
2023-04-10 14:18:00 +02:00
Jactry Zeng
b659fd28ef
shell32/tests: Add tests for IShellView_GetCurrentInfo().
2023-04-10 14:18:00 +02:00
Jactry Zeng
bac369eb00
shell32/tests: Move interfaces creation to a function.
2023-04-10 14:18:00 +02:00
Jactry Zeng
e5c3a111c5
shell32: Assign a default view mode value for IShellView.
2023-04-10 14:18:00 +02:00
Jactry Zeng
eef4393fb7
include: Add FWF_NONE.
2023-04-10 14:18:00 +02:00
Paul Gofman
17c86f42de
winegstreamer: Pass temporary sample to wg_transform_read_mf() in h264 decoder.
2023-04-10 14:18:00 +02:00
Paul Gofman
a208589b27
winegstreamer: Provide samples if DXGI device manager is set in h264 decoder.
2023-04-10 14:18:00 +02:00
Paul Gofman
3f2ff939a1
winegstreamer: Process MFT_MESSAGE_SET_D3D_MANAGER in h264 decoder.
2023-04-10 14:18:00 +02:00
Paul Gofman
31d11d80f6
mf/tests: Test h264 decoder with dxgi device manager.
2023-04-10 14:18:00 +02:00
Paul Gofman
9ab3804903
mf/tests: Increase h264data.bin video length.
2023-04-10 14:18:00 +02:00
Nikolay Sivov
69b98b2b79
mfplat: Handle more video subtypes in MFInitMediaTypeFromAMMediaType().
...
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
2023-04-10 14:18:00 +02:00
Davide Beatrici
357f0e9a49
winecoreaudio: Implement and call timer_loop in unixlib.
2023-04-10 14:18:00 +02:00
Davide Beatrici
c6a97c0f19
winecoreaudio: Implement and call set_event_handle in unixlib.
2023-04-10 14:18:00 +02:00
Davide Beatrici
356a93732c
winecoreaudio: Store flags in unixlib.
2023-04-10 14:18:00 +02:00
Davide Beatrici
57dfaf1d0c
winecoreaudio: Retain precision when storing period in unixlib.
2023-04-10 14:18:00 +02:00
Francois Gouget
8d2146934c
iphlpapi: Fix the GAA_FLAG_INCLUDE_GATEWAYS constant name.
2023-04-10 14:18:00 +02:00
Zhiyi Zhang
9909631f23
wined3d: Add GPU information for AMD Raphael.
2023-04-07 20:54:52 +02:00
Jacek Caban
0a56a4ada2
winevulkan: Add support for VK_KHR_map_memory2.
2023-04-07 20:36:44 +02:00
Vijay Kiran Kamuju
389fbcf961
msvcp110: Add std::_Rethrow_future_exception implementation.
2023-04-07 20:36:12 +02:00
Francois Gouget
11934d2c92
kernel32/tests: Improve the WideCharToMultiByte() null-termination and truncation tests.
...
Check the content of the output buffer in addition to checking the
return value.
Also show that multibyte characters are not truncated when the output
buffer is too small.
2023-04-07 18:00:58 +02:00
Francois Gouget
f75fc81c38
wininet/tests: Avoid an unnecessary strlen() call in internet.c.
2023-04-07 18:00:29 +02:00
Francois Gouget
ceb058e622
wininet/tests: Remove redundant quotes in an ok() message.
...
wine_dbgstr_w() already quotes (and escapes) the string.
2023-04-07 18:00:27 +02:00
Rémi Bernon
e04079160d
imm32: Remove unnecessary HIMC check in IME UI window proc.
2023-04-07 18:00:18 +02:00
Rémi Bernon
617e24233b
imm32: Call DefWindowProcW from IME UI for unhandled messages.
2023-04-07 18:00:18 +02:00
Rémi Bernon
c902be6a84
imm32: Cleanup default IME UI window proc traces.
2023-04-07 18:00:18 +02:00
Rémi Bernon
d8fa43377d
winemac: Use the default IME UI window proc implementation.
...
This slightly changes ime_ui_update_window to match what was previously
in winex11.drv, since e5f0cdfcf6
, which
seems to be a more recent change.
2023-04-07 18:00:15 +02:00
Rémi Bernon
bc1b15211d
winex11: Move IME UI proc to default IME implementation.
2023-04-07 18:00:14 +02:00
Rémi Bernon
a5117ed5cd
winex11: Cleanup spaces in IME UI window proc.
2023-04-07 18:00:14 +02:00
Rémi Bernon
82971f2348
imm32/tests: Add more ImmSetCompositionString tests.
2023-04-07 17:17:42 +02:00
Rémi Bernon
272677e7e0
imm32/tests: Add more ImmGetCompositionString(W|A) tests.
2023-04-07 17:17:42 +02:00
Rémi Bernon
0522c01be3
imm32/tests: Test WM_IME_NOTIFY messages target window.
...
Showing that they aren't sent to the focused window but only to the
INPUTCONTEXT hWnd member.
2023-04-07 17:17:40 +02:00
Rémi Bernon
8cb2d2d541
imm32/tests: Test setting the same HIMC statuses twice.
2023-04-07 17:17:40 +02:00
Francois Gouget
089cfc7953
dinput/tests: Fix the spelling of an ok() message.
2023-04-07 17:10:41 +02:00
Alistair Leslie-Hughes
f1594312fb
msado15: Initialize all SYSTEMTIME members.
2023-04-07 17:05:52 +02:00
Zebediah Figura
58a791b7f9
d3d10core/tests: Add a regression test for mismatch of layered framebuffer attachments.
2023-04-07 17:05:52 +02:00