summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
6 hoursFix build on Ubuntu <= 18.04.ub18Carl Hetherington
18 hoursSupporters update.HEADmainCarl Hetherington
19 hoursFix macOS build.Carl Hetherington
33 hoursAdd some missing substitutions.Carl Hetherington
33 hoursFix loading DCPs into the verifier with trailing /Carl Hetherington
36 hoursSupporters update.Carl Hetherington
37 hoursAllow loading DCPs from the GUI verifier command line.Carl Hetherington
37 hoursExtract load_dcps.Carl Hetherington
37 hoursWhite space: editable_list.hCarl Hetherington
37 hoursGrok: fix hang when encoding with burned-in subtitles and no colour conversionAaron Boxer
When a source has no colour conversion (e.g. an already-XYZ J2K DCP), every frame normally bypasses encoding via the has_j2k() fast-path. But has_j2k() returns false as soon as _text is set, so the first burned-subtitle frame goes through the encode path and hits the colour_conversion assertion in the Grok variant of convert_to_xyz(), killing the Grok threads one by one until the queue can no longer drain. Handle the no-conversion case the same way the local convert_to_xyz() overload does: the image is already XYZ12LE, so copy it straight into the destination buffer.
39 hoursFix git url after server changes.Carl Hetherington
3 daysWhite space: full_language_tag_dialog.{cc,h}Carl Hetherington
3 daysWhite space: video_mxf_content.{cc,h}Carl Hetherington
3 daysWhite space: text_ring_buffers.{cc,h}Carl Hetherington
3 daysWhite space: nanomsg.{cc,h}Carl Hetherington
3 daysWhite space: image_examiner.{cc,h}Carl Hetherington
3 daysWhite space: image_decoder.{cc,h}Carl Hetherington
3 daysWhite space: file_group.{cc,h}Carl Hetherington
3 daysWhite space: ffmpeg.{cc,h}Carl Hetherington
3 daysWhite space: encode_server_finder.{cc,h}Carl Hetherington
3 daysWhite space: dcp_subtitle_content.{cc,h}Carl Hetherington
3 daysWhite space: cinema_sound_processor.{cc,h}Carl Hetherington
3 daysWhite space: audio_mapping.{cc,h}Carl Hetherington
3 daysWhite space: analyse_subtitles_job.{cc,h}Carl Hetherington
3 daysWhite space: active_text.{cc,h}Carl Hetherington
4 daysWhite space: audio_dialog.{cc,h}Carl Hetherington
4 daysWhite space: j2k_image_proxy.{cc,h}Carl Hetherington
4 daysWhite space: image_content.{cc,h}Carl Hetherington
4 daysWhite space: threed_test.ccCarl Hetherington
4 daysWhite space: audio_analysis_test.ccCarl Hetherington
4 daysWhite space: kdm_dialog.{cc,h}Carl Hetherington
4 daysWhite space: log.{cc,h}Carl Hetherington
4 daysFix incorrect fade outs (#3145).Carl Hetherington
4 daysRename test.Carl Hetherington
4 daysTidy up a little: rename some variables, remove an unnecessary cast.Carl Hetherington
4 daysSupport skipping of multiple frames (so e.g. we can handle 120fps sources).Carl Hetherington
4 daysFix references to reel mode control in the manual.Carl Hetherington
4 daysMake FrameRateChange data private.Carl Hetherington
4 daysWhite space: frame_rate_change.{cc,h}Carl Hetherington
4 daysUpdated ja_JP translation from 林雅成.Carl Hetherington
5 daysWhite space: frame_rate_test.ccCarl Hetherington
5 daysSupporters update.Carl Hetherington
5 daysBump private test data version.Carl Hetherington
5 daysAllow Ubuntu 26.04 builds.Carl Hetherington
6 daysBump ffcmp for ffmpeg version bump.Carl Hetherington
7 daysBump libdcp for fix to 8-bit RGBA image conversions.Carl Hetherington
11 daysMerge branch 'tidy-verify'Carl Hetherington
This adapts DCP-o-matic for a lot of changes to how libdcp reports verification results, including a lot of i18n tweaks.
11 daysBring libdcp back to a tagged version.Carl Hetherington
11 daysRemove dcp::VerificationNote::Note.Carl Hetherington
11 daysINVALID_JPEG2000_TILE_PARTS_FOR_{2,4}K: note -> tile_parts.Carl Hetherington