summaryrefslogtreecommitdiff
path: root/test/content_test.cc
AgeCommit message (Collapse)Author
2020-05-20Round the length of video-containing content to the nearest frame.Carl Hetherington
It seems reasonable, and is in the spirit of how positions are rounded to frame boundaries. It also fixes problems with unnecessary frames of black being created at the end of trimmed files, where there can be rounding-error-based confusion about where the content stops and the black begins.
2020-03-11Move private_data into TestPathsCarl Hetherington
2019-05-10Put Time types in dcpomatic namespace.Carl Hetherington
2018-11-21Take Film pointer out of Content.Carl Hetherington
2018-08-17Position is not affected when Content video frame rate is set.Carl Hetherington
2018-08-15Build fixes.Carl Hetherington
2018-08-15Temporary debugging.Carl Hetherington
2018-07-09Maintain frame-snap for position and trim when set_video_frame_rate is ↵Carl Hetherington
called (#1335).
2017-12-11Add failing test for trimming from the start of non-integer-framerate sources.Carl Hetherington
2017-05-30Check content_test1 output.Carl Hetherington
2017-05-29Add content_test.cc for tests of particular pieces of content.Carl Hetherington