summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-10Allow a little more space in small_button_size for the ru_RU translation.v2.16.x-test-ruCarl Hetherington
2022-02-10Hopefully fix some bad placeholders in ru_RU.Carl Hetherington
2022-02-10Use Russian name Михаил Эпштейн for Mikhail Epshteyn.Carl Hetherington
2022-02-10Fix an incorrect placeholder.Carl Hetherington
2022-02-10Remove some fuzzy markers from the ru_RU translation, which I think should ↵Carl Hetherington
not be there.
2022-02-10Fix duplicated translation.Carl Hetherington
2022-02-10Updated ru_RU translation from Mikhail Epshteyn.Carl Hetherington
2022-02-10Fix typo instrinsic -> intrinsic (thanks Mikhail Epshteyn)Carl Hetherington
2022-02-07Use different names for the 10.6 (thin) and 10.9 (universal) DMG files.Carl Hetherington
2022-02-07Updated ru_RU translation from Mikhail Epshteyn.Carl Hetherington
2022-02-02Fix another misunderstanding with macOS drive discovery.v2.16.0Carl Hetherington
2022-02-02Supporters update.Carl Hetherington
2022-01-24Slightly hacky fix for -114 errors during 3D encodes (#2173).v2.15.188Carl Hetherington
It still feels like I'm missing some large and beautiful trick with gathering all the gap-filling code into one place, but such a trick still eludes me.
2022-01-24Rename _last_video* to _next_video* as it seems to make more sense that way.Carl Hetherington
2022-01-21Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2022-01-20pot/merge.v2.15.187Carl Hetherington
2022-01-19Mageia requires libcap-utils for setcap during installation (#2169).Carl Hetherington
2022-01-19Add uid/euid to macOS debug message.Carl Hetherington
2022-01-19Adjust how macOS drives are analysed and add a couple of tests.Carl Hetherington
2022-01-19Extract osx_disks_to_drives to cross_common for tests.Carl Hetherington
2022-01-19Extract part of analyse_media_path to cross_common for tests.Carl Hetherington
2022-01-18Shrink size of audio map.Carl Hetherington
2022-01-18Use less vertical height for name format hints.Carl Hetherington
2022-01-18Use less vertical height for the logging checkboxes.Carl Hetherington
2022-01-18Fix some big gaps in the prefs layout.Carl Hetherington
2022-01-18Fix .dmg naming yet again; sed was breaking the $? check.Carl Hetherington
2022-01-18Remove v that snuck into DMG filenames.v2.15.186Carl Hetherington
2022-01-18Supporters update.v2.15.185Carl Hetherington
2022-01-18Fix incorrect git command when getting the version with an exact tag.Carl Hetherington
2022-01-17More build fixes.v2.15.184Carl Hetherington
2022-01-17Fix build with new libdcp.Carl Hetherington
2022-01-17Bump libdcp to 1.8.6Carl Hetherington
Hopefully this fixes #2124, failure to play DCPs on Sony SRX320/LMT3000 due to it not liking empty <AnnotationText> tags in reel assets.
2022-01-17Supporters update.Carl Hetherington
2022-01-17Add David Lankes as a tester.Carl Hetherington
2022-01-17Fix versioning of .dmg filenames.Carl Hetherington
Now we use a tag if there is one at the commit we built, otherwise <branch>-<commit>.
2022-01-16Add some missing header includes.Luke Granger-Brown
<memory> is needed for std::*_ptr, and <algorithm> for std::transform.
2022-01-16Add --twok option to dcpomatic2_create.Carl Hetherington
2022-01-16Fix directory_containing_executable() in some cases (#2163).Carl Hetherington
2022-01-16Don't offer the tr_TR translation as it is very limited.Carl Hetherington
2022-01-12Make v2.16.x branch of test/data and use it.Carl Hetherington
2022-01-12Update test/data to get some more test files.Carl Hetherington
2022-01-11Fix failure to decode multiple video frames from one packet (#2159).v2.15.183Carl Hetherington
2022-01-11Cleanup: move some stuff into process_video_frame().Carl Hetherington
2022-01-11Use a separate AVFrame for each stream when decoding.Carl Hetherington
This seems to be what ffplay does and it feels like it makes sense as frames may be built from multiple packets AFAICS.
2022-01-11Comment typo.Carl Hetherington
2022-01-11Fix crashes when using kdm_cli with a certificate instead of a cinema.Carl Hetherington
2022-01-11Allow tests to run kdm_cli().Carl Hetherington
2022-01-11Replace %c with nothing in KDM filenames if the cinema is not known.Carl Hetherington
2022-01-11Improve verbose output when writing to the current directory.Carl Hetherington
2022-01-11Allow control of where KDM CLI's output goes.Carl Hetherington