]> git.sesse.net Git - x264/commit
Add "--stitchable" option for segmented encoding
authorFiona Glaser <fiona@x264.com>
Sat, 1 Jun 2013 00:01:29 +0000 (17:01 -0700)
committerFiona Glaser <fiona@x264.com>
Wed, 3 Jul 2013 00:13:08 +0000 (17:13 -0700)
commitfa215fc9d77d131595e8b1eda0fc4e9da62c1f94
treea695b247597375713608affce392902e240b9523
parent9143d5ad966a3864597009ba1f1befe87328ec61
Add "--stitchable" option for segmented encoding

Stops x264 from attempting to optimize global stream headers, ensuring that
different segments of a video will have identical headers when used with
identical encoding settings.
common/common.c
encoder/encoder.c
encoder/ratecontrol.c
encoder/set.c
x264.c
x264.h