summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authormsheby <msheby@cinecert.com>2008-02-05 07:35:28 +0000
committermsheby <>2008-02-05 07:35:28 +0000
commit11b93874366e243fcd6751938bfa311752383f63 (patch)
treed4601334aeccefdc01a3ba6f3a692b8904290fa5 /README
parent6159b54a6ea46408a71c74b7c0a999c9ff5449e5 (diff)
Commit.
Diffstat (limited to 'README')
-rwxr-xr-xREADME16
1 files changed, 16 insertions, 0 deletions
diff --git a/README b/README
index ab795c3..282cb7b 100755
--- a/README
+++ b/README
@@ -116,6 +116,22 @@ utilities all respond to -h.
Change History
+2008.02.01 - SMPTE format fixes, bug fixes v.1.3.18
+ o Added correct SMPTE UL for StereoscopicPictureSubDescriptor.
+ o Exposed JP2K metadata parser as ParseMetadataIntoDesc().
+ o Added simple stereoscopic framebuffer to support paired ReadFrame()
+ and WriteFrame() methods (allows simpler integration with other
+ single-buffer code).
+ o Improved detection of JPEG Interop stereoscopic files.
+ o Win32 build fixes (Thanks to Mike Crowe at DTS).
+ - Below this point the changes are internal and should not affect you
+ unless you use Kumu directly.
+ o Major refactoring of KM_log.[h|cpp].
+ o Fixed buffer re-sizing issue in Kumu::ByteString.
+ o Replaced type IdentifierList with ArchivableList.
+ o Added COPYING file to the release bundle.
+
+
2007.12.13 - Bug fixes v.1.2.17
o Changed Result_t implementation to use int instead of long, which
was causing trouble on some 64 bit platforms.