Missing library from test link list.
[dcpomatic.git] / test / time_calculation_test.cc
2020-04-23 Carl HetheringtonNicer fix for 86102d30bf0aad89115bbeb3d8aaa2a27a0aa432
2020-04-15 Carl HetheringtonFix length of player output so it can be either the...
2019-05-10 Carl HetheringtonPut Time types in dcpomatic namespace.
2018-11-21 Carl HetheringtonTake Film pointer out of Content.
2018-05-23 Carl HetheringtonAdapt player time calculation tests for 4a8151a.
2017-12-29 Carl HetheringtonFix some tests now that start trims are forcibly aligne...
2017-10-10 Carl HetheringtonFix stream ID for tests.
2017-04-19 Carl HetheringtonVarious Doxygen fixes.
2016-08-12 Carl HetheringtonRemove all use of stringstream in an attempt to fix
2016-07-03 Carl HetheringtonTry to fix Arch build error reported by Markus.
2016-06-21 Carl HetheringtonRevert "Use make_shared<>."
2016-06-21 Carl HetheringtonUse make_shared<>.
2016-06-14 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2016-06-14 Carl HetheringtonTest fix.
2016-05-25 Carl HetheringtonNo-op; fix GPL address and use the explicit-program...
2016-05-18 Carl HetheringtonUse audio length in FFmpegContent if there is no video.
2016-05-18 Carl HetheringtonMove video frame rate ('prepared-for') into Content.
2016-05-18 Carl HetheringtonFix some confusions with FFmpeg audio streams.
2016-05-18 Carl HetheringtonRename video/audio/subtitle part methods.
2016-05-18 Carl HetheringtonSplit audio; builds.
2016-02-24 Carl HetheringtonAn unfortunately large set of timeline-related changes:
2015-08-27 Carl HetheringtonFix Player::dcp_to_content_video with similar but not...
2015-08-26 Carl HetheringtonRevert "Fix test to take into account changes to rounding."
2015-08-25 Carl HetheringtonFix test to take into account changes to rounding.
2015-07-24 Carl HetheringtonFix mistaken clamp to length_after_trim after adding...
2015-07-14 Carl HetheringtonFix confusion about what dcp_to_content_audio should...
2015-07-14 Carl HetheringtonFix test for time rounding change.
2015-07-14 Carl HetheringtonExpress trims using ContentTime so that they do not...
2015-07-14 Carl HetheringtonTests of Player::dcp_to_content_video, content_video_to...
2015-07-03 Carl HetheringtonFix test metadata.
2015-06-25 Carl HetheringtonMerge branch 'content-burn-subs' into 2.0
2015-06-25 Carl HetheringtonMake player decide whether subtitles should be burnt...
2015-06-03 Carl HetheringtonFix metadata again.
2015-06-03 Carl HetheringtonFix test.
2015-06-03 Carl HetheringtonFix test.
2015-05-27 Carl HetheringtonUse BOOST_REQUIRE to stop a hail of errors.