summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
13 hoursBump ffmpeg for no strip.support-080626Carl Hetherington
18 hoursDebug logging.Carl Hetherington
18 hoursApparently we still need the boot atomic library.HEADmainCarl Hetherington
42 hoursProtect _dcp_decode_reduction with the mutex rather than a std::atomic.Carl Hetherington
Things in boost/std::atomic must be trivially copiable.
42 hoursUse std::atomic rather than boost::atomic.Carl Hetherington
It's in C++11.
12 daysAdd --trusted-device-chain option to KDM CLI.Carl Hetherington
12 daysWarn if you specify trusted devices with a formulation that won't use them.Carl Hetherington
2026-04-24Supporters update.Carl Hetherington
2026-04-24Bump libdcp and libsub for boost test link fixes.Carl Hetherington
2026-04-23Fix 32-bit Windows build.v2.18.39Carl Hetherington
2026-04-23Supporters update.Carl Hetherington
2026-04-23Fix reading of RGB0 images.Carl Hetherington
We would allocate 3 bytes per pixel instead of 4. I couldn't see a way to get FFmpeg to tell us about this (unless we used FFmpeg's stride somehow maybe?)
2026-04-23Fix late subtitles when they are muxed late with respect to the video.Carl Hetherington
In one example we have the sequence video 3088,377 sub 3087,334 sub 3088,710 video 3088,419 so the 3087,334 sub is very late. Here we insert a queue to bring subtitle packets a little forward for processing. There is already a similar thing in the player (_delay) but adding a longer delay there seems wasteful because a) the video is by that point already decompressed and b) this problem only applies to FFmpeg-decoded files (and then, I think only if we are previewing or burning in subtitles).
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