[x264-devel] 4:4:4 encoding support

Jason Garrett-Glaser git at videolan.org
Sun Jul 10 06:17:54 CEST 2011


x264 | branch: master | Jason Garrett-Glaser <jason at x264.com> | Wed Jun 22 03:32:53 2011 -0700| [c07df2f77dacfec444785bf60229f804dc43c10b] | committer: Jason Garrett-Glaser

4:4:4 encoding support

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

 common/cabac.c         |  593 ++++++++++++++++++++++++++-
 common/cabac.h         |    7 +-
 common/common.c        |   10 +-
 common/common.h        |  111 +++---
 common/deblock.c       |   74 +++-
 common/frame.c         |  188 ++++++---
 common/frame.h         |   15 +-
 common/macroblock.c    |  452 ++++++++++++--------
 common/macroblock.h    |   30 ++-
 common/mc.c            |   55 ++--
 common/quant.c         |   14 +-
 common/quant.h         |    4 +-
 common/set.c           |   32 +-
 common/set.h           |   10 +-
 common/x86/cabac-a.asm |    2 +-
 encoder/analyse.c      |  428 ++++++++++++-------
 encoder/cabac.c        |  260 +++++++++----
 encoder/cavlc.c        |  131 ++++---
 encoder/encoder.c      |  159 +++++---
 encoder/macroblock.c   | 1078 ++++++++++++++++++++++++++----------------------
 encoder/macroblock.h   |   14 +-
 encoder/me.c           |  106 ++++--
 encoder/me.h           |    4 +-
 encoder/ratecontrol.c  |   49 ++-
 encoder/rdo.c          |  128 ++++---
 encoder/set.c          |   57 ++-
 encoder/set.h          |    2 +-
 encoder/slicetype.c    |   78 ++++-
 filters/video/depth.c  |    1 +
 filters/video/resize.c |    9 +-
 input/avs.c            |   40 ++-
 input/input.c          |    1 +
 input/input.h          |   10 +-
 tools/checkasm.c       |   30 +-
 x264.c                 |   36 ++-
 x264.h                 |   10 +-
 36 files changed, 2839 insertions(+), 1389 deletions(-)

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


More information about the x264-devel mailing list