X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=README;h=da0269612ab8b27cd963524f78050228d2d14c70;hb=1de0c0ace0a270b7883c3e9232863e7756103b9d;hp=2697258866836fac2f848b6b083943c0684a5715;hpb=dc4e92f0ece0b680dd3e12be081b3737da1b43aa;p=asdcplib.git diff --git a/README b/README index 2697258..da02696 100755 --- a/README +++ b/README @@ -112,11 +112,48 @@ utilities all respond to -h. Change History -2009.05.20 - bug fixes, v.1.4.24 +2010.01.05 - bug fixes, enhancements, v1.5.32 + o Re-fixed swapped Interop and SMPTE OP Atom UL values. The swap + introduced in v1.5.31 was done in error. + o Added -z,-Z options to asdcp-test (j2c parameter checking) + o Reformed jp2k-test as j2c-test, added help and list processing, + added to standard install target. + + +2009.12.31 - bug fixes, enhancements, v1.5.31 + o Fixed swapped Interop and SMPTE OP Atom UL values. + o Added get_BER_length_for_value() subroutine. + o Modified ASDCP::h__Writer::WriteEKLVPacket() to allow larger BER + lengths for KLV packets larger than 16 MB. This was required to + support large font files in the SMPTE 429-5 implementation. + + +2009.11.06 - bug fixes, enhancements, v1.5.29 + o Fixed a bug that could cause HMAC values to be incorrectly + stored in MXF files. Files created with versions of asdcplib + prior to this version may have incorrect HMAC values. + o Improved handing of XML files for MXF wrapping. + o Jpeg2000 codestream EditRate and SampleRate mismatches + now warns instead of returning an error. + o Improved error handling in Jpeg2000 sequence parsing routines. + o Added two methods to Kumu::Timestamp, AddSeconds(), to add (or + subtract) seconds to a time value, and GetSecondsSinceEpoch() + to get the number of seconds since the unix epoch. + o Added new option to asdcp-test, '-a', to specify a UUID when + creating MXF files. + o Added support for specifying the intrinsic duration of MXF files + containing timed text. + o Added new option to wavesplit, '-i', to display WAV file metadata. + + +2009.05.21 - bug fixes, v.1.4.24 o Fixed a bug that caused incorrect SubDescriptors UL values to be written into interop format MXF track files. Note that this involved - a substantial reogrganization of MXF internals. Please test thoroughly - in your application before using in production. + a substantial reorganization of MXF internals. Please test thoroughly + in your application before using in production. Note that this is a + significant bug fix and track files created with 1.4.22 may be incompatible + with other systems. + 2009.04.09 - SMPTE format fixes, enhancements and bug fixes, v.1.4.22 o asdcplib now uses GNU autotools on POSIX systems to configure