summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-12Supporters update.v2.16.18Carl Hetherington
2022-07-12Fix stupid crash in dcpomatic_create when adding a DCP without a KDM.Carl Hetherington
2022-07-11Correct version number when deciding whether or not to fix subtitle IDs.v2.16.17Carl Hetherington
2022-07-11Fix font_id errors with files decoded by FFmpeg which have subtitles.Carl Hetherington
I'm not sure if this goes far enough - it seems impossible to find all the font IDs used in a FFmpeg file without scanning it. I don't know if (for example) SSA-format font IDs make it through to DoM when decoded by FFmpeg.
2022-07-11Use a vector rather than a list when returning from content_factory().Carl Hetherington
2022-07-11Little C++11 cleanup.Carl Hetherington
2022-07-11Be a bit more careful with content_factory().Carl Hetherington
2022-07-11We no longer support .ecinema files.Carl Hetherington
2022-07-11Fix font handling for DCP subtitles.Carl Hetherington
2022-07-11Small cleanup.Carl Hetherington
2022-07-10Fix failure to close exported files.Carl Hetherington
2022-07-10Fix screenshot deps in manual again.Carl Hetherington
2022-07-10Updated sl_SI translation from Martin Srebotnjak.Carl Hetherington
2022-07-10Fix missing screenshots in manual.Carl Hetherington
2022-07-09New sl_SI translation from Martin Srebotnjak.Carl Hetherington
2022-07-08Add a missing step when adding a new translation.Carl Hetherington
2022-07-08Fix charset.Carl Hetherington
2022-07-08Missed bits of sl_SI translation update.Carl Hetherington
2022-07-08Support sl_SI (Slovenian) translation.Carl Hetherington
2022-07-07There's no longer ever a need to disable the mixdown-to-stereo option.Carl Hetherington
This used to be necessary when subtitles were exported from the same dialogue as videos.
2022-07-07Updated cs_CZ translation from Tomáš Begeni.Carl Hetherington
2022-07-05Missing includes.Carl Hetherington
2022-07-05Allow running tests on Fedora.Carl Hetherington
2022-07-05Fix missing export.Carl Hetherington
2022-07-03Tidy up the run/ directory a little.v2.16.16Carl Hetherington
2022-07-02Supporters update.Carl Hetherington
2022-07-02Fix debug build on Windows.Carl Hetherington
2022-07-01Restore use of SystemFontDialog so that system fonts can be selected on ↵Carl Hetherington
Windows (#491).
2022-07-01Advanced option to allow mapping to any audio channel (#2279).Carl Hetherington
2022-07-01Support Fedora libpath when running tests.Carl Hetherington
2022-07-01Find Liberation Sans with local builds on Fedora.Carl Hetherington
2022-06-30Use the resampled rate to calculate the slack threshold rather than just ↵Carl Hetherington
48kHz (#2275).
2022-06-26Supporters update.Carl Hetherington
2022-06-26Support Fedora.Carl Hetherington
2022-06-21Re-fix test references. Not sure what happened there.v2.16.15Carl Hetherington
2022-06-21Bump lwext4 for various bug fixes.Carl Hetherington
2022-06-21Use empty files where possible to speed things up a lot.Carl Hetherington
2022-06-21Adjust disk/partition sizes to trigger another bug.Carl Hetherington
2022-06-210 -> nullptr cleanup.Carl Hetherington
2022-06-21Do cleanup of a test more nicely.Carl Hetherington
2022-06-21Stop using static initialisation so that dcpomatic::write() can be called ↵Carl Hetherington
more than once.
2022-06-21Cleanup: use constexpr.Carl Hetherington
2022-06-21Fill test disk partitions with random noise to expose more bugs.Carl Hetherington
Without this, #2274 was not exposed by the test.
2022-06-21Use boost::random for make_random_file to make it repeatable across platforms.Carl Hetherington
2022-06-21Set up dcpomatic2_disk_writer capability on install.Carl Hetherington
This might mean we can remove the same setup from the cscript, but I'm not sure.
2022-06-21Fix test references for addition of new prores export format.Carl Hetherington
2022-06-20Fix test references for libdcp commit 6c5328f07362510a41c8518ced62d74b2eff25ccCarl Hetherington
2022-06-20Remove some debug output.Carl Hetherington
2022-06-20Bump asdcplib for build fix.Carl Hetherington
2022-06-18Add a test doing a more substantial copy.Carl Hetherington