Alexandre Julliard pushed to branch master at wine / wine
Commits:
b6879c1e by YeshunYe at 2025-07-21T21:50:20+02:00
dsound: Check if 'cbPropData' for DSPROPERTY_Description1 is large enough.
Avoid writing out of bounds.
Signed-off-by: YeshunYe <yeyeshun(a)uniontech.com>
- - - - -
d26c7db0 by YeshunYe at 2025-07-21T21:50:20+02:00
dsound/tests: Add test for DSPROPERTY_DIRECTSOUNDDEVICE_DESCRIPTION_1.
Signed-off-by: YeshunYe <yeyeshun(a)uniontech.com>
- - - - -
2 changed files:
- dlls/dsound/propset.c
- dlls/dsound/tests/propset.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/713a4579a520e107d0ccfcee13219…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/713a4579a520e107d0ccfcee13219…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
8a56bd3c by Brendan McGrath at 2025-07-21T21:50:19+02:00
mf/tests: Test when SAR requests a new sample.
- - - - -
4c676125 by Brendan McGrath at 2025-07-21T21:50:19+02:00
mf/tests: Test sequence of calls during a Pause and Seek.
- - - - -
0627acf6 by Brendan McGrath at 2025-07-21T21:50:19+02:00
mf: Restart transforms and sinks on seek.
The order should be:
1. Stop sources;
2. Flush MFTs;
3. Start sources;
4. Request output down the chain of sink inputs;
6. Flush sinks; and
7. Start the clock
This takes place whether we pause before we seek or seek without pause.
- - - - -
b40d6a3c by Brendan McGrath at 2025-07-21T21:50:20+02:00
mf: Don't send MFT_MESSAGE_NOTIFY_START_OF_STREAM when seeking.
- - - - -
71c5e485 by Brendan McGrath at 2025-07-21T21:50:20+02:00
mfmediaengine: Don't perform implicit flush on state change.
This mirrors Windows behaviour, in that a flush only takes place
when it is explicitly requested.
- - - - -
713a4579 by Brendan McGrath at 2025-07-21T21:50:20+02:00
mfmediaengine: Request sample if we are seeking.
- - - - -
3 changed files:
- dlls/mf/session.c
- dlls/mf/tests/mf.c
- dlls/mfmediaengine/video_frame_sink.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/024a9d9650e1938a7731660c98497…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/024a9d9650e1938a7731660c98497…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
33f853fa by Vibhav Pant at 2025-07-21T21:50:19+02:00
propsys/tests: Add some tests for PropVariantChangeType(VT_CLSID).
- - - - -
cbf297a0 by Vibhav Pant at 2025-07-21T21:50:19+02:00
propsys: Implement PropVariantChangeType(VT_CLSID) for string types.
- - - - -
024a9d96 by Vibhav Pant at 2025-07-21T21:50:19+02:00
propsys/tests: Add test for PropVariantToGUID with VT_ARRAY | VT_UI1 values.
- - - - -
2 changed files:
- dlls/propsys/propvar.c
- dlls/propsys/tests/propsys.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/87087da17eeacbd205428ca7ee8f1…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/87087da17eeacbd205428ca7ee8f1…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
903a7d9e by Vibhav Pant at 2025-07-21T15:21:54+02:00
propsys/tests: Add conformance tests for getting PropertyDescriptions from PropertySystem.
- - - - -
b9ec4fcb by Vibhav Pant at 2025-07-21T15:21:54+02:00
propsys/tests: Add conformance tests for PSGetPropertyKeyFromName.
- - - - -
94577f8f by Vibhav Pant at 2025-07-21T15:21:54+02:00
include: Add declaration for PSGetPropertySystem.
- - - - -
630d5871 by Vibhav Pant at 2025-07-21T15:21:54+02:00
propsys: Add stubs for PropertySystem.
- - - - -
772ac6df by Vibhav Pant at 2025-07-21T15:21:54+02:00
propsys: Add stubs for PSGetNameFromPropertyKey.
- - - - -
d04420a7 by Vibhav Pant at 2025-07-21T15:21:54+02:00
propsys/tests: Add conformance tests for PSGetNameFromPropertyKey.
- - - - -
446f18b1 by Vibhav Pant at 2025-07-21T15:21:54+02:00
propsys: Add IPropertyDescription stub for system defined properties.
- - - - -
87087da1 by Vibhav Pant at 2025-07-21T15:21:54+02:00
propsys: Implement IPropertyDescription for several known system properties.
- - - - -
6 changed files:
- dlls/propsys/propsys.spec
- dlls/propsys/propsys_classes.idl
- dlls/propsys/propsys_main.c
- dlls/propsys/propsys_private.h
- dlls/propsys/tests/propsys.c
- include/propsys.idl
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/29933f1d04d0997bff633c8e8353b…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/29933f1d04d0997bff633c8e8353b…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
b1f7243d by Ziqing Hui at 2025-07-21T15:21:53+02:00
comctl32/tests: Check RGB value in test_alpha.
We only check alpha value before, now also check red, green, blue.
- - - - -
2b50cd66 by Ziqing Hui at 2025-07-21T15:21:53+02:00
comctl32/tests: Test image bitmap bits in test_alpha.
We use ImageList_Draw and test the draw result before.
Now adding tests which get bitmap bits directly.
- - - - -
85360590 by Ziqing Hui at 2025-07-21T15:21:53+02:00
comctl32/tests: Test adding 32bpp images with alpha to 24bpp image list.
- - - - -
84ded6eb by Ziqing Hui at 2025-07-21T15:21:53+02:00
comctl32/tests: Use winetest_{push,pop}_context in test_alpha.
- - - - -
81c6ae76 by Ziqing Hui at 2025-07-21T15:21:53+02:00
comctl32/tests: Test image flags in test_alpha.
- - - - -
29933f1d by Ziqing Hui at 2025-07-21T15:21:53+02:00
comctl32/tests: Also test v5 with test_alpha().
- - - - -
1 changed file:
- dlls/comctl32/tests/imagelist.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/eda1558423f84f854c3eb3712d24b…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/eda1558423f84f854c3eb3712d24b…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
eda15584 by Yuxuan Shui at 2025-07-21T15:21:53+02:00
d2d1: Fix out-of-bound array access.
d2d_fp_fast_expansion_sum_zeroelim contains many instances of this pattern:
if (a_idx < a_len)
{
use(a_curr);
a_curr = a[++a_idx];
}
Here if a_idx is already a_len - 1, a[++a_idx] reads past the last element of a.
- - - - -
1 changed file:
- dlls/d2d1/geometry.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/eda1558423f84f854c3eb3712d24bc…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/eda1558423f84f854c3eb3712d24bc…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
c157ff97 by Elizabeth Figura at 2025-07-21T15:21:53+02:00
qasf/tests: Test AllocateStreamingResources() error propagation.
- - - - -
8c70d953 by Elizabeth Figura at 2025-07-21T15:21:53+02:00
mf/tests: Test IMediaObject::AllocateStreamingResources().
- - - - -
f07c7fb2 by Elizabeth Figura at 2025-07-21T15:21:53+02:00
winegstreamer: Return S_OK from AllocateStreamingResources().
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58403
- - - - -
3 changed files:
- dlls/mf/tests/transform.c
- dlls/qasf/tests/dmowrapper.c
- dlls/winegstreamer/video_decoder.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1d97f00582a2a336cba34b48d8142…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1d97f00582a2a336cba34b48d8142…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
677c3ac4 by Jacek Caban at 2025-07-20T13:07:01+02:00
advapi32: Initialize temp variable in test_incorrect_api_usage.
Fixes Clang -Wuninitialized-const-pointer warning.
- - - - -
0d7c37b1 by Jacek Caban at 2025-07-20T13:07:01+02:00
crypt32/tests: Use dummySubject in CryptSIPLoad invalid parameter test.
Fixes Clang -Wuninitialized-const-pointer warning.
- - - - -
73962023 by Jacek Caban at 2025-07-20T13:07:01+02:00
kernel32/tests: Initialize stackvar in test_IsBadReadPtr test.
Fixes Clang -Wuninitialized-const-pointer warning.
- - - - -
cceea1cd by Jacek Caban at 2025-07-20T13:07:01+02:00
ole32/tests: Initialize rect in OleDraw invalid parameter test.
Fixes Clang -Wuninitialized-const-pointer warning.
- - - - -
6e7cf9be by Jacek Caban at 2025-07-20T13:07:01+02:00
shlwapi/tests: Initialize cookie before passing it to add_call.
Silences Clang -Wuninitialized-const-pointer warning.
- - - - -
5 changed files:
- dlls/advapi32/tests/crypt.c
- dlls/crypt32/tests/sip.c
- dlls/kernel32/tests/virtual.c
- dlls/ole32/tests/ole2.c
- dlls/shlwapi/tests/ordinal.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8f799fb41615f2a54ccb963d2987a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8f799fb41615f2a54ccb963d2987a…
You're receiving this email because of your account on gitlab.winehq.org.