]> git.sesse.net Git - x264/commit
Improve scenecut detection a bit
authorFiona Glaser <fiona@x264.com>
Thu, 8 Jul 2010 19:45:25 +0000 (12:45 -0700)
committerFiona Glaser <fiona@x264.com>
Thu, 15 Jul 2010 01:50:31 +0000 (18:50 -0700)
commitb4217e40d4ab41499f83cbcfa9542a9b0500835d
tree957796f4c56e96693eaff8c80e4335d0da797895
parentde8a6e9d6b2bb2a0961abcaad4edc43d74702df9
Improve scenecut detection a bit
Put a minimum value on the scenecut threshold; makes x264 more likely to catch successive scenecuts (but might increase the odds of false detection).
This also fixes scenecut detection with keyint=infinite.
Also print keyint=infinite in the x264 SEI and statsfile correctly.
common/common.c
encoder/encoder.c
encoder/ratecontrol.c
encoder/slicetype.c