[Git][wine/wine][master] 10 commits: windowscodecs: Implement query strings enumerator.
Alexandre Julliard pushed to branch master at wine / wine Commits: d7c4cae5 by Nikolay Sivov at 2025-03-04T21:03:54+01:00 windowscodecs: Implement query strings enumerator. Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> - - - - - fd2d3b9c by Nikolay Sivov at 2025-03-04T21:03:54+01:00 windowscodecs/tests: Add some more tests for query enumeration. Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> - - - - - 415b25f3 by Nikolay Sivov at 2025-03-04T21:03:54+01:00 windowscodecs/metadata: Do not decorate 'wstr' items with a type name in returned queries. Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> - - - - - d0041344 by Nikolay Sivov at 2025-03-04T21:03:54+01:00 windowscodecs: Implement CreateQueryWriterFromReader(). Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> - - - - - 0b49cd16 by Nikolay Sivov at 2025-03-04T21:03:54+01:00 windowscodecs/tests: Add some tests for stream position handling when nested readers are used. Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> - - - - - 8f0044d0 by Nikolay Sivov at 2025-03-04T21:03:54+01:00 windowscodecs/metadata: Restore original stream position on GetStream(). Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> - - - - - 0fecac55 by Nikolay Sivov at 2025-03-04T21:03:54+01:00 windowscodecs/metadata: Replicate original stream position when creating writer instances from readers. Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> - - - - - 66971d07 by Nikolay Sivov at 2025-03-04T21:03:54+01:00 windowscodecs/tests: Add some tests for metadata handler GetClassID(). Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> - - - - - 2b075f44 by Nikolay Sivov at 2025-03-04T21:03:54+01:00 windowscodecs/metadata: Implement GetClassID(). Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> - - - - - 2ee52fb7 by Nikolay Sivov at 2025-03-04T21:03:54+01:00 windowscodecs: Implement GetPreferredVendorGUID(). Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> - - - - - 5 changed files: - dlls/windowscodecs/imgfactory.c - dlls/windowscodecs/metadatahandler.c - dlls/windowscodecs/metadataquery.c - dlls/windowscodecs/tests/metadata.c - dlls/windowscodecs/wincodecs_private.h View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2183678bfabecf8775c7f1bf9861f5... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2183678bfabecf8775c7f1bf9861f5... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)