summaryrefslogtreecommitdiff
path: root/src/as-02-info.cpp
AgeCommit message (Collapse)Author
2023-07-31fix: allow full 64 bits of index duration through APIJohn Hurst
2022-02-03Enabled JPEG XS in as-02-info.Thomas Richter
2021-11-10Added recognition of IAB filesjhurst
2021-06-15Fix indentationmilla
Use smart pointer for Reader Don't define fileReader constructor and destructor twice (win and posix) but just once as their implementation is the same
2021-06-03FileReader pluggable at runtimemilla
2021-06-03Adapt as-02-info and as-02-unwrap to iab apimilla
2020-10-08check values for ContainerDuration.jelkins
2018-09-14ACES contribution from AMPAS/Ruppeljhurst
2018-08-06o Added support for SMPTE RDD 47 "ISXD Track File"jhurst
o Added generic support for SMPTE RP 2057 "Text-Based Metadata Carriage in MXF" o Re-factored AS-02 frame-wrap index write to use a common implementation o Re-factored support for SMPTE ST 410 to use a common implementation (affects o AS-DCP and AS-02 timed-text MXF (SMPTE 429-5) o Patched several ambiguous integer casts. o Added new essence type identifiers ESS_AS02_ISXD and ESS_AS02_ACES o Fixed a bug wherein the Generic Container data tarck clip was instead being o written as a DM track o Fixed UL values DCDataDescriptor and ContainerConstraintSubDescriptor to have o a byte 6 value of 0x53 (Tag Set) instead of 0x07 (coding sentinel) o Added UL values 492 - 511 to the dictionary o Added ApplicationSchemes and ConformsToSpecifications to the Preface set o Added default initializer to MXF::LineMapPair o Added sets DescriptiveFramework, DescriptiveObject, TextBasedDMFramework, o TextBasedObject, GenericStreamTextBasedSet and ISXDDataEssenceDescriptor o Added ISXD support and options '-G', '-u' to as-02-wrap o Added ISXD support and option '-g' to as-02-unwrap
2016-05-06update makefile for version rollmschroffel
2016-03-17included CMakelists.txt into distmschroffel