summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2019-01-28 o Moved to re-entrant forms of wcrtomb() and mbrtowc()jhurst
2019-01-28 o Added wilde-char support for filenames on Win32jhurst
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-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-14ACES contribution from AMPAS/Ruppeljhurst
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-08 o Added support for IMF Numbered Source Channel labels in MCAjhurst
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-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-05-01Added MXFReader.close() methodjhurst
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-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(...)
2017-09-12moar headersjhurst
2017-05-25o Added options -c -n, -q to as-02-wrap (IMF "color system")jhurst
o Fixed a bug in the MXF reader that caused an assert when reading a partial (i.e.truncated) input file
2016-12-22Fixed the double mistake errant const, comma!tmccolm
2016-12-10MDD fixjhurst
2016-12-10 o Added IMF App2e UL values and new MXF data types ColorPrimary andjhurst
ThreeColorPrimaries (contributed by Schleich) o Added -o and -O options to as-02-wrap o Fixed as-02-wrap option -p when making 4:4:4 files o Simplified as-02-wrap syntax description
2016-12-07 o Improved IMSC-1 profile detection. May not yet be perfect, experimentationjhurst
encouraged! o Refactored XML element & attribute visitation to KM_xml.h o Added km_join() template to KM_util.h
2016-12-03 o Fixed *all* Partiton version numbers in AS-02 filesjhurst
2016-12-02 o Fixed Partiton and Preface version numbers in AS-02 filesjhurst
2016-12-02 o Replaced WIN32 directory scanner with dirent_win.hjhurst
o The NamespaceURI property of AS-02 timed text files has been exposed in the API and via as-02-wrap -P. This behavior replaces previous bad behavior, but puts responsibility for selecting the correct value on the operator. o Exposed CreatePNGNameId and CreateFontNameId subroutines in AS_02::TimedText o Adjusted UUID generation based on PNG and font names to exclude paths by inserting a call to PathBasename at each Id generation site
2016-12-02 o The NamespaceURI property of AS-02 timed text files has been exposed in ↵jhurst
the API and via as-02-wrap -P. This behavior replaces previous bad behavior, but puts responsibility for selecting the correct value on the operator.
2016-12-02 o Fixed AS-02 timed-text index partition .jhurst
o Fixed contents of generic partiton EssenceContainers property in AS-DCP timed text files
2016-12-01 o Cleared up MXFGCP1FrameWrappedPictureElement / ↵jhurst
MXFGCP1FrameWrappedPictureElement ambiguity. PHDR continues to use MXFGCP1FrameWrappedPictureElement. MXFGCI1FrameWrappedPictureElement is supported for interlace. o Added prototype PIDM dynamic metadata wrapping, config with --enable-phdr
2016-11-22 o Added optional Generic Partition to IMF Aux Data prototype, used to carry ↵jhurst
global metadata o Added support for 192, 200 and 240 fps images, includes 96, 100 and 120 fpe stereo o Fixed raw essence detector for IMF Aux Data files o Added missing MCA properties to MCALabelSubDescriptor (contributed by Ruppel) o New MXF data type: LineMapPair o Added default 0,0 VideoLineMap value when wrapping CDCI with as-02-wrap o Added VideoLineMap property to GenericPictureEssenceDescriptor o Added timed text unwrap support to as-02-unwrap (contributed by Ruppel)
2016-11-151st draft as-02 aux datajhurst
2016-08-11hbo patchjhurst
2016-06-28o Fixed a bug in the index reader that allowed an out-of-bounds vector index ↵jhurst
to be used o Modified the IndexEntry parser to ignore additional bytes belonging to slice values
2016-05-19version rollmschroffel
2016-05-09oopsmschroffel
2016-05-09version bump 2.5.14bmschroffel
2016-05-09wolfgang update cmake files + version bumpmschroffel