summaryrefslogtreecommitdiff
path: root/src/dcp_time.h
AgeCommit message (Collapse)Author
2023-04-11Fix typos in comments.Carl Hetherington
2021-03-15Fix various bugs in subtitle/ccap verification.Carl Hetherington
Check that subtitles don't overlap reel boundaries, and fix a few tests that trip this check. Fix confusion when calculating subtitle timings during verification where the picture asset frame rate was being used rather than the subtitle asset's edit rate. Do the subtitle timing verification for Interop as well as SMPTE subtitles. Take <StartTime> tags into account when checking subtitles, even though Bv2.1 says they should be set to 0. Rename Time::as_editable_units to Time::as_editable_units_ceil and add a _floor variant, then use that to round down when checking reel boundary overlaps.
2021-03-15Add operator-= to Time.Carl Hetherington
2021-01-24Tidying.Carl Hetherington
2019-12-22Add operator+=Carl Hetherington
2016-07-30Comments.Carl Hetherington
2016-06-14Tighten up time parsing, and also allow the previouslyCarl Hetherington
unsupported Interop HH:MM:SS.sss format for times.
2016-06-13Add OpenSSL licence exception.Carl Hetherington
2016-06-01More licence fixups.Carl Hetherington
2016-01-13Allow fractional frames per second when computing Time from frames.Carl Hetherington
2015-10-15Force specification of timecode rate when creating a Time from seconds.Carl Hetherington
2015-09-12A number of SMPTE subtitle syntax fixes.Carl Hetherington
2015-06-24No-op: whitespace.Carl Hetherington
2015-06-08Doxygen tweaks.Carl Hetherington
2015-06-05Bits of tidying; comments.Carl Hetherington
2015-06-04to_* to as_* in a few method names.Carl Hetherington
2015-05-06Pad times with zeros; add Time::rebase().Carl Hetherington
2015-01-11Add Time::to_seconds.Carl Hetherington
2015-01-10Fix handling of timing in SMPTE subtitles.Carl Hetherington
2014-12-23Some missed bits from 0.x.Carl Hetherington
2014-07-10Add a couple of accessors.Carl Hetherington
2014-01-27Some tidying up.Carl Hetherington
2014-01-17namespace libdcp -> dcp.Carl Hetherington
2013-10-24Add Time constructor from ticks; fix Time::to_ticks().Carl Hetherington
2013-10-16Missing includes.Carl Hetherington
2013-10-04Missing include.Carl Hetherington
2013-01-14Merge masterCarl Hetherington
2013-01-09Comment tweaks.Carl Hetherington
2013-01-01Some work on encryption / signing.Carl Hetherington
2012-10-19Initial work on subtitle writing.Carl Hetherington
2012-08-22Some maths operations with Time.Carl Hetherington
2012-08-16Some comments.Carl Hetherington
2012-08-134th parameter of time is ticks (1 tick = 4ms) not millisecondsCarl Hetherington
2012-08-13Time from frame.Carl Hetherington
2012-08-13Subtitles at method.Carl Hetherington
2012-08-13Missing files.Carl Hetherington