[x264-devel] RGB encoding support

xvidfan git at videolan.org
Sun Jul 10 06:17:54 CEST 2011


x264 | branch: master | xvidfan <xvidfan at freenet.de> | Wed Jun 22 18:46:14 2011 -0700| [ffc41542d73811dffbe5814a23edda65db0e6aea] | committer: Jason Garrett-Glaser

RGB encoding support
Much less efficient than YUV444, but easy to support using the YUV444 framework.

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

 common/common.c   |    4 +-
 common/frame.c    |   67 ++++++++++++++++++++++++++++++++++------------------
 common/mc.c       |   17 +++++++++++++
 common/mc.h       |    5 +++-
 encoder/encoder.c |    4 +-
 encoder/set.c     |    6 +++-
 input/avs.c       |   24 +++++++------------
 input/input.h     |    5 +---
 x264.c            |    6 +++-
 x264.h            |    5 +++-
 10 files changed, 91 insertions(+), 52 deletions(-)

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


More information about the x264-devel mailing list