diff options
| author | jhurst <jhurst@cinecert.com> | 2006-11-21 23:58:00 +0000 |
|---|---|---|
| committer | jhurst <> | 2006-11-21 23:58:00 +0000 |
| commit | f0476a3789369459fb91076af4a29372d86d7622 (patch) | |
| tree | 6502d6fc94619371219d23c7522fd5ae7e6525bc /README | |
| parent | 9f903fec9d68fc58399a925b0311af3dc9a3faf2 (diff) | |
MPEG parser fixes: zero run-in patch, header buffer increase
Diffstat (limited to 'README')
| -rwxr-xr-x | README | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -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. |
