<feed xmlns='http://www.w3.org/2005/Atom'>
<title>asdcplib/src/asdcp-test.cpp, branch mac</title>
<subtitle>Fork of asdcplib library for low-level DCP handling</subtitle>
<id>https://git.carlh.net/cgit/asdcplib/atom?h=mac</id>
<link rel='self' href='https://git.carlh.net/cgit/asdcplib/atom?h=mac'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/'/>
<updated>2022-08-30T15:52:36Z</updated>
<entry>
<title>Fixed local path translation error when writing anc resource files</title>
<updated>2022-08-30T15:52:36Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2022-08-30T15:52:36Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=38484def2f2e76e877d29829b10a95ff6feac136'/>
<id>urn:sha1:38484def2f2e76e877d29829b10a95ff6feac136</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix indentation</title>
<updated>2021-06-15T11:13:12Z</updated>
<author>
<name>milla</name>
<email>marc.illa@dolby.com</email>
</author>
<published>2021-06-15T11:12:01Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=8df78decb4e01b579bbbd1f479d187adf34fc030'/>
<id>urn:sha1:8df78decb4e01b579bbbd1f479d187adf34fc030</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Fix indentation</title>
<updated>2021-06-10T12:10:31Z</updated>
<author>
<name>milla</name>
<email>marc.illa@dolby.com</email>
</author>
<published>2021-06-10T12:10:31Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=767bab5bb08fc4d43c8ca3fa24fa7713597cb9ca'/>
<id>urn:sha1:767bab5bb08fc4d43c8ca3fa24fa7713597cb9ca</id>
<content type='text'>
Don't delete pointer manually, use smart pointer instead
</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>fixed conditional XML parser support</title>
<updated>2020-10-08T16:08:43Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2020-10-08T16:08:43Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=25416a414301ddf79f499373c279740a519a27b1'/>
<id>urn:sha1:25416a414301ddf79f499373c279740a519a27b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added OpenSSL and Xerces build options to allow stand-alone compilation</title>
<updated>2020-09-08T16:33:17Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2020-09-08T16:33:17Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=2b52b1cc03707a4c876b38fdd8879a27a218d498'/>
<id>urn:sha1:2b52b1cc03707a4c876b38fdd8879a27a218d498</id>
<content type='text'>
</content>
</entry>
<entry>
<title>replaced openssl dependency with internal SHA-1 API</title>
<updated>2020-07-15T20:23:19Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2020-07-15T20:23:19Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=0b6febadb714c3d5a62779fef076d88f066a61ba'/>
<id>urn:sha1:0b6febadb714c3d5a62779fef076d88f066a61ba</id>
<content type='text'>
</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 Moved personal dev environment from older gcc to newer clang.  Many small changes were made to satisfy the new compiler:</title>
<updated>2015-10-07T16:41:23Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2015-10-07T16:41:23Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=af6a1e4ef13dcf5811ccd9eb6b63d21bdc88dc70'/>
<id>urn:sha1:af6a1e4ef13dcf5811ccd9eb6b63d21bdc88dc70</id>
<content type='text'>
   - Altered many printf format codes to use the correct type for the given integer type
   - Parenthesized some expressions to clarify previously ambiguous expectations of precedence
   - Created macro KM_MACOSX for use in OS-specific code selection
   - Removed last uses of the old C-language abs(), now using Kumu::xabs()
   - Removed last uses of the old C-language atoi()
 o Added platform-independent call Kumu::GetExecutablePath() (test with win32)
 o Fixed a bug that was causing Array properties to be written without the (count, length) header (from PAL)
 o Fixed Win32 build (from Crowe)
 o Added imlementation of SMPTE ST 2092-1 pink noise generator
 o Added pinkwave CLI utility
 o Added font support to the IMF timed-text wrapper
</content>
</entry>
<entry>
<title>banner updates to 2015</title>
<updated>2015-02-19T22:42:18Z</updated>
<author>
<name>mschroffel</name>
<email>mschroffel@cinecert.com</email>
</author>
<published>2015-02-19T22:42:18Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=528cacb6122b33f73a805fbb47b4ae83a46db418'/>
<id>urn:sha1:528cacb6122b33f73a805fbb47b4ae83a46db418</id>
<content type='text'>
</content>
</entry>
</feed>
