summaryrefslogtreecommitdiff
path: root/src/lib/video_mxf_content.cc
AgeCommit message (Collapse)Author
2022-11-26Noisy change to get film into AudioContent::modify_trim_start().Carl Hetherington
2022-04-08Guess video range better when importing 2.14.x projects (#2227).Carl Hetherington
2021-05-03C++11 tidying.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-04-14DCPReadError -> ReadError in libdcp.Carl Hetherington
2019-05-10Put Time types in dcpomatic namespace.Carl Hetherington
2018-12-12Fix content properties (#1428).Carl Hetherington
2018-11-23Remove required Film from content examine.Carl Hetherington
2018-11-21Add and use new FrameRateChange constructors.Carl Hetherington
2018-11-21Take Film pointer out of Content.Carl Hetherington
2018-09-07Fix console noise when importing non-DCP MXFs (#1362).Carl Hetherington
2017-05-13Fix setup of initial colour conversion for Video MXF content.Carl Hetherington
2016-08-24Basic template support (#485).Carl Hetherington
2016-06-21Revert "Use make_shared<>."Carl Hetherington
Support for this seems to vary wildly across DoM's build targets. Stuff that builds on 16.04 won't build on 14.04, for example. Seems to not be worth the hassle now. This reverts commit 5a5324ed3a381a86dfe0a6e3932c1d58fdcd596f.
2016-06-21Use make_shared<>.Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-05-25Add VideoMXFContent (part of #803).Carl Hetherington