summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authormikey <mikey@cinecert.com>2010-09-07 18:43:19 +0000
committermikey <>2010-09-07 18:43:19 +0000
commit9e32c7029082710ed909ce78d33d6a9b41996dda (patch)
treedccd3b48ea4deb1e80179bc85ca42bf649556f08 /README
parent03f7685c1bc862896fa8e04289f6738749cd5d12 (diff)
version bump.
Diffstat (limited to 'README')
-rwxr-xr-xREADME18
1 files changed, 18 insertions, 0 deletions
diff --git a/README b/README
index 3684f70..5ca5119 100755
--- a/README
+++ b/README
@@ -112,6 +112,24 @@ utilities all respond to -h.
Change History
+ o Fixed bug in JP2K PictureDescriptor initialization in
+ JP2K::MXFReader::OpenRead() and JP2K::MXFSReader::OpenRead()
+ o Once again fiddling with AvgBbs. How can something so simple
+ be such a constant cause of trouble? Tested with 1-, 2- and
+ 6-channel input Wav files.
+ o asdcp-test now accepts a directory name when making PCM
+ files (-c). The directory name should be the only filename
+ argument. All files in the directory must be Wav files
+ (mixed channel sizes OK). Files are sorted alphabetically by
+ filename. Hint: use numeric name infix to define order:
+ my_movie_00_L.wav
+ my_movie_01_R.wav
+ my_movie_02_C.wav
+ my_movie_03_LFE.wav
+ my_movie_04_LS.wav
+ my_movie_05_RS.wav
+
+
2010.07.20 - bug fixes, v1.6.37
o Fixed TimedTextResourceSubDescriptor UL value.