o Fixed missing-index-partion bugs for AS-02 files.
authorjhurst <jhurst@cinecert.com>
Thu, 2 Jan 2014 23:29:22 +0000 (23:29 +0000)
committerjhurst <>
Thu, 2 Jan 2014 23:29:22 +0000 (23:29 +0000)
commit7ff636405a6bff37432e1c70123f0e6936186166
tree87d858c6afd73fd21ca6cab5607cffcd1f7d01c3
parent7f373b689817ee70fbe5d6a14cb0512b5260f77c
  o Fixed missing-index-partion bugs for AS-02 files.
  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.
34 files changed:
src/AS_02.h
src/AS_02_JP2K.cpp
src/AS_02_PCM.cpp
src/AS_02_internal.h
src/AS_DCP.h
src/AS_DCP_ATMOS.cpp
src/AS_DCP_DCData.cpp
src/AS_DCP_DCData_internal.h
src/AS_DCP_JP2K.cpp
src/AS_DCP_MPEG2.cpp
src/AS_DCP_MXF.cpp
src/AS_DCP_PCM.cpp
src/AS_DCP_TimedText.cpp
src/AS_DCP_internal.h
src/DCData_ByteStream_Parser.cpp
src/DCData_Sequence_Parser.cpp
src/JP2K_Codestream_Parser.cpp
src/JP2K_Sequence_Parser.cpp
src/KM_fileio.cpp
src/KM_fileio.h
src/MPEG2_Parser.cpp
src/MXF.cpp
src/MXF.h
src/Makefile.am
src/PCMParserList.cpp
src/PCMParserList.h
src/PCM_Parser.cpp
src/TimedText_Parser.cpp
src/as-02-unwrap.cpp
src/asdcp-test.cpp
src/asdcp-wrap.cpp
src/h__02_Reader.cpp
src/h__02_Writer.cpp
src/h__Reader.cpp