<feed xmlns='http://www.w3.org/2005/Atom'>
<title>asdcplib/src/h__02_Reader.cpp, branch fixlibdir</title>
<subtitle>Fork of asdcplib library for low-level DCP handling</subtitle>
<id>https://git.carlh.net/cgit/asdcplib/atom?h=fixlibdir</id>
<link rel='self' href='https://git.carlh.net/cgit/asdcplib/atom?h=fixlibdir'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/'/>
<updated>2023-07-31T15:00:50Z</updated>
<entry>
<title>fix: allow full 64 bits of index duration through API</title>
<updated>2023-07-31T15:00:50Z</updated>
<author>
<name>John Hurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2023-07-31T15:00:50Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=31e6bb2b3dfc330ae9ca35add278836cdc6ad19a'/>
<id>urn:sha1:31e6bb2b3dfc330ae9ca35add278836cdc6ad19a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>FileReader pluggable at runtime</title>
<updated>2021-06-03T11:50:11Z</updated>
<author>
<name>milla</name>
<email>marc.illa@dolby.com</email>
</author>
<published>2021-05-26T11:32:55Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=facf4f4c7a8ed65d59baed9020d5fa061b952874'/>
<id>urn:sha1:facf4f4c7a8ed65d59baed9020d5fa061b952874</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>Modified to enforce execution order of the predicates</title>
<updated>2019-06-13T01:08:14Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2019-06-13T01:08:14Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=e65db682915797bb2adc57d23b0de04cb3861138'/>
<id>urn:sha1:e65db682915797bb2adc57d23b0de04cb3861138</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix crashes from AFL run</title>
<updated>2019-05-30T01:39:10Z</updated>
<author>
<name>Katerina Blinova</name>
<email>kblin@dolby.com</email>
</author>
<published>2019-05-30T01:39:10Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=e195bf10ce03b9501ddab62073bef602713cdda6'/>
<id>urn:sha1:e195bf10ce03b9501ddab62073bef602713cdda6</id>
<content type='text'>
We ran American Fuzzy Lop on IMF IAB master file reader and discovered a lot of crashes. These are fixes in the asdcplib code base. </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 Added optional Generic Partition to IMF Aux Data prototype, used to carry global metadata</title>
<updated>2016-11-22T17:58:19Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2016-11-22T17:58:19Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=8fd602770d89acb171dbd878d8737ead85aa35d3'/>
<id>urn:sha1:8fd602770d89acb171dbd878d8737ead85aa35d3</id>
<content type='text'>
 o Added support for 192, 200 and 240 fps images, includes 96, 100 and 120 fpe stereo
 o Fixed raw essence detector for IMF Aux Data files
 o Added missing MCA properties to MCALabelSubDescriptor (contributed by Ruppel)
 o New MXF data type: LineMapPair
 o Added default 0,0 VideoLineMap value when wrapping CDCI with as-02-wrap
 o Added VideoLineMap property to GenericPictureEssenceDescriptor
 o Added timed text unwrap support to as-02-unwrap (contributed by Ruppel)
</content>
</entry>
<entry>
<title>o Fixed a bug in the index reader that allowed an out-of-bounds vector index to be used</title>
<updated>2016-06-28T22:00:06Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2016-06-28T22:00:06Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=976a32de62b29ed688abecdebd6cb57f3ed299e7'/>
<id>urn:sha1:976a32de62b29ed688abecdebd6cb57f3ed299e7</id>
<content type='text'>
o Modified the IndexEntry parser to ignore additional bytes belonging to slice values
</content>
</entry>
<entry>
<title>version roll</title>
<updated>2016-05-19T21:38:17Z</updated>
<author>
<name>mschroffel</name>
<email>mschroffel@cinecert.com</email>
</author>
<published>2016-05-19T21:38:17Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=7ea686690e5ec6cfd8a73f49e264a2648d2ec8f2'/>
<id>urn:sha1:7ea686690e5ec6cfd8a73f49e264a2648d2ec8f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>included CMakelists.txt into dist</title>
<updated>2016-03-17T23:58:13Z</updated>
<author>
<name>mschroffel</name>
<email>mschroffel@cinecert.com</email>
</author>
<published>2016-03-17T23:58:13Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=ed84256d7687b8255991308361e26013b7071dd9'/>
<id>urn:sha1:ed84256d7687b8255991308361e26013b7071dd9</id>
<content type='text'>
</content>
</entry>
</feed>
