diff options
| author | msheby <msheby@cinecert.com> | 2008-02-05 07:35:28 +0000 |
|---|---|---|
| committer | msheby <> | 2008-02-05 07:35:28 +0000 |
| commit | 11b93874366e243fcd6751938bfa311752383f63 (patch) | |
| tree | d4601334aeccefdc01a3ba6f3a692b8904290fa5 | |
| parent | 6159b54a6ea46408a71c74b7c0a999c9ff5449e5 (diff) | |
Commit.
| -rw-r--r-- | COPYING | 26 | ||||
| -rwxr-xr-x | README | 16 | ||||
| -rwxr-xr-x | src/KM_error.h | 2 | ||||
| -rwxr-xr-x | src/KM_log.cpp | 2 | ||||
| -rwxr-xr-x | src/KM_memio.h | 2 | ||||
| -rwxr-xr-x | src/KM_util.h | 2 |
6 files changed, 46 insertions, 4 deletions
@@ -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. + @@ -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. diff --git a/src/KM_error.h b/src/KM_error.h index 8ea7555..f8b7bde 100755 --- a/src/KM_error.h +++ b/src/KM_error.h @@ -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 diff --git a/src/KM_log.cpp b/src/KM_log.cpp index 7ae3242..fe1864d 100755 --- a/src/KM_log.cpp +++ b/src/KM_log.cpp @@ -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 diff --git a/src/KM_memio.h b/src/KM_memio.h index c034e82..5f7fbb7 100755 --- a/src/KM_memio.h +++ b/src/KM_memio.h @@ -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 diff --git a/src/KM_util.h b/src/KM_util.h index f7176f6..6714c36 100755 --- a/src/KM_util.h +++ b/src/KM_util.h @@ -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 |
