| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Forward-ported from 3c7d19089d60b3e36e83e27e55778b3f331e26ee in master.
|
|
|
|
|
|
|
|
Forward-ported from 446255b74f38f299c2e73260293dce291666fb73 in 2.14.x.
|
|
|
|
|
|
|
|
|
|
|
|
only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
|
|
content B has had its start trimmed. In this case when we seek
inaccurately in A we previously also seeked inaccurately in B.
This meant that at the transition the first frame we see of B
may not be the first frame of B.
After this we seek accurately in B so that we definitely get to the
start of it.
This is especially important if the start of B has been trimmed to
within two keyframes so that an inaccurate seek is not sufficient.
|
|
|
|
|
|
|
|
|
|
(if available) to recover the list of reels from, rather than having
to scan the filesystem again.
|
|
|
|
|
|
|
|
|
|
many content changes in an idle handler, rather than blocking
the UI update until the seek and image redisplay have finished.
|
|
|
|
|
|
v2.15.x
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|