summaryrefslogtreecommitdiff
path: root/cscript
AgeCommit message (Collapse)Author
2024-06-27Bump libdcp for speculative fix for #2839.Carl Hetherington
2024-06-18Build tests on Ubuntu 24.04.Carl Hetherington
2024-05-22Bump libsub for SSA Margin{L,R} support (#2811).Carl Hetherington
This also pulls in a colour fix for binary STL but the colours are not yet visible in the preview due to another bug.
2024-05-15Fix Windows test runner.Carl Hetherington
2024-05-15Fix macOS environment setup.Carl Hetherington
2024-05-13Bump libdcp for another MCA channel ID fix (#2810).Carl Hetherington
2024-05-01Don't "pollute" the library path with /usr/local/lib.Carl Hetherington
Sometimes we don't want to use the stuff in there.
2024-04-17Bump libdcp for more relaxed CPL parsing (#2797).Carl Hetherington
2024-04-15Don't use --target-macos-arm64 any more, since it's not supported.Carl Hetherington
2024-03-19Bump libdcp for SMPTE timecode parsing fix and better handling of unexpected ↵Carl Hetherington
verify errors.
2024-03-16Add dark-mode link icon.Carl Hetherington
2024-03-01Build for Ubuntu 24.04.Carl Hetherington
2024-02-17Add option to load prefs from ZIP (#2771).Carl Hetherington
2024-02-14Bump libdcp for fix to error about unknown asset type.Carl Hetherington
2024-02-09Bump libdcp to fix time/date format bug.Carl Hetherington
2024-02-07Don't give confusing errors about WEBVTT when there are errors in a Subrip ↵Carl Hetherington
file (#2733).
2024-01-16Bump libsub for Arch build fix (#2731).Carl Hetherington
2024-01-13Show hashes when they disagree during verification (#2717).Carl Hetherington
2024-01-09Move ScopeGuard into libdcp.Carl Hetherington
2024-01-04Fix libdcp to not crash in some VF verification situations.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.
2023-12-24Add stubs for fa_IR (Farsi/Persian).v2.16.71Carl Hetherington
2023-12-22Bump libsub to fix #2685.Carl Hetherington
2023-12-21Bump openssl to one derived from 3.2.0 (#2679).Carl Hetherington
2023-12-02Bump libdcp for another MCA channel ID fix.Carl Hetherington
2023-11-20Verify encrypted DCPs (more) correctly (#2659).Carl Hetherington
2023-11-20Improve progress reporting of digest calculations (might help with #2643).Carl Hetherington
2023-11-17Pass through <Ruby> tags in subtitles (#2635) (GH#23).Carl Hetherington
2023-10-28Use updated libdcp, including an optimisation for rgb-onto-xyz12.Carl Hetherington
2023-10-17Make sure 2-channel MXFs don't get extra channel descriptors (#2631).Carl Hetherington
With all the EasyDCP tests done in bug #2487 we didn't look at stereo MXFs as it appeared fairly early on that EasyDCP would reject them all. In #2631 it's pointed out that it seems to make no sense to have descriptors for channels which aren't there. I've still got no docs for any of this, but let's try fixing that.
2023-10-12Bump libdcp for channel ID fix (#2629).Carl Hetherington
2023-10-10Bump libdcp for fixes to build on Ubuntu 16.04 etc.Carl Hetherington
2023-10-09Bump libdcp for new filesystem wrappers.Carl Hetherington
2023-10-08Bump leqm-nrt to build with -O2 for a large speed-up (#2616).Carl Hetherington
2023-09-22Clean up and add Ubuntu 23.10Carl Hetherington
2023-09-13Bump libdcp for fix to GH #20, a spurious rejection of a KDM.Carl Hetherington
2023-09-06Bump libdcp to fix errors when loading DCPs with very big fonts.Carl Hetherington
2023-09-01Bump libdcp to release version.Carl Hetherington
2023-08-27Bump libdcp to properly check for missing fonts in CCAP LoadFont tags.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-15Bump libdcp for dcp::LocalTime format fix.Carl Hetherington
2023-08-14Bump ffmpeg to fix build on binutils >= 2.41 (currently in Debian unstable).Carl Hetherington
2023-08-12Bump ffmpeg for fix to EXR parsing with non-multiple-of-8 image sizes (#2508).Carl Hetherington
2023-08-12Bump libdcp for verification of <LabelText> in <ContentVersion>Carl Hetherington
2023-08-09Bump libdcp to a release version.Carl Hetherington
2023-07-29Don't check sound assets in some tests.Carl Hetherington
When fiddling with MXF channel counts it makes a lot of tests fail that probably don't need to.
2023-07-27Bump libdcp to one with some cleanups / header re-arrangement.Carl Hetherington