Alexandre Julliard pushed to branch master at wine / wine
Commits: 6921c76e by Francisco Casas at 2024-09-09T22:01:33+02:00 quartz: Emit FIXME when the rendering surface is smaller than the source in VMR7.
This change was previously introduced for vmr9.c but not for vmr7.c.
- - - - - 77fb946a by Francisco Casas at 2024-09-09T22:01:35+02:00 quartz: Properly copy data to render surfaces of planar formats in VMR7.
These changes were previously introduced for vmr9.c but were missing for vmr7.c.
- - - - - 1f08389b by Francisco Casas at 2024-09-09T22:01:37+02:00 quartz: Align src_pitch for planar formats.
Not doing this results in misaligned video scan lines on videos whose width is not multiple of 4.
- - - - -
2 changed files:
- dlls/quartz/vmr7.c - dlls/quartz/vmr9.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/209538f24e7c43ca0ce9f508722a4b...