summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2025-10-27White space: playlist_controls.{cc,h}Carl Hetherington
2025-10-27White space: dcp_content.{cc,h}Carl Hetherington
2025-10-27Tweak wording of gain calculator dialogue.Carl Hetherington
2025-10-27Fix incorrect reading of markers from multi-reel DCPs (#3105).Carl Hetherington
2025-10-25Fix build on Arch with boost 1.89.v2.18.28Carl Hetherington
2025-10-24Supporters update.v2.18.27Carl Hetherington
2025-10-23Fix thinko in manual.Carl Hetherington
2025-10-22White space: resampler.{cc,h}Carl Hetherington
2025-10-22Cleanup: header ordering.Carl Hetherington
2025-10-21Fix memory leak when using libicu.Carl Hetherington
2025-10-20Fix crash when specifying negative crops in the player.Carl Hetherington
2025-10-20Bump libdcp to allow builds on Ubuntu 14.04 and fix a potential crash with ↵Carl Hetherington
the ASDCPErrorSuspender.
2025-10-16Fix long delay in response to 2nd query from client.Carl Hetherington
We only accept one thing at a time, and firefox would make a request, then 2nd request on a different connection. The 2nd request would not be handled until the first had timed out waiting for a request that never came.
2025-10-16Update log types when they might have changed.Carl Hetherington
2025-10-16Missing parameter name.Carl Hetherington
2025-10-16Potentially fix stopping of sockets.Carl Hetherington
2025-10-16White space.Carl Hetherington
2025-10-16Fix HTTP server when socket is closed.Carl Hetherington
2025-10-16Missing const.Carl Hetherington
2025-10-15Supporters update.v2.18.26Carl Hetherington
2025-10-15White space: check_content_job.{cc,h}Carl Hetherington
2025-10-15Cleanup: compress an if and use a make_shared.Carl Hetherington
2025-10-15Link to getting your KDM certificate from the player part of the manual.Carl Hetherington
2025-10-15Add another new test reference for FFmpeg 8.Carl Hetherington
Commit 045a8b15b19ec7f872fb01cfb986faeaa26cb8bb changed how AC3/EAC3 decoders in FFmpeg are flushed, and this caused a considerable change to the audio result in this test (in particular, the audio is about 3db louder after the FFmpeg change). I'm assuming the previous result was just wrong.
2025-10-15Add some new test references for FFmpeg 8.Carl Hetherington
In ffmpeg commit af6d52eec66961f6a502b0f2f390c12226d087cd the precision of XYZ/RGB conversion was improved from 12- to 16-bit, and this changes the outputs of these tests.
2025-10-15Fix test to use a file with audio.Carl Hetherington
2025-10-15New test reference for Arch.Carl Hetherington
2025-10-15Fix confusing file name.Carl Hetherington