summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-12Add some missing override statements.sub-reworkCarl Hetherington
2021-04-12Split ReelClosedCaptionAsset into Interop and SMPTE parts.Carl Hetherington
2021-04-12C++11 tidying.Carl Hetherington
2021-04-12Specify CPL standard on construction.Carl Hetherington
2021-04-12Split ReelSubtitleAsset into Interop and SMPTE classes.Carl Hetherington
2021-04-11Small bits of tidying up.Carl Hetherington
2021-04-11Add header guards.Carl Hetherington
2021-04-11Extract some parts of ReelEncryptableAsset into ReelFileAssetCarl Hetherington
2021-04-10Rename ReelFileAsset -> ReelEncryptableAssetCarl Hetherington
2021-04-09Add check for Bv2.1 10.4.3 - container duration vs reel duration in timed text.Carl Hetherington
2021-04-09Add accessor for intrinsic_duration in SMPTESubtitleAsset.Carl Hetherington
2021-04-09Make sound asset language optional.Carl Hetherington
2021-04-08Verify that SMPTE subtitle IDs are handled properly (DoM #1962).Carl Hetherington
2021-04-08Don't set the MXF _id from the XML <Id> tag.Carl Hetherington
2021-04-08Expose the MXF ResourceID from SMPTESubtitleAsset.Carl Hetherington
2021-04-08Comment tweaks.Carl Hetherington
2021-04-06Don't try to verify encrypted JPEG2000 bitstreams.Carl Hetherington
2021-04-06Hide dump_notes() again.Carl Hetherington
2021-04-06Call verify_j2k when verifying DCPs.Carl Hetherington
2021-04-03Add Luminance::value_in_foot_lamberts().Carl Hetherington
2021-03-26Write MCA tags based on the specified sound field.Carl Hetherington
2021-03-23Add operator!= and operator< for LanguageTagCarl Hetherington
2021-03-21Add headerpad option for the macOS linker.Carl Hetherington
2021-03-20Add access to DCNC list.Carl Hetherington
2021-03-19Add DCNC tags file.Carl Hetherington
2021-03-19Missing library for static build.Carl Hetherington
2021-03-19Fix static test buid.Carl Hetherington
2021-03-18Improve errors when verifying a non-DCP directory.Carl Hetherington
2021-03-18Tidy how we're finding the tags and xsd directories.Carl Hetherington
2021-03-17Fix combining when two DCPs both contain copies of the same asset.Carl Hetherington
2021-03-15Fix various bugs in subtitle/ccap verification.Carl Hetherington
2021-03-15Add operator-= to Time.Carl Hetherington
2021-02-28Use std::array.Carl Hetherington
2021-02-28Use new write() method in example.Carl Hetherington
2021-02-28Whitespace.Carl Hetherington
2021-02-28Add missing dcp::init() to example.Carl Hetherington
2021-02-28Add new write() method.Carl Hetherington
2021-02-26Improved comments.Carl Hetherington
2021-02-21English language tweaks.Carl Hetherington
2021-02-20Don't give a verification error if there are closed caption tracks with diffe...Carl Hetherington
2021-02-14Some const correctness for decompress_j2kCarl Hetherington
2021-02-07Comment fixes.Carl Hetherington
2021-02-06Basic analysis (verification) of J2K codestreams.Carl Hetherington
2021-02-06Don't use flat_red.j2c for the simple DCP test as it's only 8-bit.Carl Hetherington
2021-02-06Use 1 guard bit in JPEG2000 encoding for 2K, per Bv2.1.Carl Hetherington
2021-02-06Rename j2k.{cc,h} => j2k_transcode.{cc,h}Carl Hetherington
2021-02-06Tweak comment.Carl Hetherington
2021-02-04Improve a comment.Carl Hetherington
2021-02-04Fix failure to write Interop closed captions.Carl Hetherington
2021-02-02Some compilers don't like x = {} where x is a boost::optional<string>Carl Hetherington