| Age | Commit message (Collapse) | Author |
|
|
|
o Added -C switch to kmrandgen (random codewords)
o Fixed GIL lock failure on log sink hook kumu.default_log_sink(...)
|
|
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
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|