[x264-devel] commit: Windows 64-bit support (Anton Mitrofanov )

git version control git at videolan.org
Wed Feb 11 19:47:28 CET 2009


x264 | branch: master | Anton Mitrofanov <BugMaster at narod.ru> | Wed Feb 11 10:38:56 2009 -0800| [f43e22a7873ea3811bbc15e30d67681f23249087] | committer: Jason Garrett-Glaser 

Windows 64-bit support
A "make distclean" is probably required after updating to this revision.

> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=f43e22a7873ea3811bbc15e30d67681f23249087
---

 Makefile                 |   10 ++--
 common/common.c          |    2 +-
 common/pixel.c           |    2 +-
 common/x86/cabac-a.asm   |   37 ++++++-----
 common/x86/cpu-a.asm     |   19 +++---
 common/x86/dct-32.asm    |    8 +-
 common/x86/dct-64.asm    |    8 +-
 common/x86/dct-a.asm     |   66 ++++++++++++++------
 common/x86/deblock-a.asm |   86 +++++++++++++++-----------
 common/x86/mc-a.asm      |  111 +++++++++++++++++----------------
 common/x86/mc-a2.asm     |   30 ++++++---
 common/x86/mc-c.c        |    2 +-
 common/x86/pixel-a.asm   |  124 +++++++++++++++++++++----------------
 common/x86/predict-a.asm |    8 +-
 common/x86/quant-a.asm   |  153 ++++++++++++++++++++++++----------------------
 common/x86/sad-a.asm     |   91 +++++++++++++++++++++------
 common/x86/x86inc.asm    |  147 ++++++++++++++++++++++++++++++++++++--------
 configure                |   40 ++++++++++---
 extras/getopt.c          |    5 ++
 tools/checkasm-a.asm     |   83 +++++++++++++++++++++++--
 tools/checkasm.c         |    6 +-
 21 files changed, 682 insertions(+), 356 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/x264.git/?a=commitdiff;h=f43e22a7873ea3811bbc15e30d67681f23249087


More information about the x264-devel mailing list