diff options
| author | jhurst <jhurst@cinecert.com> | 2018-08-06 22:07:03 +0000 |
|---|---|---|
| committer | jhurst <> | 2018-08-06 22:07:03 +0000 |
| commit | f4061a21fffad4fdf8dbb2f193f0f0960b25421c (patch) | |
| tree | c66e09ce3c57e263690bc0c0f37d37e9a3aa75f8 /src/MDD.h | |
| parent | 38954bfe8dd72a817fb070c58327cd111b9bd282 (diff) | |
o Added support for SMPTE RDD 47 "ISXD Track File"
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
Diffstat (limited to 'src/MDD.h')
| -rwxr-xr-x | src/MDD.h | 25 |
1 files changed, 22 insertions, 3 deletions
@@ -1,5 +1,5 @@ /* -Copyright (c) 2006-2016, John Hurst +Copyright (c) 2006-2018, John Hurst All rights reserved. Redistribution and use in source and binary forms, with or without @@ -278,7 +278,7 @@ namespace ASDCP { MDD_JPEG2000PictureSubDescriptor_PictureComponentSizing, // 240 MDD_JPEG2000PictureSubDescriptor_CodingStyleDefault, // 241 MDD_JPEG2000PictureSubDescriptor_QuantizationDefault, // 242 - MDD_DM_Framework, // 243 + MDD_DescriptiveFramework, // 243 MDD_DM_Set, // 244 MDD_EncryptedContainerLabel, // 245 MDD_CryptographicFrameworkLabel, // 246 @@ -527,7 +527,26 @@ namespace ASDCP { MDD_TheatricalViewingEnvironment, // 489 MDD_HDTVReferenceViewingEnvironment, // 490 MDD_HDRReferenceViewingEnvironment, // 491 - + MDD_FrameWrappedISXDData, // 492 + MDD_FrameWrappedISXDContainer, // 493 + MDD_ISXDDataEssenceDescriptor, // 494 + MDD_ISXDDataEssenceDescriptor_NamespaceURI, // 495 + MDD_UTF_8_Text_DataEssenceCoding, // 496 + MDD_TextBasedDMFramework, // 497 + MDD_TextBasedDMFramework_ObjectRef, // 498 + MDD_TextBasedObject, // 499 + MDD_TextBasedObject_PayloadSchemeID, // 500 + MDD_TextBasedObject_TextMIMEMediaType, // 501 + MDD_TextBasedObject_RFC5646TextLanguageCode, // 502 + MDD_TextBasedObject_TextDataDescription, // 503 + MDD_GenericStreamTextBasedSet, // 504 + MDD_GenericStreamTextBasedSet_GenericStreamSID, // 505 + MDD_DescriptiveObject, // 506 + MDD_DescriptiveFramework_LinkedDescriptiveFrameworkPlugInId, // 507 + MDD_DescriptiveObject_LinkedDescriptiveObjectPlugInId, // 508 + MDD_Preface_ApplicationSchemes, // 509 + MDD_Preface_ConformsToSpecifications, // 510 + MDD_MXFTextBasedFramework, // 511 MDD_Max }; // enum MDD_t |
