summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2016-05-09Defined bool ASDCP::UL::operator<(const UL& rhs) const, which is needed to ↵jhurst
carry out the version-insensitive lookup policy when searching for ULs in a std::map<> of UL entries.
2016-05-06fixed the make file to include new location of CMakeLists.txt (src)mschroffel
2016-05-06update makefile for version rollmschroffel
2016-03-17included CMakelists.txt into distmschroffel
2016-03-02added Mikey's patch for Solarisjhurst
2016-03-02Changed default UNIX file permissions to "666"jhurst
Changed default UNIX file permissions to "777" Added missing initializer for caltime::offset Fixed UL values for Aux Data files (per ST 429-14) Added support for default TTML fonts (ST2052_TextParser)
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
2014-07-01Corrected rgba_MaxRef default from 1024 to 1023. Corrected partition_space ↵tmccolm
from 10 to 60. Added partition_space supplied value to writer object.
2014-06-05versionmikey
2014-05-14less strict UL checking ignores version bytejhurst
2014-05-05updates for bulding with gcc 4.7.2 on Ubuntu 14.04mikey
2014-04-29added a note about AS-02 support.mikey
2014-01-13mixed synopsisjhurst
2014-01-13for Stewartjhurst
2014-01-03removed nascent ST2052-1 support pending completionjhurst
2014-01-02 o Fixed missing-index-partion bugs for AS-02 files.jhurst
o Improved integration of ST 377-4 MCA concepts with ST 429-2 static labels. o Added new EssenceType_t values for IMF/AS-02 track files. o Added detection for AS-02 track files to ASDCP::EssenceType() o Changed lots of "const char*" to "const std::string&" in the APIs defined by KM_fileio.h and AS_DCP.h. o Fixed VBR Delta Segment entries to correctly flag progressive material. o Fixed PCM unwrapping bugs in as-02-unwrap.
2013-12-15 o Added preliminary support for timed-text wrapping for AS-02. Thisjhurst
work will require changes in SMPTE ST 429-5 and perhaps other standards work, so files created with this implementation are "speculative". Publication of the revised ST 429-5 may not occur until early 2015. o Moved LocalFilenameResolver into the AS_DCP public API so that it can be used by other modules including AS-02. o Fixed wave wrapping UL in clip-wrapped AS-02 files. Renamed some UL constants to reflect "clip" or "frame" wrapping. o Re-factored JP2K_PDesc_to_MD() and MD_to_JP2K_PDesc() to work with GenericPictureEssenceDescriptor objects. o Fixed a bug that was suppressing PictureComponentSizing, CodingStyleDefault and QuantizationDefault when writing the essence descriptor in a JP2K file (AS-DCP and AS-02). o Fixed the version byte on the following UL values: StereoscopicPictureSubDescriptor GenericPictureEssenceDescriptor_ColorPrimaries GenericPictureEssenceDescriptor_ActiveHeight GenericPictureEssenceDescriptor_ActiveWidth GenericPictureEssenceDescriptor_ActiveXOffset GenericPictureEssenceDescriptor_ActiveYOffset o Added some essence descriptor options to as-02-wrap. o Added TTML timed-text wrapping option to as-02-wrap. o Changed bit rate display in asdcp-info from mebi-bits/s to mega-bits/s. o Added "SMPTE" / "Interop" format type display to asdcp-info. o Modified asdcp-wrap to assume -L when wrapping timed-text (since there is no MXF text wrapping for Interop.) o Fixed missing-index-partion bugs for AS-02 files.
2013-12-09added jp2k to the list of dev headers taht get installed.mikey
2013-12-05allow suppression of xml formatting spacesjhurst
2013-11-20added COD decoding to the JP2K parser, fixed interpreter lock bug in text writerjhurst
2013-10-22buggyjhurst
2013-09-02text code rates now woek when rate != 24/1jhurst
2013-08-28fix AS-02 audio unwrapping behaviormsheby
2013-08-20fixed duplicate entries in TT wrappingjhurst
2013-08-06updatedmikey
2013-07-06fix incorrect determination of m_ContainerDurationmsheby
2013-07-02oops.mikey
2013-07-02more properties!jhurst
2013-07-02finished optional propertiesjhurst