summaryrefslogtreecommitdiff
path: root/src/lib/hints.h
AgeCommit message (Collapse)Author
2025-01-25White space: filter.{cc,h}, hints.{cc,h}, gain_calculator_dialog.{cc,h}Carl Hetherington
2024-06-18Add discouraging hint for MPEG2 (#2821).Carl Hetherington
2024-04-21Rename j2k_bandwidth -> video_bit_rate.Carl Hetherington
2024-04-21Rename Encoder -> FilmEncoder, and subclasses.Carl Hetherington
2023-12-09Extract scan_content().Carl Hetherington
2023-08-06Add hint about audio channel count.Carl Hetherington
2023-07-31Only warn about a missing text language for subtitles (not closed captions).Carl Hetherington
I haven't properly checked that closed captions shouldn't have some language metadata, but the existing GUI code explicitly disallows setup of a closed caption language.
2022-12-13More header trimming.Carl Hetherington
2022-02-14Add hint about excessive certificate validity.Carl Hetherington
2022-01-11Speed up hints tests by not running a pointless audio analysis.Carl Hetherington
2021-06-01Add hint when no audio language is set (#2033).Carl Hetherington
2021-04-29C++11 tidying.Carl Hetherington
2021-04-21Analyse audio (if required) when making hints (#1924).Carl Hetherington
Otherwise if you haven't run a whole-project audio analysis you don't get the hints about audio levels being too high.
2021-04-10Add a hint about >79 length subtitles.Carl Hetherington
2021-04-06Add hint for un-set text languages (#1954).Carl Hetherington
2021-04-05Add hint when making 4K/3D DCPs (#1951).Carl Hetherington
2021-04-05Hint on making Interop DCPs (#1949).Carl Hetherington
2021-03-17Hint about out-of-range markers (#1920).Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-12-08Write subtitles and closed captions to a test DCP in the hints thread,Carl Hetherington
then check the result for Bv2.1 violations (part of #1800).
2020-12-07Add WeakFilm and WeakConstFilm and use them a bit.Carl Hetherington
2020-12-06Add some hints for violations of SMPTE Bv2.1 with subtitles and closedCarl Hetherington
captions.
2020-11-21Add hint when making a FTR without FFEC/FFMC markers (#1804).Carl Hetherington
2020-11-21Tidy up Hints a bit.Carl Hetherington
2020-02-27Missing include.Carl Hetherington
2020-01-30Use a non-pointer boost::thread and a std::atomic for the stop flag.Carl Hetherington
2019-09-09Handle errors a little better when scanning for closed captions (in hints).Carl Hetherington
2019-05-10Put Time types in dcpomatic namespace.Carl Hetherington
2019-01-26Fix hints object so that its lifetime is (nearly) the same as its thread.Carl Hetherington
Then when the thread AND Hints object are destroyed we get the Signaller's destructor stuff to stop left-over hint signals being delivered. Also add a hint about > 30fps DCP rates.
2019-01-06Improve hints dialog in various ways, especially with long projects (#1439).Carl Hetherington
2018-08-29Fix warning.v2.13.45Carl Hetherington
2018-08-29Basics of splitting CCAP streams into different assets.Carl Hetherington
2018-08-01Fix build.Carl Hetherington
2018-07-29Add some explicits.Carl Hetherington
2018-07-27Check for long CCAP lines and too many CCAP lines.Carl Hetherington
2018-07-26Background-threaded hints including line length of CCAPs.Carl Hetherington
2016-07-08Factor out hints code into its own method.Carl Hetherington