summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
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-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-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-07Don't search for empty font names to avoid random fonts being chosen.Carl Hetherington
2022-06-07I'm not sure a cout about audio underruns is really useful.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
2022-06-07Fix the header guard and tidy up.Carl Hetherington
2022-06-07Rearrange some includes of dcpomatic_time.hCarl Hetherington
2022-06-07Tidying.Carl Hetherington
2022-06-07Add a comment.Carl Hetherington
2022-06-07Lengthen some very short variable names.Carl Hetherington
2022-06-07Switch some list -> vector for consistency.Carl Hetherington
2022-06-07C++11 tidying.Carl Hetherington
2022-06-07Fix incorrect extension on interop subtitle files (#2270).Carl Hetherington
2022-06-06Preserve export video settings in the config (#2259).Carl Hetherington
2022-06-06Remove unused H246_PCM export code.Carl Hetherington
2022-06-06Make jump-to-first-subtitle also work with DCP subs.Carl Hetherington
2022-06-05Improve accuracy of subtitle font sizing.Carl Hetherington
2022-06-03Make subtitle asset filename obey custom settings (#2260).Carl Hetherington
2022-06-03Tidy up some duplicated code.Carl Hetherington
2022-06-03Allow sending KDMs to more emails (#2244).Carl Hetherington
2022-06-03Improve some short variable names.Carl Hetherington
2022-05-28Remove out-of-date comment.Carl Hetherington
2022-05-26Fix race between the Butler thread starting and audio (perhaps) being disabled.Carl Hetherington
2022-05-26Cleanup: use some more make_shared.Carl Hetherington
2022-05-26Lower the level of some log messages.Carl Hetherington
2022-05-26Cleanup: remove unused constructor.Carl Hetherington
2022-05-21Fix error when loading encrypted DCPs (#2257).Carl Hetherington
2022-05-14Store audio fades in template (#2254).Carl Hetherington
2022-05-13Support auto-crop for YUV422P10LE.Carl Hetherington