summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-07-03Insert black for missing 3D eyes in the Shuffler (#3056).3056-3d-crashCarl Hetherington
2025-07-03Add another log.Carl Hetherington
2025-07-03Cleanup: use a lambda.Carl Hetherington
2025-07-03White space: shuffler.{cc,h}Carl Hetherington
2025-07-03Failing testCarl Hetherington
2025-07-03Cleanup: use some array access.Carl Hetherington
2025-07-01White space: string_text_file_decoder.{cc,h}Carl Hetherington
2025-07-01White space: email.{cc,h}Carl Hetherington
2025-07-01White space: player_video.{cc,h} reel_writer.{cc,h} maths_util.{cc,h} ↵Carl Hetherington
upmixer_{a,b}.{cc,h} upload_job.{cc,h}
2025-06-21White space: dcpomatic_playlist.ccCarl Hetherington
2025-06-17Support cropping of content on playback (#3041).Carl Hetherington
This is to allow, for example, pillarboxed 1.78:1 DCPs to be played nicely on 1.78:1 projectors. DCP-o-matic can now crop the pillarboxing before display, rather than putting the pillarboxed 1.85:1 onto a 1.78:1 monitor, thereby adding letterboxing.
2025-06-17Pass Ratio around as an object rather than a pointer.Carl Hetherington
2025-06-17Cleanup: compress some ifs.Carl Hetherington
2025-06-17Cleanup: include sorting.Carl Hetherington
2025-06-17Add new Choice::add_entry() variant.Carl Hetherington
2025-06-17Cleanup: use an enum class.Carl Hetherington
2025-06-17Add some new ratios for the new player crop control (see #3041).Carl Hetherington
2025-06-17Tidy up return.Carl Hetherington
2025-06-17White space: ratio.{cc,h}Carl Hetherington
2025-06-17Support content crop in the GL backend.Carl Hetherington
2025-06-17Add PlayerVideo::crop().Carl Hetherington
2025-06-17Cleanup: fix comment.Carl Hetherington
2025-06-15Add --fade-{in,out} options to create CLI (#2613).Carl Hetherington
2025-06-15Use another variable to reduce verbosity slightly.Carl Hetherington
2025-06-15Combine two ifs.Carl Hetherington
2025-06-15Use a variable to make things a little less verbose.Carl Hetherington
2025-06-15Index sound card channels from 1 (#3048).Carl Hetherington
2025-06-14Catch possible exceptions in destructor.Carl Hetherington
There was a report of the player crashing with std::terminate coming from ~DOMFrame().
2025-06-14Add some explanatory comments to cscript.Carl Hetherington
2025-06-14Add a BUILD.md.Carl Hetherington
2025-06-14Supporters update.v2.18.20Carl Hetherington
2025-06-14Bump libdcp for encrypted MPEG2 fix.Carl Hetherington
2025-06-13Might as well always allow problem reporting.Carl Hetherington
2025-06-13Missing explicit.Carl Hetherington
2025-06-13Only enable report-problem "OK" button when an email address has been entered.Carl Hetherington
Previously we would let users get it wrong, then show an error and dump them back without any report message they might have written.
2025-06-13White space: report_problem_dialog.{cc,h}Carl Hetherington
2025-06-13Move check for returning to ISDCF name mode.Carl Hetherington
film_changed() is used on startup to set things up, so it's not a reliable way to know when the user has clicked the checkbox. Move the check into the click handler instead. This prevents film names like Fred_Jim_Sheila being truncated to Fred on loading a project.
2025-06-11Updated cs_CZ translation from Tomáš Begeni.Carl Hetherington
2025-06-09Fix help.Carl Hetherington
2025-06-08Updated ru_RU translation from Евгений Дац.Carl Hetherington
2025-06-03Cleanup: rename set_sensitivity -> setup_sensitivity.Carl Hetherington
2025-06-03Remove unused variables.Carl Hetherington
2025-06-03Tweak some design docs.Carl Hetherington
2025-05-29Supporters update.v2.18.19Carl Hetherington
2025-05-29Interpret relative cinemas SQLite3 paths as being relative to the config.xml ↵Carl Hetherington
(#3038).
2025-05-28Fix URL.Carl Hetherington
2025-05-27Supporters update.Carl Hetherington
2025-05-27Fix macOS i18n to always use the user's macOS-configured locale (#3036).Carl Hetherington
2025-05-27Move i18n setup into 3 separate platform files.Carl Hetherington
2025-05-27Header sorting.Carl Hetherington