summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2025-10-15Relax and tidy some test references for Arch.Carl Hetherington
2025-10-15Only run EBUR128 tests if we have an appropriate FFmpeg.Carl Hetherington
2025-10-15Build tests on Arch.Carl Hetherington
2025-10-15Support FFmpeg 8 (for Arch).Carl Hetherington
2025-10-15Disable use of stream IDs if there are duplicates, rather than rewriting.Carl Hetherington
It turns out that FFmpeg decoders (e.g. flv, see FFmpeg 25faaa311a74efdfdc4fed56996d7338ed807488) check stream IDs and sometimes create new streams if they see one that they didn't see before. If we change stream IDs we break this. Here we try to use stream indices in cases where the IDs are duplicated. We also account for the case where a new stream appears during examination. This wasn't covered by tests until the FFmpeg commit mentioned above, were the flv decoder creates a new stream during examination of boon_telly.mkv.
2025-10-15Cleanup: use a make_shared.Carl Hetherington
2025-10-15Cleanup: use fmt::to_string().Carl Hetherington
2025-10-15Move two methods into the .ccCarl Hetherington
2025-10-15Cleanup: header sorting.Carl Hetherington
2025-10-15Cleanup: white space and sorting.Carl Hetherington
2025-10-15White space: ffmpeg_subtitle_stream.{cc,h}Carl Hetherington
2025-10-15White space: ffpmeg_examiner.{cc,h}Carl Hetherington
2025-10-15White space: ffmpeg_stream.ccCarl Hetherington
2025-10-15White space: ffmpeg_stream.hCarl Hetherington
2025-10-15White space: ffmpeg_audio_stream.hCarl Hetherington
2025-10-15Add some closed caption details to the manual.Carl Hetherington
2025-10-15Fix macOS compile error and try to make display sleep work there.Carl Hetherington
2025-10-13Fix incorrect use of raw_convert (should be locale_convert).Carl Hetherington
2025-10-11Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2025-10-10Add an audio graph option to the player (#3090).Carl Hetherington
2025-10-10Improve the audio dialog title a bit.Carl Hetherington
2025-10-10Stop drawing random stuff below the y axis.Carl Hetherington
2025-10-10Fix the position of the X axis labels.Carl Hetherington
2025-10-10Pad more at the top of audio plots.Carl Hetherington
2025-10-10Rename y_origin -> y_pad.Carl Hetherington
2025-10-10Allow film audio analysis without a _directory.Carl Hetherington
2025-10-10Add Content::path_for_display().Carl Hetherington
2025-10-10Fix comment.Carl Hetherington
2025-10-10Cleanup: use signals for seeking on audio graph clicks.Carl Hetherington
2025-10-10Fix comment.Carl Hetherington
2025-10-10White space: dcpomatic_player.ccCarl Hetherington
2025-10-10Keep screen awake while playing on Windows (#3095).Carl Hetherington
2025-10-10White space: video_view.{cc,h}Carl Hetherington
2025-10-10Allow Waker to keep different things awake for different reasons.Carl Hetherington
2025-10-10Fix tests after changes to config parameters.Carl Hetherington
2025-10-08Remove un-settable config parameters.Carl Hetherington
2025-10-07Use macOS' own sqlite3 library (#3087).Carl Hetherington
2025-10-07pot/merge.Carl Hetherington
2025-10-07Add some comments for translators.Carl Hetherington
2025-10-07Improve the error you get when trying to upload a DCP with bad settings.Carl Hetherington
2025-10-06Specify 16-bit for dummy WAV files so they don't get too big and trip the ↵Carl Hetherington
32-bit length limit.