summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-11-23Remove pragma unknown by mingw.carl-2Carl Hetherington
2020-11-23Set up MXF header value DisplayHeight. Otherwise mediainfo reportsCarl Hetherington
0 height for DCP-o-matic's MXFs. See DoM bug #1325 for more discussion.
2020-11-23Quell some valgrind errors.Carl Hetherington
2020-11-23Fix a few compiler warnings about misleading indents.Carl Hetherington
2020-11-23Remove stack-allocated BIGNUM which is no longer allowed in OpenSSL 1.1.Carl Hetherington
2020-11-23Allow > 60 fps 3D.Carl Hetherington
2020-11-23Remove use of stringstream in FileWriter.Carl Hetherington
2020-11-23Move public headers into src/asdcp and install them in a asdcp subdirectory.Carl Hetherington
2020-11-23Fix apparent typo in operator==Carl Hetherington
2020-11-23Fix / hide some warnings on Linux.Carl Hetherington
2020-11-23Win32 build fixes.Carl Hetherington
2020-11-23waf build system.Carl Hetherington
2020-11-23Patches for testing to allow predictable random number and date generation.Carl Hetherington
2020-11-23Support hashing while writing MXFs.Carl Hetherington
2020-11-23Allow overwrite (i.e. continue) when writing JPEG2000 MXFs.Carl Hetherington
2020-11-23Fix UTF-8 filename handling; replace DirScanner code with boost-based ↵Carl Hetherington
implementation.
2020-11-23Fix uninitialised variable.Carl Hetherington
2020-11-23Remove edit rate checks so that DCP-o-matic can use any edit rate it wants.Carl Hetherington
2020-11-23Add another OpenReadFrame method for JP2K::CodestreamParser.Carl Hetherington
2020-11-23Fix a type-punning warning.Carl Hetherington
2020-11-23Fix some comparisons of signed with unsigned.Carl Hetherington
2020-11-23Remove some unused variables.Carl Hetherington
2020-11-23Add call to parent constructor.Carl Hetherington
2020-11-23Fix unnecessary const qualifiers on return values.Carl Hetherington
2020-11-23Fix missing initializer for the second variable in TagValue.Carl Hetherington
2020-11-23Fix constructor initializer order.Carl Hetherington
2020-11-23Fix enum switch/case statements with unhandled values.Carl Hetherington
2020-11-23Remove unused parameters to methods.Carl Hetherington
2015-11-10releasejhurst
2015-10-09 o General review of Batch/Array distinction throughout the projectjhurst
o Fixed a bug that caused incorrect failure when parsing JPEG 2000 codestreams having fewer than five decomposition levels. o Fixed missing UUID generation in some instances of the MCALinkID property o Added -w option to asdcp-wrap to support use of WTF label with MCA
2015-10-07portjhurst
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-07-28mem leak fixmwalker
2015-05-21compile fixesjhurst
2015-03-13turn on the textjhurst
2015-02-22megasubsjhurst
2015-02-19banner updates to 2015mschroffel
2015-01-22phdrjhurst
2014-10-23version bumpmschroffel
2014-10-22fixed the partition split between the last fram in a partition and its ↵jhurst
metadata packet
2014-10-22phdr:jhurst
o Finished FrameBuffer::Dump() o Minor comment changes o Added support for -W and some verbosity to phdr-unwrap o Removed spurious "m_FramesWritten++" that was causing master metadata tin increment the duration. asdcp: o Set streamID byte of the PHDRImageMetadataItem UL to zero to meet canonical expectations. o Added some verbosity to as-02-unwrap o Fixed partitioning off-by-one in h__AS02WriterFrame::WriteEKLVPacket()
2014-10-14comment insensitivityjhurst
2014-10-10newlines are valid inside elements!jhurst
2014-10-02version bumpmschroffel
2014-10-01version bumpmschroffel
2014-09-22win32 compiler fixesjhurst
2014-09-21imf bugsjhurst
date parse bug timed-text transform removed
2014-08-07version bumpmschroffel
2014-07-14Added TimedText_Transform.h to the list of installable headers when using ↵mschroffel
enable-dev-headers configure option
2014-07-03missing TimedText_transform.hmschroffel