summaryrefslogtreecommitdiff
path: root/src/TimedText_Parser.cpp
AgeCommit message (Collapse)Author
2015-11-10releasejhurst
2015-05-21compile fixesjhurst
2014-10-14comment insensitivityjhurst
2014-09-22win32 compiler fixesjhurst
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-10-22buggyjhurst
2013-08-20fixed duplicate entries in TT wrappingjhurst
2010-11-15release!jhurst
2009-12-18fixed blind willingness to truncate large itemsjhurst
2009-08-14new modejhurst
2009-05-09Add beginnings of timed text support.msheby
2009-04-09Update copyright dates.msheby
2009-03-04StartTime is optional!jhurst
2008-08-15removed extraneous assert(), added multi-/ test to path-test.cppjhurst
2008-04-02xerces-c SAX parser supportjhurst
2008-01-31build fixes from DTSjhurst
2007-12-22logging re-writejhurst
2007-10-203-D lovejhurst
2007-06-13oopsjhurst
2007-06-08fixed encryption for timed textjhurst
2007-05-05new stuffjhurst