| Age | Commit message (Collapse) | Author |
|
|
|
Reimplement Time::ceil and add a corresponding Time::floor with tests.
ceil returns slightly different results to previously with non-integer
frame rates.
Then use floor to round the playhead position when trimming.
|
|
fix a couple of problems with it (#1010).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
a _parent to VideoContent (mainly, but not only, for signalling)
and moving the video shared_ptr into Content, which makes much
more sense to replace dynamic_cast tests for whether something
has video or whatever. Nearly builds.
|
|
|
|
|
|
|
|
trim (#737).
|
|
|
|
frame with "trim after current position" (#737).
|
|
of the DCP (fixes #714).
|
|
|
|
|
|
|
|
|
|
I believe both are necessary; doing floor instead of round caused #648.
|
|
|
|
when DCP frame rate is changed (#637).
|
|
|
|
|
|
|
|
deflickering.
|
|
|
|
length in the timing panel when the DCP frame rate is changed.
|
|
timing panel to try to stop people changing the video frame rate in
the wrong circumstances.
|
|
labelling.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|