summaryrefslogtreecommitdiff
path: root/src/wavesplit.cpp
AgeCommit message (Collapse)Author
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
2014-09-21imf bugsjhurst
date parse bug timed-text transform removed
2010-02-18Add VC project files.msheby
2009-08-25Add GetSecondsSinceEpoch for Waimea.msheby
2009-08-14oopsjhurst
2009-08-14new modejhurst
2009-04-01mo-better timed textjhurst
2009-03-04dates matterjhurst
2008-03-19Change PACKAGE to PROGRAM_NAME.msheby
2006-10-05sprintf considered harmful...jhurst
2006-09-231.1.9 release ajhurst
2006-05-30more printf format fixesjhurst
2006-04-05ginormo merge-back with Kumu, SMPTE MIC key and MPEG parser fixjhurst