Use make_shared<>.
[dcpomatic.git] / src / lib / video_content.cc
2016-06-21 Carl HetheringtonUse make_shared<>.
2016-06-14 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2016-06-13 Carl HetheringtonAdd 3D video frame type for, e.g. 3D DCP inputs (part...
2016-06-13 Carl HetheringtonMake storage of VideoFrameType robust by using a string...
2016-06-02 Carl HetheringtonFix missing content properties when using translations.
2016-05-29 Carl HetheringtonRestore mysteriously-lost frame rate details in video...
2016-05-25 Carl HetheringtonNo-op; fix GPL address and use the explicit-program...
2016-05-18 Carl HetheringtonRemove unnecessary Film variable in ContentPart.
2016-05-18 Carl HetheringtonAllow content parts to not be preset in XML.
2016-05-18 Carl HetheringtonMove video frame rate ('prepared-for') into Content.
2016-05-18 Carl HetheringtonRename video/audio/subtitle part methods.
2016-05-18 Carl HetheringtonRemove unused method.
2016-05-18 Carl HetheringtonSplit audio; builds.
2016-05-18 Carl HetheringtonAdd maybe_set to ContentPart.
2016-05-18 Carl HetheringtonTake some stuff out of VideoContent into ContentPart.
2016-05-18 Carl HetheringtonReasonably straightforward stuff; main things are adding
2016-05-18 Carl HetheringtonBasic detachment of VideoContent from Content.
2016-05-18 Carl HetheringtonRemove unused constructor.
2016-03-07 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2016-03-07 Carl HetheringtonVarious small fixes to appearance of content properties...
2016-02-18 Carl HetheringtonVarious improvements to the content properties dialogue...
2016-02-16 Carl HetheringtonMove reel_split_points from VideoContent to Content.
2016-02-01 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2016-02-01 Carl HetheringtonScale-to-fit-{width/height} should zero the 'other...
2016-01-13 Carl HetheringtonFix incorrect fades when trim is being used.
2015-11-27 Carl HetheringtonFix some stringstreams that had crept in.
2015-11-13 Carl HetheringtonDisable YUV->RGB conversion controls with non-YUV sourc...
2015-11-06 Carl HetheringtonClean up a bit by using Content::film() more.
2015-11-06 Carl HetheringtonAllow single-frame image contents to adjust their video...
2015-10-22 Carl HetheringtonSomewhat hackily fix rounding of reel lengths.
2015-10-12 Carl HetheringtonRename split-by-video content slightly; fix referencing...
2015-10-09 Carl HetheringtonLogging improvements to allow prettier displays in...
2015-09-14 Carl HetheringtonLots of #include <iostream>s for Arch.
2015-08-27 Carl HetheringtonClean up.
2015-08-26 Carl HetheringtonInclude tidying src/lib/a-j*.h
2015-07-15 Carl Hetheringtonfloat -> double in a few places.
2015-06-21 Carl HetheringtonAdd more video properties to content properties dialog.
2015-06-21 Carl HetheringtonNo-op: remove all trailing whitespace.
2015-06-19 Carl HetheringtonNo-op; variable renaming.
2015-06-18 Carl HetheringtonIncorporate fade in video content identifiers (#613).
2015-05-27 Carl HetheringtonFix some uninitialised variables.
2015-05-27 Carl HetheringtonUntested use of Frame for video/audio content lengths.
2015-05-26 Carl Hetherington{Video,Audio}Frame -> Frame.
2015-05-25 Carl Hetheringtonaaae1b20f7029d0a9a66d6f45a285fab23ecf621 from master...
2015-05-25 Carl Hetherington11b5bf6229b8713dffde89a777cd5181335136f6 from master...
2015-05-24 Carl Hetheringtonc7f2d098e2c1201c84552a1972453e7b75a64c5d from master...
2015-05-02 Carl HetheringtonRemove approximate size stuff where playback viewer...
2015-04-16 Carl HetheringtonAdd our own raw_convert that uses SafeStringStream.
2015-02-14 Carl HetheringtonMerge.
2015-02-10 Carl HetheringtonDefault to no colour conversion for JPEG2000 and DCP...
2015-01-29 Carl HetheringtonMerge branch '2.0' of git.carlh.net:git/dcpomatic into 2.0
2015-01-28 Carl HetheringtonSmall fixes and tidy-ups spotted by cppcheck.
2015-01-16 Carl HetheringtonMerge branch '2.0' of ssh://main.carlh.net/home/carl...
2015-01-14 Carl HetheringtonForward-port DAR/SAR UI stuff from 1.x.
2015-01-07 Carl HetheringtonDon't translate technical_summary().
2015-01-04 Carl HetheringtonFix loading of 1.x metadata.
2015-01-04 Carl HetheringtonAdapt for changes to libdcp.
2014-12-28 Carl HetheringtonBasic adaptations for changes to libdcp1 colour convers...
2014-12-23 Carl HetheringtonRemove unused code.
2014-12-20 Carl HetheringtonHand-apply d849d411cff28ef5453085791d0b4d7cd73bd070...
2014-12-09 Carl HetheringtonVarious fixes pointed out by tests.
2014-12-05 Carl HetheringtonMore header file rearrangement.
2014-12-03 Carl HetheringtonHand-apply 6a3cd511559433554ab40ed72ff94b7d8dc2c5bd...
2014-11-11 Carl HetheringtonHand-apply 80562fe5dce5fd625da583ca6f7c2833f9db8754...
2014-11-06 Carl HetheringtonMerge branch '2.0' of ssh://main.carlh.net/home/carl...
2014-11-06 Carl HetheringtonForward-port move of content description generation...
2014-10-25 Carl HetheringtonFix crash when signalling VideoContent during the const...
2014-10-25 Carl HetheringtonMerge master.
2014-10-24 Carl HetheringtonAdd basics of colourspace conversion bypass (#266).
2014-10-22 Carl HetheringtonMerge master.
2014-10-21 Carl HetheringtonMerge master.
2014-10-16 Carl HetheringtonMerge branch 'master' into 12bit
2014-10-15 Carl HetheringtonMerge master.
2014-10-08 Carl HetheringtonMerge master.
2014-10-02 Carl HetheringtonMerge remote-tracking branch 'origin/master' into 2.0
2014-09-30 Carl HetheringtonMerge remote-tracking branch 'origin/master' into 2.0
2014-09-30 Carl HetheringtonBasic video fade support.
2014-09-29 Carl HetheringtonMerge master.
2014-09-22 Carl HetheringtonMerge remote-tracking branch 'origin/master' into 2.0
2014-09-16 Carl HetheringtonMerge master.
2014-09-12 Carl HetheringtonMerge master.
2014-09-11 Carl HetheringtonMerge master.
2014-09-10 Carl HetheringtonMerge master.
2014-09-10 Carl HetheringtonMerge remote-tracking branch 'origin/master' into 2.0
2014-09-09 Carl HetheringtonMerge remote-tracking branch 'origin/master' into 2.0
2014-09-09 Carl HetheringtonMerge master.
2014-09-08 Carl HetheringtonMerge master.
2014-09-07 Carl HetheringtonMove VideoContentScale to its own file.
2014-09-07 Carl HetheringtonMerge master.
2014-09-07 Carl HetheringtonUse VideoContentScale rather than Ratio for the default...
2014-09-03 Carl HetheringtonMerge master.
2014-08-31 Carl HetheringtonMerge remote-tracking branch 'origin/master' into 2.0
2014-08-31 Carl HetheringtonMerge master.
2014-08-31 Carl HetheringtonMerge master.
2014-08-30 Carl HetheringtonMerge master.
2014-08-25 Carl HetheringtonMerge master.
2014-08-23 Carl HetheringtonMerge master.
2014-08-19 Carl HetheringtonUse SafeStringStream instead of std::stringstream to...
2014-08-11 Carl HetheringtonMerge master.
2014-08-06 Carl HetheringtonMerge master.
next