]> granicus.if.org Git - handbrake/commit
- Move frame rate code from sync to the end of render so it can account for frame...
authorvan <vanj.hb@gmail.com>
Sat, 2 May 2009 21:28:39 +0000 (21:28 +0000)
committervan <vanj.hb@gmail.com>
Sat, 2 May 2009 21:28:39 +0000 (21:28 +0000)
commit2272709a6a704674f1beb441b703f673c543691c
treed12b7b899d02ad8f3ef9315991ccc08dcc383b84
parente5aaf58dc69573414ca03f5721768dc8557d93cf
 - Move frame rate code from sync to the end of render so it can account for frame timing changes made by filters.
 - Fix a bug that would make CFR alternate between massive drops and massive dups on
some titles.
 - If we're not doing CFR add a factor-of-two fudge factor to init_delay to account f
or the awful clock resolution of some mkvs and mp4s.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2368 b64f7644-9d1e-0410-96f1-a4d463321fa5
libhb/common.h
libhb/encx264.c
libhb/render.c
libhb/sync.c
libhb/work.c
test/test.c