Re: [Mesa-dev] [mesa-20.3.2] NULL pointer dereference in vl_compositor_yuv_deint_full

2021-01-04 Thread Thong Thai
Hi Alexander, Guess I should add a check to see if it can create a non-interlaced video buffer, and if not, return what it would have returned before, when trying to derive an image from an interlaced buffer: return VA_STATUS_ERROR_OPERATION_FAILED; Thanks, Thong Thai On 2021-01-03 3:38

Re: [Mesa-dev] frontends/va/postproc: Use the actual image height when blitting

2020-11-30 Thread Thong Thai
blit_info->src.box.y I'll look into a bit more... Thanks for the help, Thong Thai On 2020-11-30 1:07 p.m., Ilia Mirkin wrote: Many (most?) codecs decode stuff in 16px increments. So even though the video is 1080 in height, the decoded surface is 1088. However the video decoder should

Re: [Mesa-dev] frontends/va/postproc: Use the actual image height when blitting

2020-11-30 Thread Thong Thai
27;m not sure how to properly fix it though... any ideas would be appreciated. Thanks, Thong Thai On 2020-11-30 10:52 a.m., Liu, Leo wrote: +Thong. -Original Message- From: mesa-dev On Behalf Of Ilia Mirkin Sent: November 25, 2020 5:48 PM To: ML Mesa-dev ; Thai, Thong Subject: Re: [Me