| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
passwords.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If we have an analysis of one piece of content and
the gain changes we don't re-run the analysis, instead
applying a suitable `correction' in the UI.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We were passing subtitles back from decoders to SubtitleDecoder
using dcp::SubtitleStrings and relying on their storage of time
to know when the subtitles were. These times are quantised (by
the use of dcp::SubtitleString) and then compared with unquantised
times (kept as ContentTime) in the main checking loop in
SubtitleDecoder::get().
Fix this by storing periods as ContentTimePeriod as well as
in the dcp::SubtitleStrings.
|
|
|
|
|
|
scale/offset etc.
|
|
|
|
content settings rather than using the film's settings. Remove
film property of burn-subtitles.
|
|
|
|
|
|
|
|
|
|
|
|
Also implement the whole properties thing more neatly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
appropriate (#609).
|
|
|
|
|
|
|