Alexandre Julliard pushed to branch master at wine / wine
Commits:
30a8ae5e by Alistair Leslie-Hughes at 2025-03-04T16:23:13+01:00
include: Add Get/SetValue for gdiplus Color class.
- - - - -
b682868b by Alistair Leslie-Hughes at 2025-03-04T16:23:13+01:00
include: Keep the same header order as SDK in gdiplus.h.
- - - - -
ca5ecefa by Alistair Leslie-Hughes at 2025-03-04T16:23:13+01:00
include: Add gdiplusbase.h.
- - - - -
4 changed files:
- include/Makefile.in
- include/gdiplus.h
- + include/gdiplusbase.h
- include/gdipluscolor.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9491cb7ea9dbf1eced1feb626feec…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9491cb7ea9dbf1eced1feb626feec…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
9db6a633 by Piotr Caban at 2025-03-04T16:23:13+01:00
ole32: Mark property storage dirty in PropertyStorage_ConstructEmpty.
- - - - -
be233a24 by Piotr Caban at 2025-03-04T16:23:13+01:00
ole32: Mark property storage not dirty after it's saved.
- - - - -
fcddd49b by Piotr Caban at 2025-03-04T16:23:13+01:00
ole32: Remove end label from PropertyStorage_WriteToStream.
- - - - -
cd4c8b87 by Piotr Caban at 2025-03-04T16:23:13+01:00
ole32: Reset output stream when wrting property storage.
- - - - -
1 changed file:
- dlls/ole32/stg_prop.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/030507a383ef0655729410ed8df30…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/030507a383ef0655729410ed8df30…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
94796cd8 by Brendan McGrath at 2025-03-04T16:23:12+01:00
mp3dmod: Return S_OK in Allocate/Free Resources.
MS documentation states:
"If the DMO does not support this method, the method returns S_OK"
https://learn.microsoft.com/en-us/previous-versions/windows/desktop/api/med…https://learn.microsoft.com/en-us/previous-versions/windows/desktop/api/med…
- - - - -
7b6a65bb by Brendan McGrath at 2025-03-04T16:23:12+01:00
mp3dmod/tests: Add test for 32-bit sample size.
- - - - -
362259ab by Brendan McGrath at 2025-03-04T16:23:12+01:00
mp3dmod: Add support for 32-bit sample size.
- - - - -
82aa93ff by Brendan McGrath at 2025-03-04T16:23:12+01:00
mp3dmod/tests: Test different output sample rates.
- - - - -
91056627 by Brendan McGrath at 2025-03-04T16:23:12+01:00
mp3dmod: Return error if requested output format values don't agree.
If the requested output type has a sample rate that doesn't equal
the average bytes per second when multiplied by the block alignment,
then Windows returns E_INVALIDARG.
Block alignment must also be the number of channels multiplied by the
bytes per sample (bytes per sample being the requested bits per sample
divided by 8).
- - - - -
42f190c9 by Brendan McGrath at 2025-03-04T16:23:12+01:00
mp3dmod: Only allow 1/2 and 1/4 subsampling.
MS doc says:
"The Windows Media MP3 decoder supports, but does not enumerate, the following output media types.
- An output type that has half the sampling rate of the input type.
- An output type that has one fourth the sampling rate of the input type"
https://learn.microsoft.com/en-us/windows/win32/medfound/windows-media-mp3-…
- - - - -
c75418cf by Brendan McGrath at 2025-03-04T16:23:12+01:00
mp3dmod/tests: Add test for nChannels = 0 on input.
- - - - -
169116be by Brendan McGrath at 2025-03-04T16:23:13+01:00
mp3dmod: Ensure nChannels is greater than zero on input.
- - - - -
2 changed files:
- dlls/mp3dmod/mp3dmod.c
- dlls/mp3dmod/tests/mp3dmod.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6e6334d4293b235fe11f05c556acf…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6e6334d4293b235fe11f05c556acf…
You're receiving this email because of your account on gitlab.winehq.org.