summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-04-23Fix doxygen comment.Carl Hetherington
2026-04-23Support grok on Fedora 43.Carl Hetherington
2026-04-22Use a plain itemizedlist so that the PDF formatting is better.Carl Hetherington
2026-04-22White space: image_test.ccCarl Hetherington
2026-04-22Add some more pixfmts.Carl Hetherington
2026-04-22Tweak to fr_FR translation from Théo Lalanne.Carl Hetherington
2026-04-22Updated fr_FR translation from Théo Lalanne.Carl Hetherington
2026-04-21Fix bug causing mangled audio analyses in some cases (#3155).Carl Hetherington
The duplicate ID detection was broken due to using the video stream index rather than its ID for checks.
2026-04-21Compress an if.Carl Hetherington
2026-04-21Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2026-04-21White space: ffmpeg_decoder.{cc,h}Carl Hetherington
2026-04-21pot/merge.Carl Hetherington
2026-04-21Fix verification message.Carl Hetherington
2026-04-20pot/merge.Carl Hetherington
2026-04-20Tweak set_paths.shCarl Hetherington
2026-04-20DYLD_LIBRARY_PATH tweaks for macOS.Carl Hetherington
2026-04-19Give some idea of how much XML/MXF files are too big when hinting.Carl Hetherington
2026-04-18Fix cover sheet test after 6c0d58ac.Carl Hetherington
2026-04-18Fix time tests after 6c0d58ac.Carl Hetherington
2026-04-16Add --fill-crop to create CLI (#3008).Carl Hetherington
This can be used to extract images from letterboxed/pillarboxed frames.
2026-04-16Preserve DCP subtitle settings when re-examining (#3152).Carl Hetherington
2026-04-16Compress an if.Carl Hetherington
2026-04-16Remove unused variable.Carl Hetherington
2026-04-16Fix sensitivity of playback controls on startup.Carl Hetherington
2026-04-16Fix some confusing use of period in a timecode (#3148).Carl Hetherington
I think it should just be colons all the way.
2026-04-16White space: wx_util.{cc,h}Carl Hetherington
2026-04-15Bump libdcp for fix to #3097.Carl Hetherington
2026-04-15Tidy up: use same initialisation for text as in ::examine().Carl Hetherington
2026-04-15Fix error when re-examing DCP subtitle content (#3152).Carl Hetherington
2026-04-15Move utf8_strlen() out to libdcp.Carl Hetherington
2026-04-15Fix erroneous hints about ccaps having more than 3 lines if they contain ↵Carl Hetherington
formatting.
2026-04-13Fix message.v2.18.38Carl Hetherington
2026-04-13Fix tests on Ubuntu 26.04.Carl Hetherington
2026-04-13Build tests on Ubuntu 26.04 instead of 25.10.Carl Hetherington
2026-04-13Fix build on Ubuntu <= 18.04.Carl Hetherington
2026-04-12Supporters update.Carl Hetherington
2026-04-12Fix macOS build.Carl Hetherington
2026-04-11Add some missing substitutions.Carl Hetherington
2026-04-11Fix loading DCPs into the verifier with trailing /Carl Hetherington
2026-04-11Supporters update.Carl Hetherington
2026-04-11Allow loading DCPs from the GUI verifier command line.Carl Hetherington
2026-04-11Extract load_dcps.Carl Hetherington
2026-04-11White space: editable_list.hCarl Hetherington
2026-04-11Grok: 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.
2026-04-11Fix git url after server changes.Carl Hetherington
2026-04-09White space: full_language_tag_dialog.{cc,h}Carl Hetherington
2026-04-09White space: video_mxf_content.{cc,h}Carl Hetherington
2026-04-09White space: text_ring_buffers.{cc,h}Carl Hetherington
2026-04-09White space: nanomsg.{cc,h}Carl Hetherington
2026-04-09White space: image_examiner.{cc,h}Carl Hetherington