Alexandre Julliard pushed to branch master at wine / wine
Commits:
93142366 by Nikolay Sivov at 2025-05-13T10:51:30+02:00
windowscodecs/tests: Add some tests for multi-frame tiffs vs SUBFILETYPE tag.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
742c7440 by Nikolay Sivov at 2025-05-13T10:51:32+02:00
windowscodecs/tiff: Skip frames marked with SUBFILETYPE(0x1).
This is important for RAW formats that use TIFF container, but mark
directories as 'reduced-size'. Those files should be processed with
appropriate RAW decoder, instead of displaying auxiliary frame with
the TIFF decoder.
Unfortunately libtiff skips old tag OSUBFILETYPE == 0xff,
it's not available via TIFFGetField() and SUBFILETYPE is not synthesized
from it. On Windows both tags have the same effect on frames
being skipped by the decoder.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
2 changed files:
- dlls/windowscodecs/libtiff.c
- dlls/windowscodecs/tests/tiffformat.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/bceff039c85231dc6c44eb88038fa…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/bceff039c85231dc6c44eb88038fa…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
92def27a by Eric Pouech at 2025-05-12T22:52:55+02:00
dbghelp: Introduce a cache for loading blocks in new PDB reader.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
2ca9ae96 by Eric Pouech at 2025-05-12T22:52:55+02:00
winedump: Dump some symbols for managed code.
Adding some missing definitions to include/wine/mscvpdb.h
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
c9c45d78 by Eric Pouech at 2025-05-12T22:52:55+02:00
dbghelp: Silence symbol for managed code.
A step towards a full fix of:
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=34990
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
75f34d18 by Eric Pouech at 2025-05-12T22:52:55+02:00
dbghelp: Silence FIXME when dealing with empty hash table.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
3add94b5 by Eric Pouech at 2025-05-12T22:52:55+02:00
dbghelp: Fix using Start parameter in TI_FINDCHILDREN request.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
5 changed files:
- dlls/dbghelp/msc.c
- dlls/dbghelp/pdb.c
- dlls/dbghelp/type.c
- include/wine/mscvpdb.h
- tools/winedump/msc.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/52112a53d28e23941455c2bcb568f…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/52112a53d28e23941455c2bcb568f…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
37ffe1af by Alexandre Julliard at 2025-05-12T15:54:09+02:00
tools: Add support for syscalls with a custom entry point.
- - - - -
ea6ae259 by Alexandre Julliard at 2025-05-12T15:54:11+02:00
ntdll: Define NtQueryInformationProcess as a custom syscall.
- - - - -
b40c9f09 by Alexandre Julliard at 2025-05-12T15:57:03+02:00
ntdll: Don't require syscall flag on Zw functions.
- - - - -
ad6c662c by Alexandre Julliard at 2025-05-12T22:52:55+02:00
ntdll/tests: Add a test for syscall numbering.
- - - - -
6 changed files:
- dlls/ntdll/ntdll.spec
- dlls/ntdll/ntsyscalls.h
- dlls/ntdll/signal_i386.c
- dlls/ntdll/tests/virtual.c
- dlls/win32u/win32syscalls.h
- tools/make_specfiles
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/659e3b3e14e45526109870bf0da70…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/659e3b3e14e45526109870bf0da70…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
d76cf49a by Brendan McGrath at 2025-05-12T13:04:10+02:00
mfreadwrite: Use stream_index from ASYNC_SAMPLE_READY command.
If we don't use stream_index, then the first sample in the response
queue is popped and delivered. However, this sample may not be from the
stream that is making the sample request.
- - - - -
1 changed file:
- dlls/mfreadwrite/reader.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/d76cf49a5e3473a85254588d4c0ca2…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/d76cf49a5e3473a85254588d4c0ca2…
You're receiving this email because of your account on gitlab.winehq.org.