Don't use --target-macos-arm64 any more, since it's not supported.
[dcpomatic.git] / src / lib / hints.cc
2024-02-21 Carl HetheringtonMake DCPExaminer::size() optional and deal with the... v2.16.78
2023-12-09 Carl HetheringtonDon't scan content if we don't need to (#2661).
2023-12-09 Carl HetheringtonExtract scan_content().
2023-10-09 Carl HetheringtonUse dcp::filesystem to wrap filesystem calls and fix_lo...
2023-10-02 Carl HetheringtonYou are advised -> It is advisable (#2189).
2023-08-06 Carl HetheringtonAdd hint about audio channel count.
2023-07-30 Carl HetheringtonOnly warn about a missing text language for subtitles...
2023-06-02 Carl HetheringtonFix incorrect hint about having too many subtitle lines...
2022-12-13 Carl HetheringtonAdd video_{range,frame_type}.{cc,h} and remove some...
2022-12-09 Carl HetheringtonExtract constants.h
2022-06-10 Carl HetheringtonRemove duplicate call to write().
2022-06-07 Carl HetheringtonRearrange subtitle font management.
2022-04-04 Carl HetheringtonCleanup: move some methods from util to maths_util.
2022-02-14 Carl HetheringtonAdd a hint about certificate validity, moving some...
2022-02-14 Carl HetheringtonAdd hint about excessive certificate validity.
2022-01-11 Carl HetheringtonSpeed up hints tests by not running a pointless audio...
2021-09-27 Carl HetheringtonMerge branch 'better-gl' into v2.15.x
2021-09-27 Carl HetheringtonReplace aligned bool with enum Alignment.
2021-09-27 Carl HetheringtonVarious alignment adjustments.
2021-06-01 Carl HetheringtonAdd hint when no audio language is set (#2033).
2021-06-01 Carl HetheringtonTidying.
2021-05-30 Carl HetheringtonMissing full stop.
2021-04-29 Carl HetheringtonC++11 tidying.
2021-04-20 Carl HetheringtonAdd some possibly-useful markers for debugging threads...
2021-04-20 Carl HetheringtonTidy up/fix Hints thread in a couple of ways:
2021-04-20 Carl HetheringtonAnalyse audio (if required) when making hints (#1924).
2021-04-15 Carl HetheringtonFix progress message when analysing for hints.
2021-04-15 Carl HetheringtonC++11 tidying.
2021-04-11 Carl HetheringtonMissing full stop.
2021-04-10 Carl HetheringtonFix up hints about long subtitle lines.
2021-04-09 Carl HetheringtonAdd a hint about >79 length subtitles.
2021-04-07 Carl HetheringtonTweak hint to reflect how the timed text tab can have...
2021-04-07 Carl HetheringtonMissing full stop.
2021-04-05 Carl HetheringtonAdd hint for un-set text languages (#1954).
2021-04-05 Carl HetheringtonRaise the unusual container hint on anything bit Flat...
2021-04-05 Carl HetheringtonAdd hint when making 4K/3D DCPs (#1951).
2021-04-05 Carl HetheringtonHint text tweaks.
2021-04-05 Carl HetheringtonHint on making Interop DCPs (#1949).
2021-03-17 Carl HetheringtonHint about out-of-range markers (#1920).
2021-01-31 Carl HetheringtonMore enum class additions.
2021-01-21 Carl HetheringtonAdapt for libdcp use of enum class.
2021-01-20 Carl HetheringtonBump libdcp for better verification, and make API adjus...
2021-01-07 Carl HetheringtonBOOST_FOREACH.
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.