Add a (failing) test for reels created between two other
[dcpomatic.git] / test / reels_test.cc
2020-03-11 Carl HetheringtonAdd a (failing) test for reels created between two...
2020-03-11 Carl HetheringtonAdd failing test for one short-reel possibility.
2019-10-31 Carl HetheringtonMake separate reels for parts of the timeline with...
2019-10-31 Carl HetheringtonFix incorrect reels when the first content is not at...
2019-10-15 Carl HetheringtonFix assertion failure on making a VF, in certain circum...
2019-05-10 Carl HetheringtonPut Time types in dcpomatic namespace.
2019-01-21 Carl HetheringtonStop jobs silently failing in tests.
2018-11-21 Carl HetheringtonTake Film pointer out of Content.
2018-07-23 Carl HetheringtonMore automated renaming.
2018-07-19 Carl HetheringtonReword again: Text -> Caption and Plain -> Text.
2018-07-19 Carl HetheringtonPlainText -> PlainTextFile.
2018-07-19 Carl HetheringtonMore renaming.
2018-07-19 Carl HetheringtonMore renaming; text -> plain.
2018-07-19 Carl HetheringtonRename Subtitle -> Text
2018-07-16 Carl HetheringtonFix unit tests since sequencing after trim was added.
2018-07-16 Carl HetheringtonFix previous.
2018-07-16 Carl HetheringtonTest output name tweaks.
2018-05-23 Carl HetheringtonAdapt reels_test for 4a8151a.
2018-02-02 Carl HetheringtonA number of unit test fixes.
2017-12-29 Carl HetheringtonComment typo.
2017-12-29 Carl HetheringtonUse 24fps for a test.
2017-12-27 Carl HetheringtonAdd another failing reels test.
2017-07-14 Carl HetheringtonFix test for new rounding of video content positions...
2017-07-12 Carl HetheringtonDon't emit black to fill up to a frame that we're not...
2017-07-12 Carl HetheringtonAdd some tests; fix failure to make DCP when there...
2017-07-11 Carl HetheringtonAdd failing test for reels with audio hanging over...
2017-06-11 Carl HetheringtonFix incorrect audio MXFs when writing multiple reels.
2017-05-18 Carl HetheringtonEnsure there are no errors from jobs.
2017-04-19 Carl HetheringtonVarious Doxygen fixes.
2017-01-05 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2017-01-04 Carl HetheringtonRename Time::round_up to Time::ceil.
2016-09-21 Carl HetheringtonDisallow referencing DCPs of different frame rates...
2016-08-12 Carl HetheringtonRemove all use of stringstream in an attempt to fix
2016-07-16 Carl HetheringtonRemove unused method.
2016-06-21 Carl HetheringtonRevert "Use make_shared<>."
2016-06-21 Carl HetheringtonUse make_shared<>.
2016-05-25 Carl HetheringtonNo-op; fix GPL address and use the explicit-program...
2016-05-18 Carl HetheringtonRename video/audio/subtitle part methods.
2016-05-18 Carl HetheringtonSplit audio; builds.
2016-02-24 Carl HetheringtonRemove debug code.
2016-02-12 Carl HetheringtonRename SubRip -> TextSubtitle.
2015-11-27 Carl HetheringtonFix incorrect multi-reel subtitle timings (#760) and...
2015-10-26 Carl HetheringtonFix test to reflect the fact that reel lengths are...
2015-10-19 Carl HetheringtonFix by-video-content reel split when there is content...
2015-10-13 Carl HetheringtonSome attempts to block referencing of DCPs when it...