]> git.sesse.net Git - ffmpeg/commit
x86inc: Support arbitrary stack alignments
authorHenrik Gramner <henrik@gramner.com>
Sun, 9 Feb 2014 22:58:04 +0000 (00:58 +0200)
committerHenrik Gramner <henrik@gramner.com>
Tue, 4 Aug 2015 18:13:09 +0000 (20:13 +0200)
commit826790f59640a84813e8dd81c2bba559516f8e4d
treecab688555f8910eb79107898774a5fc6f8b0afd7
parent99f8fc725de4de7dcb8f125220e17082ea4b81cc
x86inc: Support arbitrary stack alignments

Change ALLOC_STACK to always align the stack before allocating stack space for
consistency. Previously alignment would occur either before or after allocating
stack space depending on whether manual alignment was required or not.
libavcodec/x86/h264_deblock.asm
libavutil/x86/x86inc.asm