| Age | Commit message (Collapse) | Author |
|
I think this stuff is unnecessary as wait() is interruptible
by boost::thread::interrupt. Hence instead of setting a flag
then signalling the condition we can just do interrupt(), the
exception will be thrown and that's that.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
When referring to an existing DCP, assume that the hash in the CPL
is correct rather than recalculating it. This can be a big benefit
when, for example, referring to an existing picture MXF.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Do this in the transcoder rather than the writer so that it updates
even if video is being referenced.
|
|
|
|
|
|
|
|
|
|
subtitles is wrong.
|
|
|
|
|
|
|
|
|
|
|
|
timeline.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|