summaryrefslogtreecommitdiff
path: root/test/reels_test.cc
AgeCommit message (Collapse)Author
2018-02-02A number of unit test fixes.Carl Hetherington
2017-12-29Comment typo.Carl Hetherington
2017-12-29Use 24fps for a test.Carl Hetherington
2017-12-27Add another failing reels test.Carl Hetherington
2017-07-14Fix test for new rounding of video content positions on timeline.Carl Hetherington
2017-07-12Don't emit black to fill up to a frame that we're not going to emit.Carl Hetherington
2017-07-12Add some tests; fix failure to make DCP when there is a bit of audio right ↵Carl Hetherington
at the end of the film (with no corresponding video).
2017-07-11Add failing test for reels with audio hanging over the end of the last bit ↵Carl Hetherington
of video.
2017-06-11Fix incorrect audio MXFs when writing multiple reels.Carl Hetherington
2017-05-19Ensure there are no errors from jobs.Carl Hetherington
2017-04-19Various Doxygen fixes.Carl Hetherington
2017-01-04Rename Time::round_up to Time::ceil.Carl Hetherington
2016-09-21Disallow referencing DCPs of different frame rates to the project.Carl Hetherington
Fix reel calculations of DCPContent under trim.
2016-08-12Remove all use of stringstream in an attempt to fixCarl Hetherington
the suspected thread-unsafe crash bugs on OS X.
2016-07-16Remove unused method.Carl Hetherington
2016-06-21Revert "Use make_shared<>."Carl Hetherington
Support for this seems to vary wildly across DoM's build targets. Stuff that builds on 16.04 won't build on 14.04, for example. Seems to not be worth the hassle now. This reverts commit 5a5324ed3a381a86dfe0a6e3932c1d58fdcd596f.
2016-06-21Use make_shared<>.Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-05-18Rename video/audio/subtitle part methods.Carl Hetherington
2016-05-18Split audio; builds.Carl Hetherington
2016-02-24Remove debug code.Carl Hetherington
2016-02-12Rename SubRip -> TextSubtitle.Carl Hetherington
2015-11-27Fix incorrect multi-reel subtitle timings (#760) and add test.Carl Hetherington
2015-10-26Fix test to reflect the fact that reel lengths are rounded to frame boundaries.Carl Hetherington
2015-10-19Fix by-video-content reel split when there is content after the last video ↵Carl Hetherington
content.
2015-10-13Some attempts to block referencing of DCPs when it is not possible.Carl Hetherington