| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
When fiddling with MXF channel counts it makes a lot of tests fail
that probably don't need to.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I think this is basically useless now that DoM guesses a good container
when the first video is added. It made more sense before we did that.
|
|
|
|
that rely on font metrics still pass.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Most importantly, checking of content for changes before making
a DCP is now done in the TranscodeJob (rather than being in a
separate job). This makes things a little neater and also makes
the batch converter less confusing when you add a job whose content
has changed.
|
|
|
|
|
|
|
|
Since FFmpeg does not do video level conversion for RGB sources
when we (sort of) ask it to in Image::crop_scale_window() it seems
to make more sense to compensate for that by calling
full_to_video_range() in the same place (rather than in
FFmpegImageProxy).
|
|
|
|
running on Windows.
|
|
|
|
|
|
|
|
|
|
|