summaryrefslogtreecommitdiff
path: root/src/lib/dcpomatic_time.h
AgeCommit message (Expand)Author
2016-02-24Add comment.Carl Hetherington
2016-02-18Fix incorrect rounding in frames_round() and frames_ceil() when passed intege...Carl Hetherington
2015-10-13Some attempts to block referencing of DCPs when it is not possible.Carl Hetherington
2015-10-12Rename split-by-video content slightly; fix referencing to multi-reel DCPs.Carl Hetherington
2015-10-12Basics of reel split.Carl Hetherington
2015-10-12Templatise TimePeriod and add DCPTimePeriod.Carl Hetherington
2015-09-29Make sure we round properly when deciding how many audio frames to discard.Carl Hetherington
2015-09-26const fix.Carl Hetherington
2015-08-26Include tidying src/lib/a-j*.hCarl Hetherington
2015-08-25Purge rint() and use llrint and friends.Carl Hetherington
2015-07-29Replace Time::frames with Time::frames_round and Time::frames_floor.Carl Hetherington
2015-07-20Fix missing second-lines of subtitles (#641).Carl Hetherington
2015-07-15Try doing frames calculation with int where possible.Carl Hetherington
2015-07-14Try rounding down when calculating frames from Times.Carl Hetherington
2015-07-14Express trims using ContentTime so that they do not changeCarl Hetherington
2015-07-09Missing rounding.Carl Hetherington
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2015-06-02Handle multiple audio streams in a single piece of contentCarl Hetherington
2015-05-26Improve implementation of ContentTime/DCPTime.Carl Hetherington
2015-05-12Assorted image subtitle fixes.Carl Hetherington
2015-01-20Fix rounding when converting to frames.Carl Hetherington
2014-12-20Hand-apply d849d411cff28ef5453085791d0b4d7cd73bd070 from master; replace all ...Carl Hetherington
2014-12-05Some include tidying.Carl Hetherington
2014-11-20Add comment.Carl Hetherington
2014-08-23Fix some errant stringstreams.Carl Hetherington
2014-07-22Warning fixes.Carl Hetherington
2014-07-04Add 'starting' option to subtitles_during().Carl Hetherington
2014-07-01Add a Type to Time.Carl Hetherington
2014-06-20Add timecode methods to TimeCarl Hetherington
2014-06-12Fix subrip subtitles a little.Carl Hetherington
2014-05-22Basics of noting subtitle times in FFmpegSubtitleStreams.Carl Hetherington
2014-05-22Add ContentTimePeriod class.Carl Hetherington
2014-05-01Various fixes so that audio_delay_test works again.Carl Hetherington
2014-04-09assert()s.Carl Hetherington
2014-04-02Allow round-up to non-integer sample rates.Carl Hetherington
2014-03-25It builds.Carl Hetherington
2014-03-07operator bool on Time is a really bad idea; removed it and fixed lots of bugs.Carl Hetherington
2014-03-04New DCPTime/ContentTime types.Carl Hetherington