Change libdcp::Time to allow sub-second units to be anything, so that
[libdcp.git] / src / dcp_time.cc
2015-01-08 Carl HetheringtonChange libdcp::Time to allow sub-second units to be...
2014-11-02 Carl HetheringtonTidy operator<= for libdcp::Time somewhat. Change...
2014-11-02 Carl HetheringtonFix tests. Fix rounding of time creation from seconds...
2014-10-16 Carl HetheringtonMerge branch 'master' into 12bit
2014-10-06 Carl HetheringtonFix heinous bug with conversion to libdcp::Time causing...
2014-05-11 Carl HetheringtonUse raw_convert instead of boost::lexical_cast as it...
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.