summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2010-05-13 19:12:13 +0000
committerjhurst <>2010-05-13 19:12:13 +0000
commitf6382ee078c3d7de2dbf3a01f5624345d2c61e4a (patch)
tree9418a7065bdedb15e9551d97743ec1a9b8cd8f71 /README
parent6413d43575d39c8560673515ca7e75e1e2c789a9 (diff)
release candidate
Diffstat (limited to 'README')
-rwxr-xr-xREADME20
1 files changed, 13 insertions, 7 deletions
diff --git a/README b/README
index b91a54d..3d19e1f 100755
--- a/README
+++ b/README
@@ -104,19 +104,25 @@ blackwave - Write a WAVE file full of zeros, Used to make filler
Documentation
-Currently, the API documentation is mostly in AS_DCP.h. Read
-that file for a detailed description of the library's capabilities.
-Read asdcp-test.cpp for library usage examples. The command-line
+The API documentation is mostly in AS_DCP.h. Read that file for
+a detailed description of the library's capabilities. Read
+asdcp-test.cpp for library usage examples. The command-line
utilities all respond to -h.
Change History
-NEW STUFF:
+2010.05.13 - bug fixes, enhancements, v1.6.34
+ o ST 429-5 files have corrected ULs for DCTimedTextDescriptor and
+ GenericStream DataElement. Files made with previous versions of
+ the library are incompatible with this and future versions.
+ o Fixed File Package TrackNumber values. Thanks to Sankar.
+ o Added edit rate constants to AS_DCP.h (25, 30, 50, 60).
o Changed AudioDescriptor "SampelRate" element name to "EditRate"
- to make it consistent with the other types.
- o Now builds with XercesC 3.x
- o KM_memio.h has better const behavior
+ to make it consistent with the other types.
+ o Now builds with XercesC 3.x.
+ o KM_memio.h has better const behavior.
+ o Fixed a bug in KM_memio.h string archiving.
2010.01.05 - bug fixes, enhancements, v1.5.32