Alexandre Julliard pushed to branch master at wine / wine
Commits:
15e7a06f by Rémi Bernon at 2025-07-09T16:10:22+02:00
mp3dmod: Fix some media type leaks.
- - - - -
12020709 by Rémi Bernon at 2025-07-09T16:10:22+02:00
mp3dmod: Avoid uninitialized variable access.
Tests show that some AM_MEDIA_TYPE fields aren't touched, but
MFInitMediaTypeFromAMMediaType may try to access them.
- - - - -
4fe24496 by Rémi Bernon at 2025-07-09T16:10:22+02:00
winegstreamer: Fix some video decoder media type leaks.
- - - - -
f0a92d49 by Rémi Bernon at 2025-07-09T16:10:22+02:00
mf/tests: Fix some leaks in transform tests.
- - - - -
ede0ba41 by Rémi Bernon at 2025-07-09T16:10:22+02:00
mf/tests: Avoid leaking D3D resources through IMFTrackedSample.
- - - - -
847d2fad by Rémi Bernon at 2025-07-09T16:10:22+02:00
mf/tests: Skip memory-hungry H264 encoder tests on 32bit.
- - - - -
3 changed files:
- dlls/mf/tests/transform.c
- dlls/mp3dmod/mp3dmod.c
- dlls/winegstreamer/video_decoder.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a531fc6c5b0c1a4bc32e4e604527f…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a531fc6c5b0c1a4bc32e4e604527f…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
1ece2b83 by Shaun Ren at 2025-07-09T16:10:22+02:00
sapi/tests: Copy SPVTEXTFRAG list into a contiguous array.
This simplifies checking fragment field values.
- - - - -
70f20c8e by Shaun Ren at 2025-07-09T16:10:22+02:00
sapi/tests: Introduce simulate_output option in tts.
- - - - -
3b3e2a9b by Shaun Ren at 2025-07-09T16:10:22+02:00
sapi/tests: Add some SSML tests in tts.
- - - - -
8afc73bc by Shaun Ren at 2025-07-09T16:10:22+02:00
sapi/tts: Support XML-related flags in ISpVoice::Speak.
- - - - -
5 changed files:
- dlls/sapi/Makefile.in
- dlls/sapi/sapi_private.h
- dlls/sapi/tests/tts.c
- dlls/sapi/tts.c
- + dlls/sapi/xml.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/61c8678bc3df8ad9f77394f0bfa49…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/61c8678bc3df8ad9f77394f0bfa49…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
177848ad by Anton Baskanov at 2025-07-08T22:36:54+02:00
quartz: Decommit the allocator before entering the streaming CS in AVIDec.
This prevents a deadlock when the streaming thread is waiting for a
buffer in avi_decompressor_sink_Receive(). Reproducible in Earth 2150
- Escape from the Blue Planet (GOG) when trying to skip the intro
video and in Commandos 2 - Men of Courage (GOG).
- - - - -
1 changed file:
- dlls/quartz/avidec.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/177848adf54f6871e558be6b42ee24…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/177848adf54f6871e558be6b42ee24…
You're receiving this email because of your account on gitlab.winehq.org.