summaryrefslogtreecommitdiff
path: root/src/lib/ratio.cc
AgeCommit message (Collapse)Author
2025-06-17Pass Ratio around as an object rather than a pointer.Carl Hetherington
2025-06-17Cleanup: include sorting.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
2022-04-29Fix a load of stuff that wasn't being freed on close.Carl Hetherington
Nothing really that important, but it cleans up the valgrind leak check reports.
2021-02-16C++11 tidying.Carl Hetherington
2020-05-25Don't offer full-frame containers unless 'allow any container' is enabled.Carl Hetherington
2018-07-20Add advanced configuration option to allow any container ratio,Carl Hetherington
specifically because the GDC SX-2001 will only play 25fps DCPs with a 16:9 ratio (not Flat). https://www.dcpomatic.com/forum/viewtopic.php?f=2&t=1119&p=4470
2018-01-02Add test for incorrect ISDCF name with full-frame content, and fix it (#1118).Carl Hetherington
2017-06-29Tweak ratio name.Carl Hetherington
2017-06-29Offer only flat/scope/full-frame as container choices and differentiateCarl Hetherington
the names from the UI for content ratios.
2017-04-26Add 1.43:1 (IMAX) ratio.Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-03-12Add 2.35:1 ratio.Carl Hetherington
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2015-04-12Hand-apply c165ea8ccadf5bb8c4401a23bb2e998fabdc8a9b from master.Carl Hetherington
2015-04-12Hand-apply bb070db1b36020058b010057b08ae78e6243d2d0 from master.Carl Hetherington
2014-12-20Hand-apply d849d411cff28ef5453085791d0b4d7cd73bd070 from master; replace all ↵Carl Hetherington
assert()s with thrown exceptions.
2014-11-11Hand-apply 80562fe5dce5fd625da583ca6f7c2833f9db8754 from master (remove ↵Carl Hetherington
default scale and use a scale guessed from the content's size and sample aspect ratio).
2014-09-04Merge master.Carl Hetherington
2014-09-03Put the right 'actual' ratio in DCP titles even with no-stretch and no-scale.Carl Hetherington
2014-08-11Merge master.Carl Hetherington
2014-08-09Properly remove JSON server; remove some unused usings; remove some ↵Carl Hetherington
unnecessary uses of stringstream.
2014-06-12Merge master.Carl Hetherington
2014-06-10Support ISDCF naming convention version 9.Carl Hetherington
Reported-by: Elia Orselli
2014-02-24Tweaks for libdcp.Carl Hetherington
2014-01-13Change 4:3 and 5:3 ratios to be precise rather than 1.33:1 and 1.66:1, and ↵Carl Hetherington
also tweak 1.19:1 (#306).
2013-10-15Allow no-stretch scaling of video content.Carl Hetherington
2013-05-31Various stuff; mostly change to decoder scaling and adding subtitle; scaling ↵Carl Hetherington
test.