[PATCH xf86-video-vmware] vmwgfx: Fix YV12 video corruption issue

2021-03-28 Thread Doug Brown
This fixes an issue I discovered with YV12 video that isn't a multiple of 8 pixels in width (after the round up to an even width value). Due to extra padding because the pitch doesn't match the width, the wrong data gets copied into the buffer. Example GStreamer command demonstrating the issue: gs

Re: [PATCH xf86-video-vmware] vmwgfx: Fix YV12 video corruption issue

2022-02-25 Thread Matt Turner
On Sun, Mar 28, 2021 at 10:57 AM Doug Brown wrote: > > This fixes an issue I discovered with YV12 video that isn't a multiple > of 8 pixels in width (after the round up to an even width value). Due to > extra padding because the pitch doesn't match the width, the wrong data > gets copied into the