Files
oak-editor/app
itsmattkc 1c5d55012b video renderer will always render frames closest to the playhead first
A few commits ago, the render behavior was changed to only render within a
user-specified range of the playhead. This works well, but it would still
render from the start of the range (usually before the playhead) to the end,
meaning it couldn't keep up with the playhead as well as it should. This
commit prioritizes frames close to the playhead and renders outwards to
address this.
2020-01-12 01:14:56 +11:00
..
2020-01-11 03:20:46 +11:00
2019-12-26 17:35:25 +11:00
2020-01-03 17:58:07 +11:00
2020-01-07 19:04:24 +11:00
2019-12-28 02:09:23 +11:00