Remove all use of stringstream in an attempt to fix
[dcpomatic.git] / test / time_calculation_test.cc
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.