[x264-devel] AVC-Intra support

Kieran Kunhya git at videolan.org
Fri Aug 23 23:06:33 CEST 2013


x264 | branch: master | Kieran Kunhya <kierank at ob-encoder.com> | Sat Jul 20 18:47:59 2013 +0100| [3155f69090354bcb63479d6f8875c55bb8b3f783] | committer: Jason Garrett-Glaser

AVC-Intra support

This format has been reverse engineered and x264's output has almost exactly
the same bitstream as Panasonic cameras and encoders produce. It therefore does
not comply with SMPTE RP2027 since Panasonic themselves do not comply with
their own specification. It has been tested in Avid, Premiere, Edius and
Quantel.

Parts of this patch were written by Jason Garrett-Glaser and some reverse
engineering was done by Joseph Artsimovich.

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

 common/common.c       |    2 +
 common/common.h       |    1 +
 common/set.h          |   92 +++++++++++++
 encoder/analyse.c     |   92 +++++++------
 encoder/encoder.c     |  364 +++++++++++++++++++++++++++++++++++++++++--------
 encoder/ratecontrol.c |   30 ++--
 encoder/set.c         |   25 +++-
 encoder/set.h         |    1 +
 x264.c                |    4 +-
 x264.h                |    8 +-
 10 files changed, 499 insertions(+), 120 deletions(-)

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


More information about the x264-devel mailing list