]> git.sesse.net Git - ffmpeg/commit
Update x264 asm code to latest to add support for 64-bit Windows.
authorJohn Adcock <dscaler.johnad@googlemail.com>
Tue, 4 Aug 2009 07:42:55 +0000 (07:42 +0000)
committerJason Garrett-Glaser <darkshikari@gmail.com>
Tue, 4 Aug 2009 07:42:55 +0000 (07:42 +0000)
commit3f87f39cb898932a5dd2847e48d31017ab220b59
tree3f7adcd9ec990302c257575af8086338c497041b
parentd8c2f8f71f054d77f51564c216177338137c05dc
Update x264 asm code to latest to add support for 64-bit Windows.
Use the new x86inc features to support 64-bit Windows on all non-x264 nasm
assembly code as well.
Patch by John Adcock, dscaler.johnad AT googlemail DOT com.
Win64 changes originally by Anton Mitrofanov.
x86util changes mostly by Holger Lubitz.

Originally committed as revision 19580 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/x86/fft_mmx.asm
libavcodec/x86/h264_deblock_sse2.asm
libavcodec/x86/h264_idct_sse2.asm
libavcodec/x86/x86inc.asm
libavcodec/x86/x86util.asm