summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-09-01Supporters update.v2.16.63Carl Hetherington
2023-09-01Missing #ifdef for Windows references.Carl Hetherington
2023-09-01Supporters update.Carl Hetherington
2023-09-01Bump libdcp to release version.Carl Hetherington
2023-08-29Fix vertical alignment of subtitles in some cases (#2569).Carl Hetherington
2023-08-29Give a more useful error when check_dcp() fails.Carl Hetherington
2023-08-29Fix incorrect horizontal positions when different HPositions are used with ↵Carl Hetherington
one VPosition. Previously if HPosition changed we would still use a single "line" (i.e. Pango layout) for all the text, meaning that HPosition would not be respected.
2023-08-29Restore burnt subtitle tests.Carl Hetherington
2023-08-29Cleanup: use some more vector instead of list.Carl Hetherington
2023-08-27Fix tests when changing the cinemas file.Carl Hetherington
2023-08-27Handle fonts/subdirs correctly for CCAPs with _map (#2584).Carl Hetherington
2023-08-27Bump libdcp to properly check for missing fonts in CCAP LoadFont tags.Carl Hetherington
2023-08-27Fix refusal to reference overlapping but different text content (#2599).Carl Hetherington
2023-08-27Tweak a message to be more grammatically correct.Carl Hetherington
2023-08-26Cleanup: use some lambdas.Carl Hetherington
2023-08-26Update test/data for missing test reference.Carl Hetherington
2023-08-26Set up packet duration correctly when encoding using FFmpeg (#2588).Carl Hetherington
It seems strange that this is necessary (maybe I'm missing some other way that the packet duration is supposed to be set up). Without this, when the mov muxer writes the trak tags it uses an incorrect length value because the length value is calculated from trk->end_pts, which in turn is calculated from the last-seen pts + the duration of the last packet. If that packet is marked as length 0 the length of the track is 1 frame short, so the export is missing a frame.
2023-08-26Check a return value for error.Carl Hetherington
2023-08-26Speculative fix to ensure correct freeing.Carl Hetherington
2023-08-26Extend run_ffprobe to allow arguments and capture of stdout.Carl Hetherington
2023-08-26Try to capture ffmpeg logs during tests.Carl Hetherington
2023-08-26Cleanup: extract TranscodeJob::frames_per_second().Carl Hetherington
2023-08-26Don't bother reporting job durations less than 10s.Carl Hetherington
2023-08-26Use _{start,finish}_time in TranscodeJob.Carl Hetherington
2023-08-26Give more details when jobs finish (#2572).Carl Hetherington
2023-08-24Add --cinemas-file option to KDM CLI.Carl Hetherington
2023-08-24Replace a couple of erroneous calls to exit() in kdm_cli.cc.Carl Hetherington
2023-08-24Add some more detail to the KDM CLI help.Carl Hetherington
2023-08-23Bump libdcp for subtitle alignment parsing fix (#2602).Carl Hetherington
2023-08-22Fixed libdcp reference to be a release.Carl Hetherington
2023-08-20Supporters update.v2.16.62Carl Hetherington
2023-08-20Another signed/unsigned mismatch.Carl Hetherington
2023-08-20Fix unsigned/signed mismatch.Carl Hetherington
2023-08-19Yet more private file fixing.Carl Hetherington
2023-08-19More private test files tinkering.Carl Hetherington
2023-08-19Private test files repo change.Carl Hetherington
2023-08-19Supporters update.Carl Hetherington
2023-08-15Bump libdcp for dcp::LocalTime format fix.Carl Hetherington
2023-08-15Cope with unexpected channel counts in data coming from audio decoders.Carl Hetherington
2023-08-15Add Resampler::channels().Carl Hetherington
2023-08-15Add Audiobuffers::set_channels().Carl Hetherington
2023-08-15Cleanup: remove unused variable.Carl Hetherington
2023-08-15Remove now-unnecessary assertion.Carl Hetherington
Since e29ce33a36c2e20444d57196defc86d5072bce81 channels is the number of channels in the frame, and also the number in data, so we don't need to check this any more.
2023-08-14Bump ffmpeg to fix build on binutils >= 2.41 (currently in Debian unstable).Carl Hetherington
2023-08-12Add missing GUI message.v2.16.61Carl Hetherington
2023-08-12Bump ffmpeg for fix to EXR parsing with non-multiple-of-8 image sizes (#2508).Carl Hetherington
2023-08-12Supporters update.Carl Hetherington
2023-08-12Bump libdcp for verification of <LabelText> in <ContentVersion>Carl Hetherington
2023-08-12Prevent empty <LabelText> in <ContentVersion> (#2594).Carl Hetherington
2023-08-11Fix tests on Windows.Carl Hetherington