summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-11-17Don't build Grok on Ubuntu 25.10.v2.18.32Carl Hetherington
It fails because the code needs to work with boost::process v2.
2025-11-16Use mutter workaround on Fedora >= 42 and Ubuntu >= 24.04.Carl Hetherington
I assume it's also required on newer operating systems, though I should probably check.
2025-11-16Fix crash with --workaround-mutter.Carl Hetherington
This needs the signal manager to exist.
2025-11-15Supporters update.v2.18.31Carl Hetherington
2025-11-15Build Fedora 42 version with support for Grok.Carl Hetherington
2025-11-15Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2025-11-14Fix "Verify picture assets details" checkbox in the player (#3118).Carl Hetherington
2025-11-14Cleanup: compress a couple of ifs.Carl Hetherington
2025-11-13Bump libdcp to stop it saying out-of-date certificates are invalid.Carl Hetherington
2025-11-12Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2025-11-10Supporters update.v2.18.30Carl Hetherington
2025-11-10Bump libdcp to get combiner error fix.Carl Hetherington
2025-11-09pot/merge.Carl Hetherington
2025-11-09Re-examine files created before we stopped auto-generating stream IDs.Carl Hetherington
2025-11-09Add remove_stream_ids().Carl Hetherington
2025-11-09White space: ffmpeg_content.{cc,h}Carl Hetherington
2025-11-09Preserve CPL/PKL filenames in the editor (#3109).Carl Hetherington
2025-11-08Update test reference after adding AV_CODEC_FLAG_BITEXACT for audio encoding.Carl Hetherington
2025-11-08Use our own openjpeg for running tests on arch.Carl Hetherington
2025-11-07Use AV_CODEC_FLAG_BITEXACT when encoding audio.Carl Hetherington
Otherwise, for example, aacenc.c in ffmpeg calls put_bitstream_info() every so often. This writes the avcodec version string into the packet, so that when that string becomes longer there are fewer bits available for encoding the audio, slightly changing the rate calculations.
2025-11-07Package for Arch using makepkg.Carl Hetherington
2025-11-05Add hint about partially-encrypted projects.Carl Hetherington
2025-11-05Clarify a little when dcp_inspect or clairmeta fail during tests.Carl Hetherington
2025-11-05Allow specification of which parts of the DCP to encrypt (#3099).Carl Hetherington
2025-11-04Fix ineffectual attempt to set up special test logging.Carl Hetherington
2025-11-04Fix failure to play any audio when one stream isn't producing anything (#3108)Carl Hetherington
Without this we consider a never-pushed stream active, but with position 0, so we think we never have any audio ready.
2025-11-03Missing check for duplicate IDs.Carl Hetherington
Without this call we don't spot duplicates that are found in the initial scan.
2025-10-31Don't even try to use dark mode on Windows (#3107).Carl Hetherington
2025-10-30Move JSONServer State to avoid ODR violation.v2.18.29Carl Hetherington
2025-10-30Build for arch with LINKFLAGS -Werror to catch linker warnings.Carl Hetherington
2025-10-30Build for arch with some of the CXXFLAGS that the packaging seems to end up ↵Carl Hetherington
using.
2025-10-30Fix RFC 2822 tests on Windows when run in non-DST.Carl Hetherington
2025-10-30Add some extra details to a test.Carl Hetherington
2025-10-29Don't report channels as mapped when they are not included in the film's ↵Carl Hetherington
channel count. So e.g. if you map the 7.1 surrounds but have a 6-channel film it should consider those channels un-mapped.
2025-10-29Fix copy-and-paste error with test film name.Carl Hetherington
2025-10-29White space: credentials_download_certificate_panel.{cc,h}Carl Hetherington
2025-10-29White space: content_properties_dialog.{cc,h}Carl Hetherington
2025-10-29White space: batch_job_view.{cc,h}Carl Hetherington
2025-10-29Switch to a default value.Carl Hetherington
2025-10-29White space: audio_plot.ccCarl Hetherington
2025-10-29White space: transcode_job.{cc,h}Carl Hetherington
2025-10-29White space: kdm_recipient.{cc,h}Carl Hetherington
2025-10-29White space: find_missing.hCarl Hetherington
2025-10-29White space: audio_buffers.{cc,h}Carl Hetherington
2025-10-29White space: audio_analyser.{cc,h}Carl Hetherington
2025-10-29White space: atmos_decoder.{cc,h}Carl Hetherington
2025-10-28Supporters update.Carl Hetherington
2025-10-28Fix decryption import code to work with PKCS1 and PKCS8 formats.Carl Hetherington
PKCS1 uses BEGIN RSA PRIVATE KEY but PKCS8 has only BEGIN PRIVATE KEY
2025-10-28Move decryption {ex,im}port code to a new file.Carl Hetherington
2025-10-27White space.Carl Hetherington