]> git.sesse.net Git - x264/commit
AVC-Intra support
authorKieran Kunhya <kierank@ob-encoder.com>
Sat, 20 Jul 2013 17:47:59 +0000 (18:47 +0100)
committerFiona Glaser <fiona@x264.com>
Fri, 23 Aug 2013 21:04:13 +0000 (14:04 -0700)
commit9b94896b3735052cabb52d081de3b50020a077cb
treed5e869c7c12bde341bcbc7a5c0202f8ecf681692
parentfa1e2b746d95575b5c5b8e49fcfcad3ded9a5420
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 Fiona Glaser and some reverse
engineering was done by Joseph Artsimovich.
common/common.c
common/common.h
common/set.h
encoder/analyse.c
encoder/encoder.c
encoder/ratecontrol.c
encoder/set.c
encoder/set.h
x264.c
x264.h