On 12/9/12 1:14 AM, Ronald S. Bultje wrote:
Hi,

On Sat, Dec 8, 2012 at 4:12 PM, Ronald S. Bultje <rsbul...@gmail.com> wrote:
From: "Ronald S. Bultje" <rsbul...@gmail.com>

Use this in VP8/H264-8bit loopfilter functions so they can be used if
there is no aligned stack (e.g. MSVC 32bit or ICC 10.x).
---
  libavcodec/x86/h264_deblock.asm |  27 ++----
  libavcodec/x86/h264dsp_init.c   |   4 +-
  libavcodec/x86/vp8dsp.asm       |  68 ++++++++-------
  libavcodec/x86/vp8dsp_init.c    |   8 --
  libavutil/x86/x86inc.asm        | 185 ++++++++++++++++++++++++++++++++--------
  5 files changed, 191 insertions(+), 101 deletions(-)

One more fix for invalid stack free'ing if a YMM function on win64
used >6 registers, but no stack. Any more reviews, or can this be
applied?

I was waiting for the local x86 experts to chip in, did you test it on win64 and mac I take, I can try it on linux if nobody did already.

lu

_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to