Files
oak-editor/app
itsmattkc 7f796bd99f revised video renderer's invalidate cache to use ranges rather than discrete
frames

Previously, when the video renderer received a dirty cache signal, it would
proceed to extract all frames from the range and queue them. However, this could
be extremely slow for long ranges since it had to iterate through the entire
range and calculate the individual frames it contained. Now, we use the same
range combining system as audio and automatically calculate the next frame
within the range only when necessary. Essentially the same work, but split up
over time and done only when needed leading to no discernible UI pause when
invalidating cache.
2020-01-03 15:50:43 +11:00
..
2020-01-03 02:44:33 +11:00
2019-12-30 20:17:48 +11:00
2020-01-02 05:04:46 +11:00
2019-12-26 17:35:25 +11:00
2019-12-28 02:09:23 +11:00