summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2017-03-14MCA+WTFjhurst
2017-03-13Allow override of ChannelAssignment UL when using MCAjhurst
2016-12-22Fixed the double mistake errant const, comma!tmccolm
2016-12-11i'm a fuckupjhurst
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-21Tweaks to Mac OSX build paths and install methods.tmccolm
2016-11-151st draft as-02 aux datajhurst
2016-09-29Updated to TAG 2.5.16tmccolm
2016-08-11hbo patchjhurst
2016-06-30version rollmschroffel
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-23Added dependency checklisttmccolm
2016-05-19version rollmschroffel
2016-05-09oopsmschroffel
2016-05-09version bump 2.5.14bmschroffel
2016-05-09wolfgang update cmake files + version bumpmschroffel
2016-05-09Defined bool ASDCP::UL::operator<(const UL& rhs) const, which is needed to ↵jhurst
carry out the version-insensitive lookup policy when searching for ULs in a std::map<> of UL entries.
2016-05-06fixed the make file to include new location of CMakeLists.txt (src)mschroffel
2016-05-06update makefile for version rollmschroffel
2016-05-06fixesjhurst
2016-04-12updated the configure information to include as-02mschroffel
2016-03-17included CMakelists.txt into distmschroffel
2016-03-02previewjhurst
2016-03-02added Mikey's patch for Solarisjhurst
2016-03-02Changed default UNIX file permissions to "666"jhurst
Changed default UNIX file permissions to "777" Added missing initializer for caltime::offset Fixed UL values for Aux Data files (per ST 429-14) Added support for default TTML fonts (ST2052_TextParser)
2015-11-10rolled version numbermschroffel
2015-11-10releasejhurst
2015-10-09 o General review of Batch/Array distinction throughout the projectjhurst
o Fixed a bug that caused incorrect failure when parsing JPEG 2000 codestreams having fewer than five decomposition levels. o Fixed missing UUID generation in some instances of the MCALinkID property o Added -w option to asdcp-wrap to support use of WTF label with MCA
2015-10-07portjhurst
2015-10-07 o Moved personal dev environment from older gcc to newer clang. Many small ↵jhurst
changes were made to satisfy the new compiler: - Altered many printf format codes to use the correct type for the given integer type - Parenthesized some expressions to clarify previously ambiguous expectations of precedence - Created macro KM_MACOSX for use in OS-specific code selection - Removed last uses of the old C-language abs(), now using Kumu::xabs() - Removed last uses of the old C-language atoi() o Added platform-independent call Kumu::GetExecutablePath() (test with win32) o Fixed a bug that was causing Array properties to be written without the (count, length) header (from PAL) o Fixed Win32 build (from Crowe) o Added imlementation of SMPTE ST 2092-1 pink noise generator o Added pinkwave CLI utility o Added font support to the IMF timed-text wrapper
2015-07-28mem leak fixmwalker
2015-06-19foojhurst
2015-06-19datetime workarounds for stupid Ubuntu 14jhurst
2015-05-21compile fixesjhurst
2015-03-13turn on the textjhurst
2015-02-22megasubsjhurst
2015-02-19banner updates to 2015mschroffel
2015-01-22phdrjhurst
2014-10-23version bumpmschroffel