summaryrefslogtreecommitdiff
path: root/test/time_calculation_test.cc
AgeCommit message (Collapse)Author
2015-08-27Fix Player::dcp_to_content_video with similar but not equal content/DCP ↵Carl Hetherington
frame rates.
2015-08-26Revert "Fix test to take into account changes to rounding."Carl Hetherington
This reverts commit 32823e7cc89965bf706fecab13be444e5a2aaa09.
2015-08-25Fix test to take into account changes to rounding.Carl Hetherington
2015-07-24Fix mistaken clamp to length_after_trim after adding trim_start.Carl Hetherington
2015-07-15Fix confusion about what dcp_to_content_audio should be doing.Carl Hetherington
2015-07-14Fix test for time rounding change.Carl Hetherington
2015-07-14Express trims using ContentTime so that they do not changeCarl Hetherington
when DCP frame rate is changed (#637).
2015-07-14Tests of Player::dcp_to_content_video, content_video_to_dcp andCarl Hetherington
dcp_to_content_audio with some subtle and hopefully reasonable fixes.
2015-07-03Fix test metadata.Carl Hetherington
2015-06-25Make player decide whether subtitles should be burnt based onCarl Hetherington
content settings rather than using the film's settings. Remove film property of burn-subtitles.
2015-06-03Fix metadata again.Carl Hetherington
2015-06-03Fix test.Carl Hetherington
2015-06-03Fix test.Carl Hetherington
2015-05-27Use BOOST_REQUIRE to stop a hail of errors.Carl Hetherington