[Git][wine/wine][master] 6 commits: mfplat/tests: Add more tests for MFCreateMediaBufferFromMediaType.
Alexandre Julliard pushed to branch master at wine / wine Commits: d7ec9d3f by Rémi Bernon at 2024-08-13T11:32:38+02:00 mfplat/tests: Add more tests for MFCreateMediaBufferFromMediaType. - - - - - b68f1851 by Rémi Bernon at 2024-08-13T11:32:40+02:00 mfplat: Implement MFCreateMediaBufferFromMediaType for video formats. - - - - - c4364667 by Rémi Bernon at 2024-08-13T11:32:40+02:00 mf/tests: Cleanup the video processor test list. - - - - - e99390b4 by Brendan McGrath at 2024-08-13T11:32:40+02:00 mf/tests: Test video processor with 2D buffers. - - - - - 47c0ab1a by Brendan McGrath at 2024-08-13T11:32:40+02:00 mf/tests: Test 1D/2D output on 2D buffers. - - - - - ae0dc684 by Brendan McGrath at 2024-08-13T11:32:41+02:00 mf/tests: Test 2D buffers can override stride. These tests ensure that a 2D buffer can override the stride settings of the input/output media attributes of a transform. This tests the 2D 'width' of the buffer, and if the image is stored 'bottom-up' (determined by a positive or negative stride). - - - - - 17 changed files: - dlls/mf/tests/mf_test.h - + dlls/mf/tests/nv12frame-2d.bmp - + dlls/mf/tests/nv12frame-extra-width-2d.bmp - + dlls/mf/tests/nv12frame-extra-width.bmp - + dlls/mf/tests/nv12frame-flip-2d.bmp - dlls/mf/tests/nv12frame-flip.bmp - dlls/mf/tests/resource.rc - + dlls/mf/tests/rgb32frame-crop-flip-2d.bmp - dlls/mf/tests/rgb32frame-crop-flip.bmp - + dlls/mf/tests/rgb32frame-extra-width.bmp - + dlls/mf/tests/rgb32frame-flip-2d.bmp - dlls/mf/tests/rgb32frame.bmp - dlls/mf/tests/rgb555frame-flip.bmp - dlls/mf/tests/rgb555frame.bmp - dlls/mf/tests/transform.c - dlls/mfplat/buffer.c - dlls/mfplat/tests/mfplat.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d98f067294918aa5cfeadb576652dd... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d98f067294918aa5cfeadb576652dd... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)