summaryrefslogtreecommitdiff
path: root/src/lib/video_content.h
AgeCommit message (Collapse)Author
2020-05-11Change video content scaling so that it either:Carl Hetherington
1. scales the content up to fit the DCP container, preserving aspect ratio, or 2. stretches the content to a custom aspect ratio, or 3. scales the content to some custom size.
2020-05-10Remove scale to fit {width,height} options.Carl Hetherington
2019-10-31Add comment.Carl Hetherington
2019-06-01Basics of allowing video parts of FFmpegContent to be disabled (#1355 and ↵Carl Hetherington
others).
2019-05-24Basic ability to set video range (JPEG/MPEG) at least for YUV content. May ↵Carl Hetherington
not work for RGB. See #1509.
2019-05-10Put Time types in dcpomatic namespace.Carl Hetherington
2018-11-21Take Film pointer out of Content.Carl Hetherington
2018-07-21Revert "Remove join function; the code is long and I don't think anybody"Carl Hetherington
It turns out Carsten uses it :) This reverts commit bd5e8b83a3a18787241982efdae809d4db21f65d.
2018-07-20Remove join function; the code is long and I don't think anybodyCarl Hetherington
uses it.
2018-02-27Add a load of explicit keywords.Carl Hetherington
2018-01-05s/use_template/take_settings_from/gCarl Hetherington
2017-12-11Fix 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-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).
2016-08-24Basic template support (#485).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-18Take some stuff out of VideoContent into ContentPart.Carl Hetherington
2016-05-18Reasonably straightforward stuff; main things are addingCarl 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-18Innocuous build fixes.Carl Hetherington
2016-05-18Basic detachment of VideoContent from Content.Carl Hetherington
2016-05-18Remove unused constructor.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
2015-11-13Disable YUV->RGB conversion controls with non-YUV sources (#649).Carl Hetherington
2015-11-06Try to fix build with new g++.Carl Hetherington
2015-11-06Allow single-frame image contents to adjust their video frame rates to that ↵Carl Hetherington
of the DCP (fixes #714).
2015-10-12Rename split-by-video content slightly; fix referencing to multi-reel DCPs.Carl Hetherington
2015-08-27Clean up.Carl Hetherington
2015-07-16float -> double in a few places.Carl Hetherington
2015-06-21Add more video properties to content properties dialog.Carl Hetherington
Also implement the whole properties thing more neatly.
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2015-05-27Untested use of Frame for video/audio content lengths.Carl Hetherington
2015-05-26{Video,Audio}Frame -> Frame.Carl Hetherington
2015-05-2511b5bf6229b8713dffde89a777cd5181335136f6 from master; default colour ↵Carl Hetherington
conversions depending on type and resolution
2015-05-25c7f2d098e2c1201c84552a1972453e7b75a64c5d from master; Removed unused ↵Carl Hetherington
parameter from VideoContent::set_default_colour_conversion.
2015-02-10Default to no colour conversion for JPEG2000 and DCP content (#445).Carl Hetherington
2014-12-23Remove unused code.Carl Hetherington
2014-12-20Hand-apply d849d411cff28ef5453085791d0b4d7cd73bd070 from master; replace all ↵Carl Hetherington
assert()s with thrown exceptions.
2014-11-11Hand-apply 80562fe5dce5fd625da583ca6f7c2833f9db8754 from master (remove ↵Carl Hetherington
default scale and use a scale guessed from the content's size and sample aspect ratio).
2014-11-06Forward-port move of content description generation to lib/ rather than wx/.Carl Hetherington
2014-10-25Fix crash when signalling VideoContent during the constructor (hence ↵Carl Hetherington
indirectly causing shared_from_this to be called too early).
2014-10-25Merge master.Carl Hetherington
2014-10-24Add basics of colourspace conversion bypass (#266).Carl Hetherington
2014-09-30Basic video fade support.Carl Hetherington
2014-09-08Merge master.Carl Hetherington
2014-09-08Move VideoContentScale to its own file.Carl Hetherington