[x264-devel] v210 input support

James Weaver git at videolan.org
Tue Jan 21 22:51:26 CET 2014


x264 | branch: master | James Weaver <james.barrett at bbc.co.uk> | Tue Jan  7 10:31:58 2014 +0000| [2f12d076b880d4dc24c5eed8f311c509ed6300f9] | committer: Jason Garrett-Glaser

v210 input support

Assembly based on code by Henrik Gramner and Loren Merritt.

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

 common/common.c        |    2 +-
 common/frame.c         |   18 ++++++++++++-
 common/mc.c            |   29 ++++++++++++++++++++
 common/mc.h            |    3 +++
 common/x86/mc-a2.asm   |   70 ++++++++++++++++++++++++++++++++++++++++++++++++
 common/x86/mc-c.c      |   14 ++++++++++
 encoder/encoder.c      |    2 +-
 filters/video/resize.c |   16 +++++++----
 input/input.c          |    3 ++-
 input/raw.c            |    7 +++--
 tools/checkasm.c       |   27 +++++++++++++++++++
 x264.c                 |   11 +++++---
 x264.h                 |   15 ++++++-----
 13 files changed, 195 insertions(+), 22 deletions(-)

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


More information about the x264-devel mailing list