summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-15Inspect all DCPs made during tests with ClairMeta.76-dcp-inspectCarl Hetherington
2024-01-15Inspect all DCPs made during tests with dcp_inspect.Carl Hetherington
2024-01-15Missing PRIVATE_GIT update from previous.Carl Hetherington
2024-01-15Fix handling of empty font IDs and default DCP fonts (#2721) (part of #2722).Carl Hetherington
Previously we used an empty font ID as the default for when a subtitle has no Font, but in #2721 we saw a DCP with an empty font ID which raised an assertion (because we'd already added our default font with the empty ID). Here we try to fix this (and also make the default font correctly be that from the first <LoadFont>).
2024-01-15Increase timeout before pulsing the progress bar for a job.Carl Hetherington
2024-01-13Add an assert.Carl Hetherington
2024-01-13Show hashes when they disagree during verification (#2717).Carl Hetherington
2024-01-13Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2024-01-12Fix scaling of bitmap subs when the corresponding video is cropped (#2670).Carl Hetherington
Previously we would scale the bitmap size/position to a proportion of the original video frame, then scale it back up again to the DCP container. This didn't take into account some cropped cases where the picture would end up the same shape but the subtitles would be stretched.
2024-01-12pot/merge.Carl Hetherington
2024-01-11Fix markers view for RTL languages (part of #2696).Carl Hetherington
2024-01-11Fix "add" markers submenu for the last couple of markers.Carl Hetherington
2024-01-11Attempt to rationalise menu IDs and avoid duplicates.Carl Hetherington
2024-01-11Cleanup: using/include sorting.Carl Hetherington
2024-01-11Fix timecode order in RTL languages (part of #2696).Carl Hetherington
2024-01-11Supporters update.Carl Hetherington
2024-01-11Updated fa_IR translation from Soleyman Rahmani.Carl Hetherington
2024-01-11More test fixes after changes in c2c6fbdd8dddbb6ccba0a6ae49a13d5364122df7Carl Hetherington
2024-01-11Fix tests after changes in c2c6fbdd8dddbb6ccba0a6ae49a13d5364122df7Carl Hetherington
2024-01-11Reduce minimum "non-standard" ISDCF part name length to 1.Carl Hetherington
Otherwise on macOS (at least) you can't type in any numbers, seemingly because it checks on each keypress so e.g. you clear it, enter 1 and a bell rings because 1 is too small. It's fine on Linux (a too-small number is corrected when you press enter).
2024-01-10Fix crash when changing ISDCF name part length (#2690).Carl Hetherington
2024-01-10Mark a VF as having assets, even if they are unresolved (#1024).Carl Hetherington
This allows them to be displayed in the timeline, hopefully without any unwanted side-effects.
2024-01-09Re-make video after YUV/RGB matrix is changed (#2714).Carl Hetherington
2024-01-09Cleanup: white space.Carl Hetherington
2024-01-09Check for bad DN qualifiers on signer certificates (#2716).Carl Hetherington
2024-01-09Move ScopeGuard into libdcp.Carl Hetherington
2024-01-08Updated fa_IR translation from Soleyman Rahmani.Carl Hetherington
2024-01-05Cleanup: remove unused method.Carl Hetherington
2024-01-05Don't use video streams with AV_DISPOSITION_ATTACHED_PIC (#2349).Carl Hetherington
These are seen in MP3 files for cover art.
2024-01-05Add new "territory type" so that INT-T{D,L} can be chosen (#2704).Carl Hetherington
2024-01-05Add Choice::set_by_data().Carl Hetherington
2024-01-05Remove out-of-date patrons.Carl Hetherington
2024-01-04Cleanup: longer variable name.Carl Hetherington
2024-01-04Merge branch '2694-remove-odd-check'Carl Hetherington
Allow referring to OVs where not every reel has a subtitle/ccap, fixing it if required by adding our own reels.
2024-01-04Add a test.Carl Hetherington
2024-01-04Add dummy subtitle and closed caption reels even when referencingCarl Hetherington
other DCPs (in a VF) that themselves might have missing subtitles for some reels.
2024-01-04Fix libdcp to not crash in some VF verification situations.Carl Hetherington
2024-01-04Don't try to add fonts from an asset that we don't have.Carl Hetherington
2024-01-04Don't add an asset that we don't have.Carl Hetherington
2024-01-04Don't crash when checking a DCP with no subtitles in some reel.Carl Hetherington
2024-01-04Remove checks for referenced DCPs having content in all reels (#2694).Carl Hetherington
I can't see why this was done, other than perhaps to avoid output with no subtitles in a reel (which is not allowed by Bv2.1). But I think even if that does still happen we could make our own reels for the missing ones.
2024-01-04Allow specification of map CPLs by ID (#2702).Carl Hetherington
2024-01-04Use sudo for apt.Carl Hetherington
Though the cci instance on main runs things on droplets as root, on klopp they run as carl. I made password-less sudo for apt work on the docker image so this makes the appimage builds work on klopp too.
2024-01-04Add libthai to AppImage (#2642).Carl Hetherington
2024-01-02Remove tick/no_tick icons which I believe are no longer used.Carl Hetherington
They were added to the list in the playlist editor but seemingly not used.
2024-01-02Updated fa_IR translation from Soleyman Rahmani.Carl Hetherington
2024-01-02Observe CPL changing, so that (e.g.) Make KDM button becomes sensitiveCarl Hetherington
when selecting a screen and then choosing a CPL by browsing the filesystem (when there was no CPL previously selected).
2024-01-02Cleanup: whitespace.Carl Hetherington
2024-01-02Cleanup: auto.Carl Hetherington
2024-01-02Happy new year.Carl Hetherington