Alexandre Julliard pushed to branch master at wine / wine
Commits: 37267588 by Conor McCarthy at 2025-08-05T22:11:10+09:00 mfplat/tests: Add NV12 650 x 850 to image_size_tests.
- - - - - 20b97208 by Conor McCarthy at 2025-08-05T22:11:10+09:00 mf/tests: Add a video processor NV12 test with a width alignment of 2.
GStreamer has a minimum NV12 alignment of 4.
- - - - - c767b6a6 by Conor McCarthy at 2025-08-05T22:11:12+09:00 winegstreamer: Do not pass a sample size to wg_transform_read_mf().
The size is not used. We could perhaps check it against the maximum size of the MF sample, but it would be more relevant to check the maximum size against the size GStreamer requires, which is unknown in this function.
- - - - -
15 changed files:
- + dlls/mf/tests/nv12frame-crop-1d.bmp - + dlls/mf/tests/nv12frame-crop-2d.bmp - + dlls/mf/tests/nv12frame-crop.bmp - dlls/mf/tests/resource.rc - dlls/mf/tests/transform.c - dlls/mfplat/tests/mfplat.c - dlls/winegstreamer/aac_decoder.c - dlls/winegstreamer/color_convert.c - dlls/winegstreamer/gst_private.h - dlls/winegstreamer/resampler.c - dlls/winegstreamer/video_decoder.c - dlls/winegstreamer/video_encoder.c - dlls/winegstreamer/video_processor.c - dlls/winegstreamer/wg_sample.c - dlls/winegstreamer/wma_decoder.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/90af2f3f8347588bf8c61de8de8f8f...