summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-11-05Removing autotools build output that are replaced during our build process.Dean Bullock
2018-10-16Changed version number to 2.10.32 to diffentiate HEAD from release versiontmccolm
2018-10-15release mejhurst
2018-10-13Added BER length minimum valuejhurst
2018-10-13copyright date cleanupjhurst
2018-10-13Added AFSKSync audio channel labeljhurst
2018-10-13Added ASDCP_GCMULTI_PATCH macrojhurst
2018-10-13Fixed Atmos DataEssenceCoding ULjhurst
2018-10-13Removed PIMD support (unused prototype)jhurst
2018-10-13API changes in this releasejhurst
2018-10-03 o Fixed bugs reported by Dolby:jhurst
bad assert test when writing GS partition unset frame count in ISXD unwrap bad UL when writing ISXF content packages
2018-09-21 o Removed superfluous OpenRead method from ISXD::MXFReader class (was a ↵jhurst
paste-o)
2018-09-14fix typosjhurst
2018-09-14ACESjhurst
2018-09-14ACES contribution from AMPAS/Ruppeljhurst
2018-09-07added option -Bjhurst
2018-08-21fun with refactoringjhurst
2018-08-20initial commit; untestedjhurst
2018-08-20 o Fixes wrong MajorVersion in Prefacejhurst
o Adds VideoLineMap also to RGBA essence descriptor o Adds VideoLineMap to RGBA and CDCI descriptor only when option -l is present (disputable - but distinguished value {0, 0} is not allowed in closed and complete partitions) o Fixes issue with IndexRate not set in AS-02 J2K files o Additional fixes to minor version number in AS-02 partition packs o CMake brought up to date o Fixed erroneous WAV RF64 header interpretation
2018-08-12 o Oops, mistakenly turned off timed-text ancillary resource decryptionjhurst
2018-08-08Incrementing build number version to 2.8.30 in configure.ac version to ↵echan
differentiate Head from release version
2018-08-08Updated the version in the Change History from 2.8.26 to 2.8.29echan
2018-08-08 o Added support for IMF Numbered Source Channel labels in MCAjhurst
2018-08-07release candidatejhurst
2018-08-07 o Cleaned up definition of UL WaveAudioDescriptor_PeakEnvelopeData ↵jhurst
(currently unused) o Moved ReferenceAudioAlignmentLevel from WaveAudioDescriptor to GenericSoundEssenceDescriptor
2018-08-07added property GenericSoundEssenceDescriptor.ReferenceImageEditRatejhurst
2018-08-07Added CLI switches for MCAAudioContentKind and MCAAudioElementKindjhurst
2018-08-06ISXD CLI touchups, ISXDDataEssenceDescriptor.NamespaceURI is now correctjhurst
2018-08-06o Added support for SMPTE RDD 47 "ISXD Track File"jhurst
o Added generic support for SMPTE RP 2057 "Text-Based Metadata Carriage in MXF" o Re-factored AS-02 frame-wrap index write to use a common implementation o Re-factored support for SMPTE ST 410 to use a common implementation (affects o AS-DCP and AS-02 timed-text MXF (SMPTE 429-5) o Patched several ambiguous integer casts. o Added new essence type identifiers ESS_AS02_ISXD and ESS_AS02_ACES o Fixed a bug wherein the Generic Container data tarck clip was instead being o written as a DM track o Fixed UL values DCDataDescriptor and ContainerConstraintSubDescriptor to have o a byte 6 value of 0x53 (Tag Set) instead of 0x07 (coding sentinel) o Added UL values 492 - 511 to the dictionary o Added ApplicationSchemes and ConformsToSpecifications to the Preface set o Added default initializer to MXF::LineMapPair o Added sets DescriptiveFramework, DescriptiveObject, TextBasedDMFramework, o TextBasedObject, GenericStreamTextBasedSet and ISXDDataEssenceDescriptor o Added ISXD support and options '-G', '-u' to as-02-wrap o Added ISXD support and option '-g' to as-02-unwrap
2018-08-06Incrementing build number version to 2.8.29 in configure.ac version to ↵echan
differentiate Head from release version
2018-08-06Updating configure.ac version for release candidate rel_2_8_28echan
2018-08-06BN API usage updatejhurst
2018-07-23Added tests for no-marker-items and no-tlm-markerjhurst
2018-07-23 o Fixed soundfield split-syntax fault (was tagging out-of-group channels ↵jhurst
with the LinkID) o Added asdcp.decode_mca_string() subroutine
2018-06-22gixes: ChannelFormat and LabelSetType returning a Long instead of an Intjhurst
2018-06-11Rolling back the change that broke the buildtmccolm
2018-05-03incremented build versionechan
2018-05-01Added MXFReader.close() methodjhurst
2018-04-25 o Fixed asdcp.FrameBuffer.copy() methodjhurst
2018-04-23Fixed asdcp.TimedTextWriter bug that prevented parsing a stringjhurst
2018-04-16 o Moved original '-g' option in asdc-wrap to '-x' (currentlyjhurst
o Added '-g' option to asdcp-wrap to set MCA language o Re-ordered some options in the asdcp-wrap help message o Added '-g' option to as-02-wrap to set MCA language o Re-ordered some options in the as-02-wrap help message o Added "MCALanguage" keyword option to asdcp.MXFWriter constructor
2018-04-14added ACES (2067-50) descriptorsjhurst
2018-04-11Implemented extended MCA labing syntaxjhurst
2018-04-10 o Added VideoLineMap property to picture essence descriptorsjhurst
o Now using AS-02 MCA label parser when "imf" profile selected
2018-04-02rolled version to 2.8.24echan
2018-04-01 o Changed MXFWriter PCM to use "WTF" label instead of "MCA" when MCA ↵jhurst
descriptors are present and ChannelAssignment is unset and the file is SMPTE DCP.
2018-03-28Updated version to 2.8.23echan
2018-03-25 o Fixed MinorVersion error (was "2", is now "3") when writing BodyPartition ↵jhurst
packs preceding partitions in AS-02 files. o Fixed AS-DCP timed text writer, was creating DM Segment instead of SourceClip in the source package. o Changed SourcePackage timecode track start to 00:00:00:00 (was 01:00:00:00) o Fixed reference counting errors in asdcp.MXFWriter and asdcp.TimedTextWriter that were causing asdcp.MXFReader and asdcp.TimedTextReader (respectively) to remain allocated after all references had been deleted, thus leaking file handles and memory. o Fixed broken arg parser (missing format token in format string for "EssenceType" argument) in TimedTextWriter
2018-02-03Xerces 3 character data was being ignored.jhurst
2017-11-10o Added -w switch to kmrandgen (random words)jhurst
o Added -C switch to kmrandgen (random codewords) o Fixed GIL lock failure on log sink hook kumu.default_log_sink(...)