summaryrefslogtreecommitdiff
path: root/src/lib/video_content.cc
AgeCommit message (Expand)Author
2016-10-03Fix thinko.Carl Hetherington
2016-08-24Basic template support (#485).Carl Hetherington
2016-08-15Fix description formatting again.Carl Hetherington
2016-08-15Merge.Carl Hetherington
2016-08-14Fix formatting.Carl Hetherington
2016-08-12Fix newlines.Carl Hetherington
2016-08-12Move locale_convert into libdcp.Carl Hetherington
2016-08-12Replace incorrect uses of raw_convert with a new locale_convert.Carl Hetherington
2016-08-12Move raw_convert into libdcp.Carl Hetherington
2016-08-12Remove all use of stringstream in an attempt to fixCarl Hetherington
2016-07-22Rename SafeStringStream -> locked_stringstream. Bump deps for removal of str...Carl Hetherington
2016-06-21Revert "Use make_shared<>."Carl Hetherington
2016-06-21Use make_shared<>.Carl Hetherington
2016-06-13Add 3D video frame type for, e.g. 3D DCP inputs (part of #806).Carl Hetherington
2016-06-13Make storage of VideoFrameType robust by using a string in the XML rather tha...Carl Hetherington
2016-06-02Fix missing content properties when using translations.Carl Hetherington
2016-05-29Restore mysteriously-lost frame rate details in video tab.Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-05-18Remove unnecessary Film variable in ContentPart.Carl Hetherington
2016-05-18Allow content parts to not be preset in XML.Carl Hetherington
2016-05-18Move video frame rate ('prepared-for') into Content.Carl Hetherington
2016-05-18Rename video/audio/subtitle part methods.Carl Hetherington
2016-05-18Remove unused method.Carl Hetherington
2016-05-18Split audio; builds.Carl Hetherington
2016-05-18Add maybe_set to ContentPart.Carl Hetherington
2016-05-18Take some stuff out of VideoContent into ContentPart.Carl Hetherington
2016-05-18Reasonably straightforward stuff; main things are addingCarl Hetherington
2016-05-18Basic detachment of VideoContent from Content.Carl Hetherington
2016-05-18Remove unused constructor.Carl Hetherington
2016-03-07Various small fixes to appearance of content properties dialog.Carl Hetherington
2016-02-18Various improvements to the content properties dialogue (including #791).Carl Hetherington
2016-02-16Move reel_split_points from VideoContent to Content.Carl Hetherington
2016-02-01Scale-to-fit-{width/height} should zero the 'other' crop values.Carl Hetherington
2016-01-13Fix incorrect fades when trim is being used.Carl Hetherington
2015-11-27Fix some stringstreams that had crept in.Carl Hetherington
2015-11-13Disable YUV->RGB conversion controls with non-YUV sources (#649).Carl Hetherington
2015-11-06Clean up a bit by using Content::film() more.Carl Hetherington
2015-11-06Allow single-frame image contents to adjust their video frame rates to that o...Carl Hetherington
2015-10-22Somewhat hackily fix rounding of reel lengths.Carl Hetherington
2015-10-12Rename split-by-video content slightly; fix referencing to multi-reel DCPs.Carl Hetherington
2015-10-09Logging improvements to allow prettier displays in the server GUI.Carl Hetherington
2015-09-14Lots of #include <iostream>s for Arch.Carl Hetherington
2015-08-27Clean up.Carl Hetherington
2015-08-26Include tidying src/lib/a-j*.hCarl Hetherington
2015-07-16float -> double in a few places.Carl Hetherington
2015-06-21Add more video properties to content properties dialog.Carl Hetherington
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2015-06-19No-op; variable renaming.Carl Hetherington
2015-06-18Incorporate fade in video content identifiers (#613).Carl Hetherington
2015-05-27Fix some uninitialised variables.Carl Hetherington