Alexandre Julliard pushed to branch master at wine / wine
Commits: b259d4cd by Santino Mazza at 2025-05-20T22:22:56+02:00 amstream: Call QueryAccept with the new media type.
- - - - - 297f4b18 by Santino Mazza at 2025-05-20T22:22:56+02:00 amstream/tests: Test how the ddraw allocator properties change.
- - - - - 64cebc4c by Elizabeth Figura at 2025-05-20T22:22:56+02:00 amstream/tests: Add more tests for the ddraw stream allocator.
- - - - - 3a4237c4 by Elizabeth Figura at 2025-05-20T22:22:56+02:00 amstream: Avoid shadowing in ddraw_meminput_Receive().
- - - - - f1d9c0b6 by Elizabeth Figura at 2025-05-20T22:22:56+02:00 amstream: Rename "busy" to "pending".
This is a slightly more intuitive name.
- - - - - 2f180106 by Elizabeth Figura at 2025-05-20T22:22:56+02:00 amstream: Implement the custom ddraw stream allocator.
The allocator has a lot of custom behaviour that is very visible in how it interacts with Update().
Naturally this has the benefit of writing directly into the mapped surfaces.
- - - - - 1837e870 by Santino Mazza at 2025-05-20T22:22:56+02:00 amstream: Return error when calling SetFormat with allocated samples.
- - - - -
3 changed files:
- dlls/amstream/amstream_private.h - dlls/amstream/ddrawstream.c - dlls/amstream/tests/amstream.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4d4b40620bd42d142ec17b30a544d4...