-
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.