std::shared_ptr
[dcpomatic.git] / src / lib / video_content.cc
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-06-04 Carl HetheringtonFix thinko causing crashes when loading projects with...
2020-05-12 Carl HetheringtonRe-work scaling following excellent insights by Carsten...
2020-05-11 Carl HetheringtonChange video content scaling so that it either:
2020-05-09 Carl HetheringtonRemove scale to fit {width,height} options.
2019-05-31 Carl HetheringtonBasics of allowing video parts of FFmpegContent to...
2019-05-24 Carl HetheringtonBasic ability to set video range (JPEG/MPEG) at least...
2019-05-10 Carl HetheringtonPut Time types in dcpomatic namespace.
2019-01-05 Carl HetheringtonFix strange behaviour with single-frame fades (#1440).
2018-11-21 Carl HetheringtonTidy and fix logging.
2018-11-21 Carl HetheringtonTake Film pointer out of Content.
2018-08-20 Carl HetheringtonMake ContentChange into a generic ChangeSignaller and... v2.13.44
2018-08-14 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-08-13 Carl HetheringtonMore fixes for errors / crashes / misbehaviour with...
2018-07-21 Carl HetheringtonRevert "Remove join function; the code is long and...
2018-07-20 Carl HetheringtonRemove join function; the code is long and I don't...
2018-04-17 Carl HetheringtonUse round rather than ceil when putting positions and...
2018-01-05 Carl HetheringtonAdd simple copy and paste for content settings (#1051).
2018-01-05 Carl Hetheringtons/use_template/take_settings_from/g
2017-12-13 Carl HetheringtonFix crash on startup.
2017-12-11 Carl HetheringtonFix various problems caused by non-integer-frame start...
2017-07-12 Carl HetheringtonAdd some tests; fix failure to make DCP when there...
2017-06-29 Carl HetheringtonOffer only flat/scope/full-frame as container choices...
2017-05-12 Carl HetheringtonAdd default scale-to (#664).
2017-02-12 Carl HetheringtonRemove some out-of-date includes.
2016-12-14 Carl HetheringtonAdd tentative support for the S-Gamut3/S-Log3 colourspace.
2016-10-03 Carl HetheringtonFix thinko.
2016-08-24 Carl HetheringtonBasic template support (#485).
2016-08-15 Carl HetheringtonFix description formatting again.
2016-08-15 Carl HetheringtonMerge.
2016-08-14 Carl HetheringtonFix formatting.
2016-08-12 Carl HetheringtonFix newlines.
2016-08-12 Carl HetheringtonMove locale_convert into libdcp.
2016-08-12 Carl HetheringtonReplace incorrect uses of raw_convert with a new locale...
2016-08-12 Carl HetheringtonMove raw_convert into libdcp.
2016-08-12 Carl HetheringtonRemove all use of stringstream in an attempt to fix
2016-07-22 Carl HetheringtonRename SafeStringStream -> locked_stringstream. Bump...
2016-06-21 Carl HetheringtonRevert "Use make_shared<>."
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.
next