summaryrefslogtreecommitdiff
path: root/src/KM_util.h
AgeCommit message (Collapse)Author
2019-12-30Merge branch 'master' into htj2cJohn Hurst
2019-11-30Implemented J2K desc to/from MDPierre-Anthony Lemieux
2019-11-30Renamed m_Value as value, made it publicjhurst
2019-11-28created new type ArchivableUi16jhurst
2019-08-19added greater-than operator to Kumu::IdentifierMatthew Sheby
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
2015-11-10releasejhurst
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-02-19banner updates to 2015mschroffel
2014-04-29added a note about AS-02 support.mikey
2013-05-28patchesjhurst
2013-02-08big change rollupjhurst
2012-08-07version bumpmikey
2012-02-21mega datetime patchjhurst
2011-07-27high frame rate stereojhurst
2011-03-08compiler warnings never ceasejhurst
2011-03-07*** empty log message ***jhurst
2010-05-13release candidatejhurst
2009-12-22big KLV supportjhurst
2009-10-08FIPS 186-2 fixesjhurst
2009-10-03decoder bug fixesjhurst
2009-08-25Add GetSecondsSinceEpoch for Waimea.msheby
2009-08-04build JP2K parsers with file listsjhurst
2009-04-09Update copyright dates.msheby
2009-04-06Add Timestamp::EncodeStringWithOffset() for representation outside of UTC.msheby
2009-03-28Add AddMinutes() function.msheby
Allow negative input to AddHours() and AddDays() in Windows implementation. Allow parsing of non-zero minutes in time offset values. Allow parsing of "Z" as time offset value.
2008-08-09The following changes have been checked into napali:jhurst
1. The is some template voodoo in KM_fileio.h to ward off the D_FILE_OFFSET_BITS=64 bug 2. KM_log.cpp now uses mutex protection for the global default LogSink 3. I added Kumu::Version (uses the same value as ASDCP::Version()). I did this because... 4. I modified Makefile.am so that kmfilegen, kmrandgen, and kmuuidgen only link against libkumu, as nature intended.
2008-08-06Eliminate warnings about copy constructors not getting initialized.msheby
2008-02-05Commit.msheby
2007-12-22logging re-writejhurst
2007-03-31bugfixes for releasejhurst
2007-03-26added identifier list typejhurst
2007-03-03added new methodsjhurst
2007-01-19updated TEST_NULL debug macrosjhurst
fixed ReadFileIntoString buffer bug
2006-11-21MPEG parser fixes: zero run-in patch, header buffer increasejhurst
2006-10-19Denis' bug fixesjhurst
2006-09-231.1.9 release ajhurst
2006-06-232006/06/23 tmccolmtmccolm
2006-05-25fixed Identifier copy constructor -- wasn't playing well with std::mapjhurst
2006-04-29Kumu updatesjhurst
2006-04-21kumu mergejhurst
2006-04-05ginormo merge-back with Kumu, SMPTE MIC key and MPEG parser fixjhurst