summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-09-21Hackshigher-hzCarl Hetherington
2025-09-03Increase timebase of Time so that more frame rates are possible without round...Carl Hetherington
2025-09-03Tidy up un-use of variable.Carl Hetherington
2025-09-03Fix tests on Fedora 41 (and maybe others).Carl Hetherington
2025-09-03Build with C++14.Carl Hetherington
2025-09-03Make Time constructor and get() private.Carl Hetherington
2025-09-03Use helpers for serialising times to/from XML.Carl Hetherington
2025-09-03Add helpers for serialising times to XML with timebase.Carl Hetherington
2025-09-03Move number_attribute() to xml_util.hCarl Hetherington
2025-09-03Use Time::to_string() instead of Time::get() in a log message.Carl Hetherington
2025-09-03Tidy up a check to avoid using get().Carl Hetherington
2025-09-03Tidy check to avoid get().Carl Hetherington
2025-09-03Tidy assert to better express what we mean.Carl Hetherington
2025-09-03Use from_seconds() more.Carl Hetherington
2025-09-03Use some default constructors.Carl Hetherington
2025-09-03Use explicit Hz value for some times.Carl Hetherington
2025-09-03Use frames_round() where possible.Carl Hetherington
2025-09-03Remove pointless explicit.Carl Hetherington
2025-09-03Use a default constructor to avoid a get().Carl Hetherington
2025-09-03Remove an unnecessary get().Carl Hetherington
2025-09-03Remove some pointless conversions.Carl Hetherington
2025-09-03Use a default constructor.Carl Hetherington
2025-09-03Use a default constructor and a from_seconds().Carl Hetherington
2025-09-03Use BOOST_CHECK (not _EQUAL) so we can compare DCPTimes directly.Carl Hetherington
2025-09-03Use ContentTime instead of Frame for check set.Carl Hetherington
2025-09-03Remove unnecessary initialisation.Carl Hetherington
2025-09-03Use default Time constructor instead of comparing get() with 0.Carl Hetherington
2025-09-03Add and use Time::proportion_of().Carl Hetherington
2025-09-03Use Time::seconds() instead of dividing get() by HZ.Carl Hetherington
2025-09-03Use default Time constructor instead of passing 0.Carl Hetherington
2025-09-03Use default ContentTime -> DCPTime conversion instead of .get().Carl Hetherington
2025-09-03Add and use Time::identifier().Carl Hetherington
2025-09-03Add and use Time::negative().Carl Hetherington
2025-09-03Use Time::to_string() instead of Time::get() in an error message.Carl Hetherington
2025-09-03Move to_string() from a free function into a member of Time.Carl Hetherington
2025-09-03Remove unnecessary .get() of Time.Carl Hetherington
2025-08-27Restore un-ticked DCP audio language correctly (#3077).Carl Hetherington
2025-08-27Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2025-08-27pot/merge.Carl Hetherington
2025-08-27Add missing file to i18n gathering.Carl Hetherington
2025-08-26Supporters update.v2.18.23Carl Hetherington
2025-08-25Bump libdcp for fixes to combination (#3079).Carl Hetherington
2025-08-25Add cover sheet magic strings for marker positions (#3076).Carl Hetherington
2025-08-25Fix wording.Carl Hetherington
2025-08-25Remove unnecessary table label.Carl Hetherington
2025-08-25Fix copy/paste error.Carl Hetherington
2025-08-25Compress an if.Carl Hetherington
2025-08-25Use 0-padded numbers for all fields of a timecode.Carl Hetherington
2025-08-25Fix manual build on Fedora.Carl Hetherington
2025-08-25White space: util_test.cc.Carl Hetherington