| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-04-17 | Use round rather than ceil when putting positions and start trims | Carl Hetherington | |
| onto frame boundaries. ceil() can creep upwards with rounding error, which I have seen happen over a save/load. | |||
| 2018-01-05 | Add simple copy and paste for content settings (#1051). | Carl Hetherington | |
| 2018-01-05 | s/use_template/take_settings_from/g | Carl Hetherington | |
| 2017-12-13 | Fix crash on startup. | Carl Hetherington | |
| 2017-12-11 | Fix various problems caused by non-integer-frame start trims, | Carl Hetherington | |
| and also by the inability of content_video_to_dcp to return negative values. The latter is necessary for tests on "is this content too early" to work. | |||
| 2017-07-12 | Add 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-06-29 | Offer only flat/scope/full-frame as container choices and differentiate | Carl Hetherington | |
| the names from the UI for content ratios. | |||
| 2017-05-12 | Add default scale-to (#664). | Carl Hetherington | |
| 2017-02-12 | Remove some out-of-date includes. | Carl Hetherington | |
| 2016-12-14 | Add tentative support for the S-Gamut3/S-Log3 colourspace. | Carl Hetherington | |
| 2016-10-03 | Fix thinko. | Carl Hetherington | |
| 2016-08-24 | Basic template support (#485). | Carl Hetherington | |
| 2016-08-15 | Fix description formatting again. | Carl Hetherington | |
| 2016-08-15 | Merge. | Carl Hetherington | |
| 2016-08-14 | Fix formatting. | Carl Hetherington | |
| 2016-08-12 | Fix newlines. | Carl Hetherington | |
| 2016-08-12 | Move locale_convert into libdcp. | Carl Hetherington | |
| 2016-08-12 | Replace incorrect uses of raw_convert with a new locale_convert. | Carl Hetherington | |
| 2016-08-12 | Move raw_convert into libdcp. | Carl Hetherington | |
| 2016-08-12 | Remove all use of stringstream in an attempt to fix | Carl Hetherington | |
| the suspected thread-unsafe crash bugs on OS X. | |||
| 2016-07-22 | Rename SafeStringStream -> locked_stringstream. Bump deps for removal of ↵ | Carl Hetherington | |
| stringstream. | |||
| 2016-06-21 | Revert "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-21 | Use make_shared<>. | Carl Hetherington | |
| 2016-06-13 | Add 3D video frame type for, e.g. 3D DCP inputs (part of #806). | Carl Hetherington | |
| 2016-06-13 | Make storage of VideoFrameType robust by using a string in the XML rather ↵ | Carl Hetherington | |
| than a casted enum. | |||
| 2016-06-02 | Fix missing content properties when using translations. | Carl Hetherington | |
| 2016-05-29 | Restore mysteriously-lost frame rate details in video tab. | Carl Hetherington | |
| 2016-05-25 | No-op; fix GPL address and use the explicit-program-name version. | Carl Hetherington | |
| 2016-05-18 | Remove unnecessary Film variable in ContentPart. | Carl Hetherington | |
| 2016-05-18 | Allow content parts to not be preset in XML. | Carl Hetherington | |
| 2016-05-18 | Move video frame rate ('prepared-for') into Content. | Carl Hetherington | |
| 2016-05-18 | Rename video/audio/subtitle part methods. | Carl Hetherington | |
| 2016-05-18 | Remove unused method. | Carl Hetherington | |
| 2016-05-18 | Split audio; builds. | Carl Hetherington | |
| 2016-05-18 | Add maybe_set to ContentPart. | Carl Hetherington | |
| 2016-05-18 | Take some stuff out of VideoContent into ContentPart. | Carl Hetherington | |
| 2016-05-18 | Reasonably straightforward stuff; main things are adding | Carl Hetherington | |
| a _parent to VideoContent (mainly, but not only, for signalling) and moving the video shared_ptr into Content, which makes much more sense to replace dynamic_cast tests for whether something has video or whatever. Nearly builds. | |||
| 2016-05-18 | Basic detachment of VideoContent from Content. | Carl Hetherington | |
| 2016-05-18 | Remove unused constructor. | Carl Hetherington | |
| 2016-03-07 | Various small fixes to appearance of content properties dialog. | Carl Hetherington | |
| 2016-02-18 | Various improvements to the content properties dialogue (including #791). | Carl Hetherington | |
| 2016-02-16 | Move reel_split_points from VideoContent to Content. | Carl Hetherington | |
| 2016-02-01 | Scale-to-fit-{width/height} should zero the 'other' crop values. | Carl Hetherington | |
| 2016-01-13 | Fix incorrect fades when trim is being used. | Carl Hetherington | |
| 2015-11-27 | Fix some stringstreams that had crept in. | Carl Hetherington | |
| 2015-11-13 | Disable YUV->RGB conversion controls with non-YUV sources (#649). | Carl Hetherington | |
| 2015-11-06 | Clean up a bit by using Content::film() more. | Carl Hetherington | |
| 2015-11-06 | Allow single-frame image contents to adjust their video frame rates to that ↵ | Carl Hetherington | |
| of the DCP (fixes #714). | |||
| 2015-10-22 | Somewhat hackily fix rounding of reel lengths. | Carl Hetherington | |
| 2015-10-12 | Rename split-by-video content slightly; fix referencing to multi-reel DCPs. | Carl Hetherington | |
