Added atmos support and new ULs per SMPTE 429-2:2013 - see README for deets.
authormikey <mikey@cinecert.com>
Fri, 12 Apr 2013 23:39:31 +0000 (23:39 +0000)
committermikey <>
Fri, 12 Apr 2013 23:39:31 +0000 (23:39 +0000)
commit252740d6f7d8924c6af30e55d2da487356a0acdc
treeba01aa630cf6cd11e7c286a60380aa35be916616
parentc9e20228d6c328a0b446c1417e0082389ff045ff
Added atmos support and new ULs per SMPTE 429-2:2013 - see README for deets.
50 files changed:
README
build-aux/config.guess
build-aux/config.sub
build-aux/depcomp
build-aux/install-sh
build-aux/ltmain.sh
build-aux/missing
configure.ac
src/AS_DCP.h
src/AS_DCP_ATMOS.cpp [new file with mode: 0644]
src/AS_DCP_DCData.cpp [new file with mode: 0644]
src/AS_DCP_DCData_internal.h [new file with mode: 0644]
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/AtmosSyncChannel_Generator.cpp [new file with mode: 0644]
src/AtmosSyncChannel_Generator.h [new file with mode: 0644]
src/AtmosSyncChannel_Mixer.cpp [new file with mode: 0644]
src/AtmosSyncChannel_Mixer.h [new file with mode: 0644]
src/CRC16.c [new file with mode: 0644]
src/CRC16.h [new file with mode: 0644]
src/DCData_ByteStream_Parser.cpp [new file with mode: 0644]
src/DCData_Sequence_Parser.cpp [new file with mode: 0644]
src/Index.cpp
src/MDD.cpp
src/MDD.h
src/MXF.cpp
src/Makefile.am
src/Metadata.cpp
src/Metadata.h
src/PCMDataProviders.cpp [new file with mode: 0644]
src/PCMDataProviders.h [new file with mode: 0644]
src/PCM_Parser.cpp
src/SyncCommon.h [new file with mode: 0644]
src/SyncEncoder.c [new file with mode: 0644]
src/SyncEncoder.h [new file with mode: 0644]
src/UUIDInformation.c [new file with mode: 0644]
src/UUIDInformation.h [new file with mode: 0644]
src/Wav.cpp
src/Wav.h
src/WavFileWriter.h
src/asdcp-info.cpp
src/asdcp-unwrap.cpp
src/asdcp-wrap.cpp
src/blackwave.cpp
src/h__Reader.cpp
win32/Makefile.mak