| Age | Commit message (Collapse) | Author |
|
manager (part of #1161).
|
|
1. scales the content up to fit the DCP container,
preserving aspect ratio, or
2. stretches the content to a custom aspect ratio, or
3. scales the content to some custom size.
|
|
|
|
|
|
v2.15.x
|
|
|
|
|
|
|
|
in one case where it should say "opening for read/write".
Also add some unit tests for ReelWriter.
|
|
|
|
|
|
|
|
bold/italic on 10.12 (Sierra) and earlier (#1524).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#1446).
|
|
|
|
machine UUID.
|
|
|
|
|
|
to decode images. Hence remove {Image,Graphics}Magick.
|
|
|
|
|
|
|
|
|
|
servers to send replies to both (#1190).
|
|
This clearly can happen with separate L/R sources. A pass in L might
emit two frames which means the arrivals can't possibly be in order.
This commit fixes this by introducing a Shuffler which all alternate-3D
sources send their video to. The Shuffler re-orders things before they
arrive at the player.
It also fixes the code which inserts video frames before one that arrives
after a gap. This didn't cope with 3D right before.
The audio code solves a similar (perhaps the same?) problem with the
AudioMerger; perhaps we should have a similar thing for video and make
the player emit complete 3D frames.
Should help with #976.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
filenames.
|
|
|
|
names in the mapping view.
|
|
KDM creator.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|