regxmllib icon indicating copy to clipboard operation
regxmllib copied to clipboard

Convert MXF to XML: RegXML (SMPTE ST 2001-1) tools and libraries

Results 13 regxmllib issues
Sort by recently updated
recently updated
newest added

I've not fully explored this but it would appear that the C++ implementation will import Integer Types regardless of Type Size and then only throw an exception about an unsupported...

Features: - Different targets for Release and Debug (the latter with appendix "_d" - Creates regxmllibcConfig.cmake and regxmllibcTargets.cmake files that allow other applications to discover regxmllib using find_package(regxmllibc) - GUI...

Hi, I try to use regxmlib to dump MXF datas to xml file but i get an error while i try to submit the dictionnary folder containing all dictionnaries in...

The ordering of elements in XML 1.0 (as used by ST 2001-1:2013) is not guaranteed, but many XML tools and specifications utilise document order: - the `children` property of the...

enhancement

Warnings are given about Dark KLV Sets and Properties. However, it seems that KLV Sets which are known about (and appear within the Header Metadata of the MXF file) but...

enhancement

This appears to be an artifact of JAXBContext.generateSchema()

enhancement

Modern platforms require C++ > 98. CI should include testing in an environment that uses C++98, i.e. `__cplusplus