summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-08Try carl-2 on master.optCarl Hetherington
2020-06-07Fix oj.Carl Hetherington
2020-06-07Try openjpeg masterCarl Hetherington
2020-06-07openjpeg build fix.Carl Hetherington
2020-06-07Add avx2 to openjpeg.Carl Hetherington
2020-06-07rouault's fp branch.Carl Hetherington
2020-06-02Don't build benchmarks with cdist.Carl Hetherington
2020-05-31Add very simple benchmark for rgb_to_xyz.Carl Hetherington
2020-05-20Add add_days to LocalTime.Carl Hetherington
2020-05-12Make add_minutes() work correctly with milliseconds.Carl Hetherington
2020-05-12Move some tests and rename one set.Carl Hetherington
2020-05-12Add a proper implementation of add_months() and a test for theCarl Hetherington
case when it fails by giving erroneous dates like 30th February.
2020-05-12Add a note when verifying if the DCP refers to assetsCarl Hetherington
that are not mentioned in its ASSETMAP (i.e. a VF).
2020-05-12Comment typo.Carl Hetherington
2020-05-12Improve comment.Carl Hetherington
2020-05-09Verify the XML of subtitle files.Carl Hetherington
2020-05-09Comment typo.Carl Hetherington
2020-05-08Make J2K frame size tests more robust.Carl Hetherington
2020-05-08Store and allow access to the raw XML that is read in fromCarl Hetherington
subtitle assets so that it cab be verified without any interference from being passed through libdcp.
2020-05-07Factor some code out into methods.Carl Hetherington
2020-05-07Check that JPEG2000 frames aren't too big (i.e. tooCarl Hetherington
many bytes).
2020-05-07Result is specific to verify_asset().Carl Hetherington
2020-05-06Allow ignoring of specifications in NameFormat.Carl Hetherington
2020-04-26Try to fix Centos 6 build.Carl Hetherington
2020-04-25Missing #include.Carl Hetherington
2020-04-20Fix build on some (older?) GCCs.Carl Hetherington
2020-04-14Add an explicit exception for J2K decompression failures.Carl Hetherington
2020-04-14s/DCPReadError/ReadError/gCarl Hetherington
2020-04-14Add a special exception for the case when opj_start_compress fails.Carl Hetherington
2020-04-02Bump libcxml for new force-cpp stuff.Carl Hetherington
2020-04-02Cleanup.Carl Hetherington
2020-04-02Pass force-cpp11 down to libcxml.Carl Hetherington
2020-04-02Tidy up by using option_defaults.Carl Hetherington
2020-03-16Fix misformatting of dcpinfo output.Carl Hetherington
2020-03-15Fix getopt string.Carl Hetherington
2020-03-15Allow general restriction of what is output.Carl Hetherington
2020-03-11Fix ::add_minutes to not alter the timezone of the time it's called on.Carl Hetherington
2020-03-10Be more cautious in CertificateChain::private_key_valid.Carl Hetherington
2020-03-10Add LocalTime::add_minutes.Carl Hetherington
2020-03-09Fix build following merge.Carl Hetherington
2020-03-09Merge.Carl Hetherington
2020-03-09Give an error if there is no asset map.Carl Hetherington
2020-03-08Add test data missing from previous.Carl Hetherington
2020-03-08Add verification checks too see if reel assets' Duration or ↵Carl Hetherington
IntrinsicDuration are too small.
2020-03-08Add Reel::assets().Carl Hetherington
2020-03-03Fix interop verification and add some tests for it.Carl Hetherington
2020-02-03Another build fix.Carl Hetherington
2020-02-03Try always loading the openssl crypto module, not the default one.Carl Hetherington
2020-02-03Try again to fix Windows build of previous.Carl Hetherington
2020-02-03Try to fix build of previous.Carl Hetherington