std::shared_ptr
[dcpomatic.git] / src / lib / hints.cc
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-12-22 Carl HetheringtonPass fonts from content around as FontData.
2020-12-22 Carl HetheringtonCatch exceptions better during hints thread.
2020-12-08 Carl HetheringtonWrite subtitles and closed captions to a test DCP in...
2020-12-07 Carl HetheringtonAdd WeakFilm and WeakConstFilm and use them a bit.
2020-12-06 Carl HetheringtonAdd some hints for violations of SMPTE Bv2.1 with subti...
2020-11-21 Carl HetheringtonAdd hint when making a FTR without FFEC/FFMC markers...
2020-11-21 Carl HetheringtonTidy up Hints a bit.
2020-09-01 Carl HetheringtonBuild fixes for Boost >= 1.73
2020-07-29 Carl HetheringtonFix bugs in thread termination causing occasional pthread
2020-06-05 Carl HetheringtonFix erroneous hints about content being narrower than...
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-04-23 Carl HetheringtonNicer fix for 86102d30bf0aad89115bbeb3d8aaa2a27a0aa432
2020-04-15 Carl HetheringtonFix length of player output so it can be either the...
2020-02-27 Carl HetheringtonAdd and use dB/linear conversion functions.
2020-01-30 Carl HetheringtonUse a non-pointer boost::thread and a std::atomic for...
2019-10-14 Carl HetheringtonMerge branch 'v2.15.x' of ssh://localhost:2222/home...
2019-10-13 Carl HetheringtonTweak hint.
2019-09-08 Carl HetheringtonHandle errors a little better when scanning for closed...
2019-05-10 Carl HetheringtonPut Time types in dcpomatic namespace.
2019-03-29 Carl HetheringtonDon't warn about overlapping CCAPs in SMPTE DCPs (part...
2019-02-11 Carl HetheringtonMinor tweak to clarify hint with content at 2.35:1...
2019-02-08 Carl HetheringtonTry to fix msgfmt complaints.
2019-02-07 Carl HetheringtonMore tweaks to video frame rate advice (#1441).
2019-01-27 Carl HetheringtonRemove specification of italic/bold fonts (#1451);... v2.13.110
2019-01-26 Carl HetheringtonFix hints object so that its lifetime is (nearly) the...
2019-01-18 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2019-01-17 Carl HetheringtonRead UTF8 string lengths correctly when checking closed...
2019-01-06 Carl HetheringtonImprove hints dialog in various ways, especially with...
2018-08-29 Carl HetheringtonFix warning. v2.13.45
2018-08-29 Carl HetheringtonBasics of splitting CCAP streams into different assets.
2018-08-03 Carl HetheringtonSome subtitle renaming.
2018-07-27 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-07-27 Carl HetheringtonTweak message.
2018-07-27 Carl HetheringtonCheck for long CCAP lines and too many CCAP lines.
2018-07-26 Carl HetheringtonBackground-threaded hints including line length of...
2018-07-23 Carl HetheringtonTidy up after mass rename.
2018-07-23 Carl HetheringtonMore automated renaming.
2018-07-21 Carl HetheringtonBasics of multiple captions per content so that DCPCont...
2018-07-19 Carl HetheringtonClean up after previous commit.
2018-07-19 Carl HetheringtonRename Subtitle -> Text
2018-03-22 Carl HetheringtonAdd hint about making a DCP with a very different frame...
2018-02-27 Carl HetheringtonAdd a hint to warn about the stereo-to-5.1 upmixers.
2018-01-02 Carl HetheringtonAdd test for incorrect ISDCF name with full-frame conte...
2017-05-15 Carl HetheringtonFix typo (thanks Rob).
2017-04-29 Carl HetheringtonTry to improve hint when making a DCP which is not...
2016-10-03 Carl HetheringtonDon't let hint generation throw an exception in the...
2016-09-12 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2016-09-12 Carl HetheringtonAdd a hint about non-flat/scope containers after hearin...
2016-08-25 Carl HetheringtonAdd channel details to high-audio-level hints (#822).
2016-07-08 Carl HetheringtonFactor out hints code into its own method.