Rémi Bernon
437d304c72
winegstreamer: Rename struct h264_decoder to struct video_decoder.
2024-02-21 22:30:03 +01:00
Rémi Bernon
ae584ac620
winegstreamer: Use the H264 decoder to implement the IV50 decoder.
2024-02-21 22:30:03 +01:00
Rémi Bernon
e1b21bf1e9
ir50_32: Use the proper hr value for stream format change.
2024-02-21 22:30:03 +01:00
Rémi Bernon
9a591bf4fe
winegstreamer: Use MFCalculateImageSize to compute output info size.
2024-02-21 22:30:03 +01:00
Paul Gofman
39e5926760
inetcomm: Force debug info in critical sections.
2024-02-21 22:30:03 +01:00
Paul Gofman
6fda28d030
dwrite: Force debug info in critical sections.
2024-02-21 22:30:03 +01:00
Paul Gofman
c63a990091
dsound: Force debug info in critical sections.
2024-02-21 22:30:03 +01:00
Paul Gofman
8268d4e017
dplayx: Force debug info in critical sections.
2024-02-21 22:30:03 +01:00
Paul Gofman
a485f6b4a3
dinput: Force debug info in critical sections.
2024-02-21 22:30:03 +01:00
Ivo Ivanov
2497a53484
hidclass.sys: Use the correct string for container_id.
2024-02-21 22:30:03 +01:00
Alexandre Julliard
8bd411da0a
ntdll: Share exception dispatch implementation across platforms.
2024-02-21 21:55:04 +01:00
Alexandre Julliard
61564202b5
ntdll: Add a helper macro to dump a register context.
2024-02-21 21:55:04 +01:00
Alexandre Julliard
2e63272f2f
ntdll: Default to the SEH channel on x86-64.
...
The unwind info is now printed from unwind.c.
2024-02-21 21:55:04 +01:00
Paul Gofman
9c1bc32fe9
winhttp: Mind read size when skipping async read in WinHttpReadData().
2024-02-21 21:55:04 +01:00
Rémi Bernon
a3686eeb5e
win32u: Don't assume that the primary adapter is always first.
2024-02-21 21:55:04 +01:00
Rémi Bernon
76326ed369
win32u: Only consider active monitors in monitor_from_rect.
2024-02-21 21:55:04 +01:00
Rémi Bernon
f7788fc7e7
win32u: Only consider active monitors for virtual screen rect.
2024-02-21 21:55:04 +01:00
Rémi Bernon
db391c37a9
win32u: Only consider active monitors for clone detection.
2024-02-21 21:55:04 +01:00
Rémi Bernon
e4ff578bcc
win32u: Deduce monitor device flags from their adapter.
2024-02-21 21:55:04 +01:00
Brendan Shanks
e628eb2c6f
ntdll: On x86_64, don't access %gs in signal_start_thread().
...
%gs is not set until call_init_thunk().
Also, adjust other TEB accesses to be consistent with the surrounding
functions.
Fixes a crash on macOS introduced by 7ae488a2bb
("ntdll: Don't hardcode xstate size in syscall frame.")
2024-02-21 11:09:21 +01:00
Alex Henrie
340a4b05b5
wined3d: Use CRT allocation functions.
2024-02-20 22:27:02 +01:00
Biswapriyo Nath
6ec9f446eb
include: Add FaceDetector runtimeclass in windows.media.faceanalysis.idl.
2024-02-20 22:26:58 +01:00
Biswapriyo Nath
f0ab43fea2
include: Add DetectedFace runtimeclass in windows.media.faceanalysis.idl.
2024-02-20 22:26:57 +01:00
Biswapriyo Nath
fbe99509d6
include: Add SoftwareBitmap runtimeclass in windows.graphics.imaging.idl.
2024-02-20 22:26:57 +01:00
Biswapriyo Nath
af4838321e
include: Add BitmapBuffer runtimeclass in windows.graphics.imaging.idl.
2024-02-20 22:26:57 +01:00
Biswapriyo Nath
fe4f7632a7
include: Add IDirect3DSurface in windows.graphics.directx.direct3d11.idl.
2024-02-20 22:26:57 +01:00
Daniel Lehman
fb5302c29b
msvcrt: Use string sort for strcoll/wcscoll.
2024-02-20 22:26:29 +01:00
Daniel Lehman
188d880493
msvcrt/tests: Add tests for strcoll/wcscoll.
2024-02-20 22:26:29 +01:00
David Kahurani
386dbe1059
msi: Avoid leaking stream on DB update.
...
MSI_RecordGetIStream adds a reference to the stream. This
reference should be negated as we are done setting the stream.
Signed-off-by: David Kahurani <k.kahurani@gmail.com>
2024-02-20 22:26:13 +01:00
Zebediah Figura
9a614fefaf
wined3d/arb: Move FFP bumpenv constant loading to arbfp_apply_draw_state().
2024-02-20 22:26:01 +01:00
Zebediah Figura
088da327b5
wined3d/arb: Move texture constant loading to arbfp_apply_draw_state().
2024-02-20 22:26:00 +01:00
Zebediah Figura
0f7ef9f47a
wined3d/arb: Move color key constant loading to arbfp_apply_draw_state().
2024-02-20 22:25:58 +01:00
Zebediah Figura
8faac9b94a
wined3d/arb: Move TEXTUREFACTOR constant loading to arbfp_apply_draw_state().
2024-02-20 22:25:56 +01:00
Zebediah Figura
6c1c917750
wined3d/arb: Move SPECULARENABLE constant loading to arbfp_apply_draw_state().
2024-02-20 22:25:54 +01:00
Alexandre Julliard
f0584966c2
ntdll/tests: Run RtlVirtualUnwind tests on ARM64EC.
2024-02-20 11:05:13 +01:00
Alexandre Julliard
ec5e33cad6
ntdll/tests: Run dynamic unwind tests on ARM platforms.
2024-02-20 11:03:58 +01:00
Alexandre Julliard
510fc64140
ntdll/tests: Move unwinding tests to a separate file.
2024-02-20 10:58:13 +01:00
Eric Pouech
552bc893e1
dbghelp: Don't expected a fixed number of substreams in DBI header (PDB).
...
MSC no longer emits a fixed number of substreams (depending on version of
PDB file), but can emit less.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
2024-02-20 10:51:37 +01:00
Eric Pouech
dee3be21a3
winedump: Don't expect a fixed number of substreams in DBI header (PDB).
...
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
2024-02-20 10:51:36 +01:00
Shaun Ren
c72f0ec0f0
sapi: Implement ISpeechVoice::Invoke.
2024-02-20 10:47:11 +01:00
Shaun Ren
9d044669f3
sapi: Implement ISpeechVoice::GetIDsOfNames.
2024-02-20 10:47:11 +01:00
Shaun Ren
dd083a6195
sapi: Implement ISpeechVoice::GetTypeInfo.
2024-02-20 10:47:11 +01:00
Shaun Ren
58087358d1
sapi: Implement ISpeechVoice::GetTypeInfoCount.
2024-02-20 10:47:11 +01:00
Shaun Ren
62aec0318b
sapi: Implement ISpeechVoice::GetVoices.
2024-02-20 10:47:11 +01:00
Shaun Ren
0f8b59a245
sapi: Introduce create_token_category helper in tts.
2024-02-20 10:47:11 +01:00
Shaun Ren
4bbfd83898
sapi: Handle zero-length attributes correctly in ISpObjectTokenCategory::EnumTokens.
2024-02-20 10:47:11 +01:00
Shaun Ren
5243f2e82c
sapi: Implement ISpeechVoice::Speak.
2024-02-20 10:47:11 +01:00
Shaun Ren
afac7d7e3f
sapi: Free typelib on DLL detach.
2024-02-20 10:47:11 +01:00
Paul Gofman
164520f593
crypt32: Force debug info in critical sections.
2024-02-20 10:44:14 +01:00
Paul Gofman
9149c7e999
combase: Force debug info in critical sections.
2024-02-20 10:44:14 +01:00