summaryrefslogtreecommitdiff
path: root/src/lib/empty.h
AgeCommit message (Collapse)Author
2018-11-21Take Film pointer out of Content.Carl Hetherington
2018-09-04Build Empty objects from the presence or absence of decoders inCarl Hetherington
Pieces, rather than the presence or absence of content. This seems better because of cases like encrypted DCPs without a a KDM: here we may have content but no decoder.
2017-08-14Remove Film dependency from Empty.Carl Hetherington
2017-07-12Use Film::length() rather than Playlist::length() (former is rounded upCarl Hetherington
to the next video frame). Fix thinko in ::done(). Fix initial value of _position when the first empty period does not start at time 0.
2017-06-29Fixes for silence in projects, various cleanups.Carl Hetherington