diff options
| author | mikey <mikey@cinecert.com> | 2014-07-09 22:22:35 +0000 |
|---|---|---|
| committer | mikey <> | 2014-07-09 22:22:35 +0000 |
| commit | c4290e5e4a5d3dda75e00fc3288480c7bc37d845 (patch) | |
| tree | 7a09b5680cb7ab19fee7fb5e92bcb195f4127143 | |
| parent | 9a9c4648a0fd6ee9bb102ce621877c1fa46d3232 (diff) | |
update
| -rwxr-xr-x | README | 24 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 25 insertions, 1 deletions
@@ -140,6 +140,30 @@ command-line utilities all respond to -h. Change History +2014-07-09 - Additional IMF/AS-02 support, bug fixes and enhancements, 2.1.4 + o Added IMF App 2 edit rates in AS_02 namespace: EditRate_29_97, + EditRate_59_94. + o Revised AEC CBC context objects to copy the key rather than + keep the reference passed in to it. + o Addressed a bug that would allow unimpeded iteration of component + values in a JP2K::PictureDescriptor object. + o Addressed a bug that was incorrectly recording the sequence Duration + in MXF Track objects. + o Added ASDCP::AtmosSyncChannelMixer::AppendSilenceChannels() + o Added a QCD decoder to the j2c parser. + o Altered ASDCP::KLVPacket::HasUL() to use version-blind matching. + o Fixed an uninitialized variable in MemIOReader::ReadString() that + caused unbounded reads. + o Fixed broken ByteString::ArchiveLength() method + o Fixed broken version numbers on SoundfieldGroupLinkID and + GroupOfSoundfieldGroupsLinkID UL values. + o Added DBOXMotionCodePrimaryStream and DBOXMotionCodeSecondaryStream UL + values to the internal dictionary. + o Added optional prefix handling to MCA label generator. + o Re-factored MCA label generator to include additional + metadata (Thanks to Mike Radford). + o Added new options to as-02-wrap. + 2014-01-06 – Additional IMF/AS-02 support, bug fixes 2.1.1 o Fixed missing-index-partion bugs for AS-02 files. o Moved LocalFilenameResolver into the AS_DCP public API so that it diff --git a/configure.ac b/configure.ac index 91daccf..74d6cd3 100644 --- a/configure.ac +++ b/configure.ac @@ -37,7 +37,7 @@ AC_PREREQ([2.59]) # For example, if asdcplib version 1.0.0 were modified to accomodate changes # in file format, and if no changes were made to AS_DCP.h, the new version would be # 1.0.1. If changes were also required in AS_DCP.h, the new version would be 1.1.1. -AC_INIT([asdcplib], [2.1.3], [asdcplib@cinecert.com]) +AC_INIT([asdcplib], [2.1.4], [asdcplib@cinecert.com]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR([src/KM_error.h]) |
