<feed xmlns='http://www.w3.org/2005/Atom'>
<title>asdcplib/src/AS_02_PHDR.cpp, branch test-filename</title>
<subtitle>Fork of asdcplib library for low-level DCP handling</subtitle>
<id>https://git.carlh.net/cgit/asdcplib/atom?h=test-filename</id>
<link rel='self' href='https://git.carlh.net/cgit/asdcplib/atom?h=test-filename'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/'/>
<updated>2024-04-21T21:06:31Z</updated>
<entry>
<title>Fix ordering in member initializer lists.</title>
<updated>2024-04-21T21:06:31Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-04-21T21:06:29Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=48feccc34ebb795b2547823e34c2cd042ec2c7e8'/>
<id>urn:sha1:48feccc34ebb795b2547823e34c2cd042ec2c7e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make PHDR work with IFileReaderFactory</title>
<updated>2021-09-13T18:46:13Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2021-09-13T18:46:13Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=4a0c724c2ffdf9552324cc607cb6fba48637bb7e'/>
<id>urn:sha1:4a0c724c2ffdf9552324cc607cb6fba48637bb7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title> o Added a Clone() method to InterchangeObject and derivatives</title>
<updated>2021-04-13T22:50:50Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2021-04-13T22:50:50Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=b14d706a72c706c9c59dbdf64a9e41f32465e060'/>
<id>urn:sha1:b14d706a72c706c9c59dbdf64a9e41f32465e060</id>
<content type='text'>
   that allows making a descriptor copy that is not owned by
   any other strucure. The caller must arrange to delete the
   object pointer returned.

 o While implementing the above it became obvious that the
   reference-to-a-pointer-to-the-dictionary idiom that is used
   throughout the lower levels of the MXF library was the
   cause of much more grief than it was originally designed to
   prevent. This was made even more obvious when I replaced all
   of it with simple pointers, which revealed several shadow
   instances of m_Dict that were only reliable while the object
   that held them was valid.
</content>
</entry>
<entry>
<title>Die timecode! Die!</title>
<updated>2020-02-14T19:46:52Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2020-02-14T19:46:52Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=610e14eb3cc8d3a7b9223646695e900b0acde132'/>
<id>urn:sha1:610e14eb3cc8d3a7b9223646695e900b0acde132</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added BER length minimum value</title>
<updated>2018-10-13T21:50:44Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2018-10-13T21:50:44Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=d25eed5c922ac911a92fb568099f8f507d6fca98'/>
<id>urn:sha1:d25eed5c922ac911a92fb568099f8f507d6fca98</id>
<content type='text'>
</content>
</entry>
<entry>
<title>o Added support for SMPTE RDD 47 "ISXD Track File"</title>
<updated>2018-08-06T22:07:03Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2018-08-06T22:07:03Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=f4061a21fffad4fdf8dbb2f193f0f0960b25421c'/>
<id>urn:sha1:f4061a21fffad4fdf8dbb2f193f0f0960b25421c</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title> o Fixed *all* Partiton version numbers in AS-02 files</title>
<updated>2016-12-03T21:26:24Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2016-12-03T21:26:24Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=74e6b1105dffe52c6f347d723507ab346eabbb5a'/>
<id>urn:sha1:74e6b1105dffe52c6f347d723507ab346eabbb5a</id>
<content type='text'>
</content>
</entry>
<entry>
<title> o Fixed Partiton and Preface version numbers in AS-02 files</title>
<updated>2016-12-02T23:28:26Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2016-12-02T23:28:26Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=779d581d1176e0d09ae13a65d8047509bfa11eeb'/>
<id>urn:sha1:779d581d1176e0d09ae13a65d8047509bfa11eeb</id>
<content type='text'>
</content>
</entry>
<entry>
<title> o Cleared up MXFGCP1FrameWrappedPictureElement / MXFGCP1FrameWrappedPictureElement</title>
<updated>2016-12-01T20:12:38Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2016-12-01T20:12:38Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=c87b3d28b21c927561606cc65a25b47aebc69355'/>
<id>urn:sha1:c87b3d28b21c927561606cc65a25b47aebc69355</id>
<content type='text'>
   ambiguity. PHDR continues to use MXFGCP1FrameWrappedPictureElement.
   MXFGCI1FrameWrappedPictureElement is supported for interlace.
 o Added prototype PIDM dynamic metadata wrapping, config with --enable-phdr
</content>
</entry>
<entry>
<title> o General review of Batch/Array distinction throughout the project</title>
<updated>2015-10-09T23:41:11Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2015-10-09T23:41:11Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=f758bec505d45084d2563f20514ab4a81b27283a'/>
<id>urn:sha1:f758bec505d45084d2563f20514ab4a81b27283a</id>
<content type='text'>
 o Fixed a bug that caused incorrect failure when parsing JPEG 2000 codestreams having fewer than five decomposition levels.
 o Fixed missing UUID generation in some instances of the MCALinkID property
 o Added -w option to asdcp-wrap to support use of WTF label with MCA
</content>
</entry>
</feed>
