Commit.
authormsheby <msheby@cinecert.com>
Tue, 5 Feb 2008 07:35:28 +0000 (07:35 +0000)
committermsheby <>
Tue, 5 Feb 2008 07:35:28 +0000 (07:35 +0000)
COPYING [new file with mode: 0644]
README
src/KM_error.h
src/KM_log.cpp
src/KM_memio.h
src/KM_util.h

diff --git a/COPYING b/COPYING
new file mode 100644 (file)
index 0000000..03fa1f0
--- /dev/null
+++ b/COPYING
@@ -0,0 +1,26 @@
+
+AS-DCP Lib is Copyright (c) 2003-2008, John Hurst
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+3. The name of the author may not be used to endorse or promote products
+   derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
diff --git a/README b/README
index ab795c3cfef85360f0544c95d53c35d2aa17c0a9..282cb7b84391994fb0ee76080cc8c7bcd128986f 100755 (executable)
--- 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.
index 8ea755561f9559053fb3affad84968426f8cf3e0..f8b7bdeb13c9b99011480ada41f046ff9672e72e 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2004-2006, John Hurst
+Copyright (c) 2004-2008, John Hurst
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index 7ae32421a82969427638e8043d03db928e1a844e..fe1864d9426ccdcda90804576cf068ad02030237 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2004-2007, John Hurst
+Copyright (c) 2004-2008, John Hurst
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index c034e82fd77548526afa00ff3f8ee323683ad01b..5f7fbb7db1402fa5c7f137cd6f5c5a85c29e71ab 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2006-2007, John Hurst
+Copyright (c) 2006-2008, John Hurst
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index f7176f6aa04457a6017bafa3322668b198fa94cf..6714c368c6b48f8440a0c30b84bfa6537f85629a 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2005-2007, John Hurst
+Copyright (c) 2005-2008, John Hurst
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without