Tidying.
[libdcp.git] / src / dcp_time.cc
2021-01-24 Carl HetheringtonTidying.
2021-01-21 Carl HetheringtonUse enum class for the things in types.h
2020-04-14 Carl Hetheringtons/DCPReadError/ReadError/g
2018-05-07 Carl HetheringtonMerge branch 'master' of ssh://main.carlh.net/home...
2018-05-02 Carl Hetheringtonrebase() would round up and so it was possible for...
2018-02-07 Carl Hetheringtondb8af2f changed rebase() to round down when rebasing...
2016-08-22 Carl HetheringtonFix ridiculous thinko in Time::operator{<,>}
2016-08-11 Carl HetheringtonRemove stringstream from Time.
2016-07-28 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2016-07-22 Carl HetheringtonUse locked_sstream. Replace once parse_stream with...
2016-06-14 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2016-06-13 Carl HetheringtonTighten up time parsing, and also allow the previously
2016-06-13 Carl HetheringtonAdd OpenSSL licence exception.
2016-06-01 Carl HetheringtonStill more licence fixups.
2016-05-25 Carl HetheringtonNo-op; Fix GPL address and mention libdcp by name.
2016-01-13 Carl HetheringtonAllow fractional frames per second when computing Time...
2015-10-15 Carl HetheringtonForce specification of timecode rate when creating...
2015-09-28 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2015-09-28 Carl HetheringtonRound down when rebasing times.
2015-09-12 Carl HetheringtonA number of SMPTE subtitle syntax fixes.
2015-07-20 Carl HetheringtonRound up in Time::as_editable_units.
2015-06-24 Carl HetheringtonNo-op: whitespace.
2015-06-24 Carl HetheringtonNo-op: whitespace.
2015-06-05 Carl HetheringtonBits of tidying; comments.
2015-06-05 Carl HetheringtonInitial work on SMPTE subtitles.
2015-06-04 Carl Hetheringtonto_* to as_* in a few method names.
2015-05-06 Carl HetheringtonMerge branch '1.0' of ssh://main.carlh.net/home/carl...
2015-05-06 Carl HetheringtonPad times with zeros; add Time::rebase().
2015-01-11 Carl HetheringtonFix uninitialised variable.
2015-01-11 Carl HetheringtonAdd Time::to_seconds.
2015-01-10 Carl HetheringtonFix handling of timing in SMPTE subtitles.
2014-12-23 Carl HetheringtonSome missed bits from 0.x.
2014-11-02 Carl HetheringtonForward-port time rounding fix from 0.x.
2014-10-06 Carl HetheringtonForward-port heinous time thinko from 0.x.
2014-07-10 Carl HetheringtonAdd a couple of accessors.
2014-05-14 Carl HetheringtonMerge master.
2014-05-11 Carl HetheringtonUse raw_convert instead of boost::lexical_cast as it...
2014-03-18 Carl HetheringtonMerge master.
2014-03-17 Carl HetheringtonMerge master.
2014-03-17 Carl HetheringtonMerge branch 'master' into 1.0
2014-02-26 Carl HetheringtonMerge master; MXF subtitle stuff not included.
2014-01-27 Carl HetheringtonSome tidying up.
2014-01-23 Carl HetheringtonMerge branch 'master' into 1.0
2014-01-17 Carl Hetheringtonnamespace libdcp -> dcp.
2013-10-24 Carl HetheringtonRemove debug code.
2013-10-24 Carl HetheringtonFix ticks calculations.
2013-10-24 Carl HetheringtonAdd Time constructor from ticks; fix Time::to_ticks().
2013-07-02 Carl HetheringtonMerge master; at least partially.
2013-06-18 Carl HetheringtonMerge master.
2013-03-13 Carl HetheringtonMerge branch 'master' of /home/carl/git/libdcp
2013-02-10 Carl HetheringtonDerive exceptions from boost::exception and use boost...
2013-01-14 Carl HetheringtonMerge master
2013-01-09 Carl HetheringtonComment tweaks.
2012-12-31 Carl HetheringtonInitial hacks.
2012-10-19 Carl HetheringtonInitial work on subtitle writing.
2012-08-21 Carl HetheringtonSome maths operations with Time.
2012-08-21 Carl HetheringtonPick up effect and effect color.
2012-08-15 Carl HetheringtonSome comments.
2012-08-13 Carl HetheringtonFix up some bugs with subs.
2012-08-13 Carl Hetherington4th parameter of time is ticks (1 tick = 4ms) not milli...
2012-08-13 Carl HetheringtonTime from frame.
2012-08-13 Carl HetheringtonSubtitles at method.
2012-08-13 Carl HetheringtonMissing files.