summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2011-05-13 01:50:36 +0000
committerjhurst <>2011-05-13 01:50:36 +0000
commit50fab55d36abf7f01c733d2f80833408dbe0f761 (patch)
treed4f8c7be9b104debe87f560b6ed892786f3a0741 /README
parent6a19e4f305c6936ea3a09e2f96a622372e1f4ab2 (diff)
the story so far
Diffstat (limited to 'README')
-rwxr-xr-xREADME21
1 files changed, 19 insertions, 2 deletions
diff --git a/README b/README
index 20f7d1b..2806ad0 100755
--- a/README
+++ b/README
@@ -114,13 +114,30 @@ utilities all respond to -h.
Change History
+new stuff:
+ o UL version byte now ignored when comparing UL values.
+ o JP2K Sequence Parser modified to skip directory entries that
+ are not files in the case where the parser is initialized with
+ a directory path. When initialized with a list of file names
+ this check is not performed. Based on a hint by Steve Q.
+ o Added missing FrameType() implementation to ASDCP::MPEG2::MXFReader.
+ o Added missing Close() implementations to MXF reader classes.
+ o Added missing Timestamp::Timestamp(const char* datestr)
+ implementation. (Thanks to Matt Sheby for this and the previous
+ item)
+
+
+
+
+
+
2010.11.15 - bug fixes, enhancements v1.7.40
- o Fixed bug in long KLV packet support (Thanks to Jim R.).
+ o Fixed bug in long KLV packet support (Thanks to Jim Radford).
o Fixed AvgBps in PCM files, *again*. Sorry for the crazy.
o More fixes and changes in support of 25, 30, 50, 60 fps.
(Thanks to Hans K. for the TC rate bug).
o Updated KLVFill UL version element to 0x02.
- o Type change to support Xerces-C 3.x. (Thanks to Matt S.).
+ o Type change to support Xerces-C 3.x. (Thanks to Matt Sheby).
o Some internal API changes to KLV types. Does not affect
operation.
o Added NetworkLocator type to MXF metadata types.