]> git.sesse.net Git - x264/commit
Fix various issues with VBV+threads
authorAnton Mitrofanov <BugMaster@narod.ru>
Wed, 8 Jun 2011 21:34:14 +0000 (01:34 +0400)
committerFiona Glaser <fiona@x264.com>
Wed, 15 Jun 2011 02:43:21 +0000 (19:43 -0700)
commitd89c1b43816f05e43a836d38764d74d499e82a80
treee2a9605a28562357a51230fd8e5b006d00b0145e
parented3b10eb9cffcc346b5a070ce47f5a2beaf9efb6
Fix various issues with VBV+threads
Eliminate the race condition with interframe row predictors and threads.
Recalculate frame_size_estimated at the end of a frame, for improved update_vbv_plan.
Some cosmetics.
encoder/ratecontrol.c