[libav-devel] [PATCH] x86: h264_qpel: sign-extend stride argument in put_pixels16_sse2()

2012-11-05 Thread Diego Biurrun
--- This fixes the crash in fate-vp5 with the QPEL code converted to YASM. I'm sending this separately to not spam everybody with 100+kB patches. The patch is meant to be squashed into the QPEL yasmification. Possibly switching over more code to use ptrdiff_t for stride parameters is a better

Re: [libav-devel] [PATCH] x86: h264_qpel: sign-extend stride argument in put_pixels16_sse2()

2012-11-05 Thread Ronald S. Bultje
Hi, On Mon, Nov 5, 2012 at 1:22 PM, Diego Biurrun di...@biurrun.de wrote: --- This fixes the crash in fate-vp5 with the QPEL code converted to YASM. I'm sending this separately to not spam everybody with 100+kB patches. The patch is meant to be squashed into the QPEL yasmification. ; void

Re: [libav-devel] [PATCH] x86: h264_qpel: sign-extend stride argument in put_pixels16_sse2()

2012-11-05 Thread Diego Biurrun
On Mon, Nov 05, 2012 at 01:41:42PM -0800, Ronald S. Bultje wrote: On Mon, Nov 5, 2012 at 1:22 PM, Diego Biurrun di...@biurrun.de wrote: --- This fixes the crash in fate-vp5 with the QPEL code converted to YASM. I'm sending this separately to not spam everybody with 100+kB patches. The