o Moved personal dev environment from older gcc to newer clang. Many small changes...
authorjhurst <jhurst@cinecert.com>
Wed, 7 Oct 2015 16:41:23 +0000 (16:41 +0000)
committerjhurst <>
Wed, 7 Oct 2015 16:41:23 +0000 (16:41 +0000)
commitaf6a1e4ef13dcf5811ccd9eb6b63d21bdc88dc70
tree021ae744f611d9bfd2f8832c665351132205ab0b
parent77200515d9acee07988f26dadfa37ffbd169cdfb
 o Moved personal dev environment from older gcc to newer clang.  Many small 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
30 files changed:
src/AS_02_PCM.cpp
src/AS_02_TimedText.cpp
src/AS_DCP_JP2K.cpp
src/AS_DCP_MPEG2.cpp
src/Index.cpp
src/JP2K.cpp
src/KM_fileio.h
src/KM_platform.h
src/KM_util.cpp
src/KM_util.h
src/KM_xml.cpp
src/MXF.h
src/MXFTypes.h
src/Makefile.am
src/ST2052_TextParser.cpp
src/as-02-unwrap.cpp
src/as-02-wrap.cpp
src/asdcp-info.cpp
src/asdcp-test.cpp
src/asdcp-unwrap.cpp
src/asdcp-wrap.cpp
src/blackwave.cpp
src/h__02_Reader.cpp
src/klvsplit.cpp
src/kmfilegen.cpp
src/kmrandgen.cpp
src/phdr-unwrap.cpp
src/phdr-wrap.cpp
src/pinkwave.cpp [new file with mode: 0644]
src/wavesplit.cpp