]> git.sesse.net Git - x264/commit
Add slice-min-mbs feature
authorFiona Glaser <fiona@x264.com>
Fri, 15 Feb 2013 01:22:02 +0000 (17:22 -0800)
committerFiona Glaser <fiona@x264.com>
Tue, 23 Apr 2013 18:47:29 +0000 (11:47 -0700)
commitfdfffa3058cb590765dbb34afa5706755dcb5319
tree1018452893453222efb9336df6181ac20abd4c70
parent8a3a41de9e5f54cb6e7b5c69486e50471a5c022d
Add slice-min-mbs feature

Works in conjunction with slice-max-mbs and/or slice-max-size to avoid overly
small slices.
Useful with certain decoders that barf on extremely small slices.

If slice-min-mbs would be violated as a result of slice-max-size, x264 will
exceed slice-max-size and print a warning.
common/common.c
encoder/encoder.c
x264.c
x264.h