summaryrefslogtreecommitdiff
path: root/src/KM_util.cpp
AgeCommit message (Collapse)Author
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-09-21imf bugsjhurst
date parse bug timed-text transform removed
2013-02-08big change rollupjhurst
2012-08-07version bumpmikey
2012-02-22oops, tickjhurst
2012-02-21mega datetime patchjhurst
2011-05-13the story so farjhurst
2011-03-07*** empty log message ***jhurst
2011-03-04checkinmikey
2010-08-10corrected test of Py booljhurst
2010-01-06version bumpmikey
2009-12-22big KLV supportjhurst
2009-10-08FIPS 186-2 fixesjhurst
2009-08-26Implement Windows version of Timestamp::GetSecondsSinceEpoch.msheby
2009-08-25Add GetSecondsSinceEpoch for Waimea.msheby
2009-04-06Add Timestamp::EncodeStringWithOffset() for representation outside of UTC.msheby
2009-03-28Strictly parse the minutes section of the time offset.msheby
Add comments explaining the offset negation.
2009-03-28The XML schema says that the range of timezone offsets is +- 14 hours.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.
2009-03-12Allow for build-time configuration of randomly cased UUIDs.msheby
2009-02-13channel assignmentjhurst
2008-09-10now using libtai for time-datejhurst
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-04-09betterjhurst
2008-02-01Commit a bunch of portability fixes (64- vs. 32-bit types).msheby
2007-12-22logging re-writejhurst
2007-10-29Windows portability fixes.msheby
2007-10-203-D lovejhurst
2007-07-20templates like this->jhurst
2007-03-26added identifier list typejhurst
2007-03-03added new methodsjhurst
2007-02-28fixed remainder bug in MemIOReaderjhurst
2007-01-19updated TEST_NULL debug macrosjhurst
fixed ReadFileIntoString buffer bug
2006-10-19Denis' bug fixesjhurst
2006-06-232006/06/23 tmccolmtmccolm
2006-05-30more printf format fixesjhurst
2006-04-21Work!jhurst
2006-04-21oopsjhurst
2006-04-21kumu mergejhurst
2006-04-05ginormo merge-back with Kumu, SMPTE MIC key and MPEG parser fixjhurst