[x264-devel] commit: Constrained intra prediction support (Jason Garrett-Glaser )

git version control git at videolan.org
Wed Oct 7 03:27:44 CEST 2009


x264 | branch: master | Jason Garrett-Glaser <darkshikari at gmail.com> | Sun Oct  4 19:15:28 2009 -0700| [d971ace393dc49b09b930aa22e8b0c70f8a6f386] | committer: Jason Garrett-Glaser 

Constrained intra prediction support
Enable with --constrained-intra.  Significantly reduces compression, but required for the base layer of SVC encodes and maybe some other use-cases.

Commit sponsored by a media streaming company that wishes to remain anonymous.

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

 common/common.c     |    5 +++++
 common/common.h     |    1 +
 common/macroblock.c |   35 +++++++++++++++++++++++------------
 encoder/analyse.c   |    8 ++++----
 encoder/set.c       |    2 +-
 x264.c              |    2 ++
 x264.h              |    3 ++-
 7 files changed, 38 insertions(+), 18 deletions(-)

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


More information about the x264-devel mailing list