Bv2.1 6.2.1: Check that subtitle XML <Language> conforms to RFC 5646.
[libdcp.git] / src / verify.cc
2021-01-17 Carl Hetherington Bv2.1 6.2.1: Check that subtitle XML <Language> confor...
2021-01-17 Carl HetheringtonBv2.1 6.2.1: Check that subtitle reel <Language> confor...
2021-01-17 Carl HetheringtonBv2.1 6.1: DCPs must be SMPTE.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-11-01 Carl HetheringtonMake StereoPictureFrame expose the Data API in a simila...
2020-11-01 Carl HetheringtonMake MonoPictureAsset implement the Data interface.
2020-11-01 Carl HetheringtonRename Data -> ArrayData.
2020-10-22 Carl HetheringtonTidy up some constant naming.
2020-09-21 Carl HetheringtonBetter error locations in XML.
2020-09-21 Carl HetheringtonVerify MCA tags.
2020-09-21 Carl HetheringtonAdd another .xsd.
2020-09-21 Carl HetheringtonAdd namespaces and tweak CPL namespace so Xerces checks...
2020-09-21 Carl HetheringtonCatch cxml errors when verifying.
2020-09-10 Carl HetheringtonAdd Interop closed caption XSD for verification.
2020-09-09 Carl HetheringtonMessage formatting tweaks.
2020-06-11 Carl HetheringtonFix failure to verify when the XSD/DTD path has a space...
2020-05-12 Carl HetheringtonAdd a note when verifying if the DCP refers to assets
2020-05-08 Carl HetheringtonVerify the XML of subtitle files.
2020-05-07 Carl HetheringtonFactor some code out into methods.
2020-05-07 Carl HetheringtonCheck that JPEG2000 frames aren't too big (i.e. too
2020-05-06 Carl HetheringtonResult is specific to verify_asset().
2020-04-14 Carl Hetheringtons/DCPReadError/ReadError/g
2020-03-09 Carl HetheringtonMerge.
2020-03-09 Carl HetheringtonGive an error if there is no asset map.
2020-03-08 Carl HetheringtonAdd verification checks too see if reel assets' Duratio...
2020-03-03 Carl HetheringtonFix interop verification and add some tests for it.
2019-12-22 Carl HetheringtonMore adventures in the art of enum namespacing.
2019-12-22 Carl HetheringtonFix bad implementation of bad hack.
2019-12-22 Carl HetheringtonRemove now-unused boost regex.
2019-12-22 Carl HetheringtonCheck ASSETMAP; add a PKL test; tidy up calls to valida...
2019-12-22 Carl HetheringtonUse VerificationNote more 'properly' in a fair few...
2019-12-22 Carl HetheringtonAlso check PKL XML.
2019-12-22 Carl HetheringtonValidate XML with xerces.
2019-12-22 Carl HetheringtonMore tests.
2019-12-22 Carl HetheringtonVerify Id in ContentVersion.
2019-12-22 Carl HetheringtonUse regex and check <IssueDate> in CPL.
2019-12-22 Carl HetheringtonCheck for badly-formed CPL <Id>
2019-12-22 Carl HetheringtonUse VerificationNote for non-fatal errors in DCP::read.
2019-12-22 Carl HetheringtonReport errors passed back from DCP::read when exception...
2019-09-05 Carl HetheringtonIt seems that <FrameRate> of 96 is ok for 48fps 3D.
2019-03-17 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2019-03-17 Carl HetheringtonMove asset refs and hash from ReelAsset to ReelMXF.
2019-01-12 Carl HetheringtonMove verify API away from strings towards error codes.
2019-01-06 Carl HetheringtonMore DCP verification detail and testing.
2019-01-06 Carl HetheringtonCheck CPL hash in the PKL on verify.
2018-09-25 Carl HetheringtonCope with multiple PKLs in a DCP.
2018-08-17 Carl HetheringtonRemove debug.
2018-08-16 Carl HetheringtonUse PKL when verifying DCPs.
2018-05-07 Carl HetheringtonMerge branch 'master' of ssh://main.carlh.net/home...
2018-04-19 Carl HetheringtonFormatting of errors.
2018-03-22 Carl HetheringtonRemove some debug code.
2018-03-20 Carl HetheringtonMore DCP verification bits.
2018-03-20 Carl HetheringtonUse prefix to avoid ERROR enum.
2018-03-14 Carl HetheringtonAdd very basic verify method.