summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-09-18Remove default standard setting (already taken from template).2381-templatesCarl Hetherington
2023-09-18Remove default J2K bandwidth setting (already taken from template).Carl Hetherington
2023-09-17Remove default DCP audio channel setting (already taken from template).Carl Hetherington
2023-09-17Remove default DCP content type setting (already taken from template).Carl Hetherington
2023-09-17Always use a default template.Carl Hetherington
2023-09-17Add default_template_name().Carl Hetherington
2023-09-17Cleanup: use make_shared.Carl Hetherington
2023-09-17Cleanup: use a Choice rather than a wxChoice.Carl Hetherington
2023-09-17Make it easier to update an existing template.Carl Hetherington
2023-09-17list -> vector in Config::templates().Carl Hetherington
2023-09-14Move UTC offset for KDMs from the cinema to the point of KDM creation (#2300).v2.17.7Carl Hetherington
2023-09-14Change how video timing is done.Carl Hetherington
2023-09-14Add operator* for Time and int.Carl Hetherington
2023-09-14Fix FFmpegExaminer termination condition when there is no video;Carl Hetherington
2023-09-14Bump ffmpeg to 5.1.2 "Riemann"Carl Hetherington
2023-09-14Normalise XML attribute names to be camelCase (#2241).Carl Hetherington
2023-09-14Use 2.18.x subdirectory for configuration.Carl Hetherington
2023-09-13Supporters update.v2.16.64Carl Hetherington
2023-09-12Update ISDCF name when DCP track changes.Carl Hetherington
2023-09-12Somewhat fix inclusion of CCAP language in ISDCF name (#2610).Carl Hetherington
2023-09-12Add Film::closed_caption_languages().Carl Hetherington
2023-09-12Update DCP name when some text changes from subtitle to ccap.Carl Hetherington
2023-09-12Always add -CCAP to ISDCF names if there are ccaps.Carl Hetherington
2023-09-09Always call AddCatalog("wxstd") as it appears to be necessary toCarl Hetherington
2023-09-09Open Windows console earlier in startup.Carl Hetherington
2023-09-07Sanitise asset names after potentially failed %-based substitutions (#945).Carl Hetherington
2023-09-07Disallow % from asset names as it seems to awake some XML character-encodingCarl Hetherington
2023-09-07Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2023-09-05pot/merge.Carl Hetherington
2023-09-04Use configured issuer/creator for DCPs made by map (#2585).Carl Hetherington
2023-09-03Ignore newlines in subtitle text (#2341).Carl Hetherington
2023-09-03Fix rendering of italic fonts during tests on Windows.Carl Hetherington
2023-09-02Fix crash when pressing Ctrl+{C,V} at the wrong time.Carl Hetherington
2023-09-01Supporters update.v2.16.63Carl Hetherington
2023-09-01Supporters update.Carl Hetherington
2023-08-29Fix vertical alignment of subtitles in some cases (#2569).Carl Hetherington
2023-08-29Fix incorrect horizontal positions when different HPositions are used with on...Carl Hetherington
2023-08-29Cleanup: use some more vector instead of list.Carl Hetherington
2023-08-27Handle fonts/subdirs correctly for CCAPs with _map (#2584).Carl Hetherington
2023-08-27Fix refusal to reference overlapping but different text content (#2599).Carl Hetherington
2023-08-27Tweak a message to be more grammatically correct.Carl Hetherington
2023-08-26Cleanup: use some lambdas.Carl Hetherington
2023-08-26Set up packet duration correctly when encoding using FFmpeg (#2588).Carl Hetherington
2023-08-26Check a return value for error.Carl Hetherington
2023-08-26Speculative fix to ensure correct freeing.Carl Hetherington
2023-08-26Extend run_ffprobe to allow arguments and capture of stdout.Carl Hetherington
2023-08-26Try to capture ffmpeg logs during tests.Carl Hetherington
2023-08-26Cleanup: extract TranscodeJob::frames_per_second().Carl Hetherington
2023-08-26Don't bother reporting job durations less than 10s.Carl Hetherington
2023-08-26Use _{start,finish}_time in TranscodeJob.Carl Hetherington