[x264-devel] 4:2:2 encoding support
Henrik Gramner
git at videolan.org
Wed Sep 21 21:34:41 CEST 2011
x264 | branch: master | Henrik Gramner <hengar-6 at student.ltu.se> | Fri Aug 26 15:57:04 2011 +0200| [bb9216dc319a39eb6f2a5508a98e36d6492ffa7e] | committer: Jason Garrett-Glaser
4:2:2 encoding support
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=bb9216dc319a39eb6f2a5508a98e36d6492ffa7e
---
AUTHORS | 5 +
common/bitstream.h | 7 +-
common/common.c | 68 ++++++---
common/common.h | 19 ++-
common/dct.c | 91 +++++++++++-
common/dct.h | 4 +
common/deblock.c | 142 +++++++++++-------
common/frame.c | 88 ++++++-----
common/frame.h | 8 +
common/macroblock.c | 169 +++++++++++++---------
common/macroblock.h | 9 -
common/mc.c | 23 ++-
common/mc.h | 23 ++--
common/pixel.c | 88 +++++++-----
common/pixel.h | 61 +++++---
common/predict.c | 175 ++++++++++++++++++++++-
common/predict.h | 7 +-
common/quant.c | 198 +++++++++++++++++--------
common/quant.h | 10 +-
common/set.h | 9 +-
common/vlc.c | 115 ++++++++++++++-
common/x86/mc-a2.asm | 21 +--
common/x86/mc-c.c | 50 +++---
common/x86/quant-a.asm | 14 +-
common/x86/quant.h | 8 +-
encoder/analyse.c | 227 ++++++++++++++++-------------
encoder/cabac.c | 200 ++++++++++++++++---------
encoder/cavlc.c | 67 ++++++---
encoder/encoder.c | 103 ++++++++++---
encoder/macroblock.c | 386 +++++++++++++++++++++++++++++++++---------------
encoder/macroblock.h | 9 +-
encoder/me.c | 52 ++++---
encoder/ratecontrol.c | 26 ++--
encoder/rdo.c | 103 ++++++++-----
encoder/set.c | 27 ++--
encoder/slicetype.c | 35 +++--
filters/video/depth.c | 8 +-
filters/video/resize.c | 7 +-
input/avs.c | 23 ++-
input/input.c | 4 +-
input/input.h | 3 +-
tools/checkasm.c | 290 +++++++++++++++++++++++++-----------
x264.c | 7 +-
x264.h | 21 ++-
44 files changed, 2044 insertions(+), 966 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/x264.git/?a=commitdiff;h=bb9216dc319a39eb6f2a5508a98e36d6492ffa7e
More information about the x264-devel
mailing list