summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2006-11-21 23:58:00 +0000
committerjhurst <>2006-11-21 23:58:00 +0000
commitf0476a3789369459fb91076af4a29372d86d7622 (patch)
tree6502d6fc94619371219d23c7522fd5ae7e6525bc /README
parent9f903fec9d68fc58399a925b0311af3dc9a3faf2 (diff)
MPEG parser fixes: zero run-in patch, header buffer increase
Diffstat (limited to 'README')
-rwxr-xr-xREADME15
1 files changed, 13 insertions, 2 deletions
diff --git a/README b/README
index fe56d71..c0de76e 100755
--- a/README
+++ b/README
@@ -113,15 +113,26 @@ utilities all respond to -h and there are manual pages in man/.
Change History
+2006.11.19 - Mo better stuff v1.1.12
+ o Changed read-only Result_t accessor methods to const.
+ o Added Base64 (-B) option to kmrandgen.
+ o Removed 16-bit alignment restriction from kmrandgen.
+ o Improved WAV file extraction speed (Thanks to Jim Radford
+ for pointing this out).
+ o Added single-channel split for WAV extraction (asdcp-test -1).
+ o Fixed remainder bug in h__RNG::fill_rand().
+
+
2006.11.03 - Bug fixes v1.1.11
o Increased index table entry list size to 5000.
o Added length checking to TLV writer (returns error if TLV
payload exceeds 64kB).
o Fixed partition header and RIP errors related to 2-partition
files (MXF Interop mode).
- o Added -t option, SHA-1 digest with Base64 output on stdout.
+ o Added -t option to asdcp-test (SHA-1 digest with Base64 output
+ on stdout).
o Fixed Sub Descriptor reference bug (Thanks to Denis Leconte
- for dogged determination).
+ for dogged determination).
o Added directory-of-wav detection to RawEssenceType()
o Modified MXF::Partition::AddChildObject() to only generate
a UUID if the InstanceID is unset.