summaryrefslogtreecommitdiff
path: root/src/asdcp-test.cpp
AgeCommit message (Collapse)Author
2022-08-30Fixed local path translation error when writing anc resource filesjhurst
2021-06-15Fix indentationmilla
Use smart pointer for Reader Don't define fileReader constructor and destructor twice (win and posix) but just once as their implementation is the same
2021-06-10Fix indentationmilla
Don't delete pointer manually, use smart pointer instead
2021-06-03FileReader pluggable at runtimemilla
2020-10-08fixed conditional XML parser supportjhurst
2020-09-08Added OpenSSL and Xerces build options to allow stand-alone compilationjhurst
2020-07-15replaced openssl dependency with internal SHA-1 APIjhurst
2016-11-22 o Added optional Generic Partition to IMF Aux Data prototype, used to carry ↵jhurst
global metadata o Added support for 192, 200 and 240 fps images, includes 96, 100 and 120 fpe stereo o Fixed raw essence detector for IMF Aux Data files o Added missing MCA properties to MCALabelSubDescriptor (contributed by Ruppel) o New MXF data type: LineMapPair o Added default 0,0 VideoLineMap value when wrapping CDCI with as-02-wrap o Added VideoLineMap property to GenericPictureEssenceDescriptor o Added timed text unwrap support to as-02-unwrap (contributed by Ruppel)
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-02-19banner updates to 2015mschroffel
2014-04-29added a note about AS-02 support.mikey
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-07-02finished optional propertiesjhurst
2013-06-03the big-pre-as-02-refactorjhurst
2013-02-08big change rollupjhurst
2012-02-03megachangesjhurst
2011-07-27high frame rate stereojhurst
2011-06-24addedtmccolm
2011-03-08compiler warnings never ceasejhurst
2010-11-15release!jhurst
2010-09-07version bump.mikey
2010-06-25old typo!jhurst
2010-06-09buggy lessjhurst
2010-02-18Add VC project files.msheby
2010-01-05undo, j2c-testjhurst
2009-10-15hmac pad fixjhurst
2009-05-18working multi-dictjhurst
2009-05-18oijhurst
2009-05-18massive dictionary re-factoringjhurst
2009-05-09Add beginnings of timed text support.msheby
2009-03-04dates matterjhurst
2009-02-21make 96k PCM workjhurst
2009-02-13channel assignmentjhurst
2008-05-27added -w option, ordered option cases alphabeticallyjhurst
2008-05-20version reorg, precedence patch for stat checkjhurst
2008-03-19Change PACKAGE to PROGRAM_NAME.msheby
2008-01-31build fixes from DTSjhurst
2007-12-22logging re-writejhurst
2007-10-25Win32 portability fixesmsheby
2007-10-20subdescjhurst
2007-10-203-D lovejhurst
2007-09-26stereoscopic JP2K writingjhurst
2007-06-08fixed encryption for timed textjhurst
2007-01-19updated TEST_NULL debug macrosjhurst
fixed ReadFileIntoString buffer bug
2006-11-21MPEG parser fixes: zero run-in patch, header buffer increasejhurst
2006-10-19Denis' bug fixesjhurst
2006-06-232006/06/23 tmccolmtmccolm
2006-05-29format string fixesjhurst
2006-05-252006/05/24 The full treatment. tmccolmtmccolm
2006-04-05ginormo merge-back with Kumu, SMPTE MIC key and MPEG parser fixjhurst