summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-22Check content in the batch converter as well as in the main DoM.batch-font-id-errorCarl 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 mor...Carl Hetherington
2022-06-21Cleanup: use constexpr.Carl Hetherington
2022-06-21Fill test disk partitions with random noise to expose more bugs.Carl Hetherington
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
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
2022-06-14Bump asdcplib for some extra logging.Carl Hetherington
2022-06-14Log errors from asdcplib in our logs.Carl Hetherington
2022-06-12Add Prores 4444 support (#2263).Carl Hetherington
2022-06-12Rename PRORES -> PRORES_HQCarl Hetherington
2022-06-12Move ExportFormat definition to ffmpeg_file_encoder.hCarl Hetherington
2022-06-12Set up TextDecoder position based on the time that the next thing willv2.16.14Carl Hetherington
2022-06-12Believed fix for error when calculating the position in the output DCP of a r...Carl Hetherington
2022-06-12Some hacks for Python 3 compatibility and to work with SMPTE content.Carl Hetherington
2022-06-12Supporters/subscribers update.Carl Hetherington
2022-06-12Add tester.Carl Hetherington
2022-06-10Fix hints test after subtitle font changes.Carl Hetherington
2022-06-10Remove duplicate call to write().Carl Hetherington
2022-06-10Add some missing locking.Carl Hetherington
2022-06-10Fix problems when loading old projects with the new subtitle font code (#2271).Carl Hetherington
2022-06-10Add Film::last_written_by_earlier_than()Carl Hetherington
2022-06-10Rename CheckContentChangeJob -> CheckContentJob.Carl Hetherington
2022-06-10Make it OK to re-examine content with subtitles.Carl Hetherington
2022-06-10C++11 tidying.Carl Hetherington
2022-06-10Fix incorrect burnt-in subtitle colours when burning into a DCP source (#2261).Carl Hetherington
2022-06-09Fix strange multi-selection behaviour on Linux (#2269).Carl Hetherington
2022-06-08Fix a few places where a complete ERROR message was not being sent.Carl Hetherington
2022-06-07Don't search for empty font names to avoid random fonts being chosen.Carl Hetherington
2022-06-07Remove some cout and tidy up slightly.Carl Hetherington
2022-06-07I'm not sure a cout about audio underruns is really useful.Carl Hetherington
2022-06-07Throw exceptions when Hints thread fails in tests.Carl Hetherington
2022-06-07Tidying.Carl Hetherington
2022-06-07Ask fontconfig to scan the system for fonts requested by text subtitle files ...Carl Hetherington
2022-06-07Rearrange subtitle font management.Carl Hetherington
2022-06-07Move fontconfig-related code out to a class.Carl Hetherington
2022-06-07In-line a call to emit_plain_start() so it's less confusing.Carl Hetherington
2022-06-07Rename some variables.Carl Hetherington
2022-06-07Extract method to set forced appearance.Carl Hetherington
2022-06-07Extract method to escape text.Carl Hetherington