[x264-devel] crash in latest version

Jason Garrett-Glaser darkshikari at gmail.com
Tue Oct 21 12:04:03 CEST 2008


2008/10/21 David Sullivan <dad.sullivan at gmail.com>:
> Hi there,
>
> I compiled x264 r999 (git version) on VS2005 and VS 2008 and I got the same
> problem that Aviad listed above.

I'm going to guess that hadamard_ac requires proper stack alignment,
which your compiler doesn't provide.  Either use gcc, or someone add
the sets of hadamard_ac functions that require stack alignment to the
MOD4_STACK exclusion list, much like the SSE2 deblocking functions,
sacrificing speed for support on outdated compilers like MSVC.

Dark Shikari


More information about the x264-devel mailing list