namespace libdcp -> dcp.
authorCarl Hetherington <cth@carlh.net>
Fri, 17 Jan 2014 17:11:32 +0000 (17:11 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 17 Jan 2014 17:11:32 +0000 (17:11 +0000)
commit41fc6e366ad3de85704c35961beaf539ab9ceb8b
tree22c68206025af06f3915650d5feece76e57cbfc0
parent394abae7986abf4438184a712f16dfbe3c2734da
namespace libdcp -> dcp.
107 files changed:
examples/make_dcp.cc
src/argb_frame.cc
src/argb_frame.h
src/asset.cc
src/asset.h
src/certificates.cc
src/certificates.h
src/colour_matrix.cc
src/colour_matrix.h
src/cpl.cc
src/cpl.h
src/dcp.cc
src/dcp.h
src/dcp_time.cc
src/dcp_time.h
src/exceptions.cc
src/exceptions.h
src/gamma_lut.cc
src/gamma_lut.h
src/image.cc
src/image.h
src/kdm.cc
src/kdm.h
src/key.cc
src/key.h
src/lut.h
src/metadata.cc
src/metadata.h
src/mono_picture_asset.cc
src/mono_picture_asset.h
src/mono_picture_asset_writer.cc
src/mono_picture_asset_writer.h
src/mono_picture_frame.cc
src/mono_picture_frame.h
src/mxf_asset.cc
src/mxf_asset.h
src/parse/asset_map.cc
src/parse/asset_map.h
src/parse/cpl.cc
src/parse/cpl.h
src/parse/pkl.cc
src/parse/pkl.h
src/parse/subtitle.cc
src/parse/subtitle.h
src/picture_asset.cc
src/picture_asset.h
src/picture_asset_writer.cc
src/picture_asset_writer.h
src/picture_asset_writer_common.cc
src/rec709_linearised_gamma_lut.cc
src/rec709_linearised_gamma_lut.h
src/reel.cc
src/reel.h
src/rgb_xyz.cc
src/rgb_xyz.h
src/signer.cc
src/signer.h
src/signer_chain.cc
src/signer_chain.h
src/sound_asset.cc
src/sound_asset.h
src/sound_frame.cc
src/sound_frame.h
src/srgb_linearised_gamma_lut.cc
src/srgb_linearised_gamma_lut.h
src/stereo_picture_asset.cc
src/stereo_picture_asset.h
src/stereo_picture_asset_writer.cc
src/stereo_picture_asset_writer.h
src/stereo_picture_frame.cc
src/stereo_picture_frame.h
src/subtitle_asset.cc
src/subtitle_asset.h
src/types.cc
src/types.h
src/util.cc
src/util.h
src/version.h
src/xml.h
src/xml/kdm_smpte.h
src/xyz_frame.cc
src/xyz_frame.h
test/certificates_test.cc
test/color_test.cc
test/cpl_sar.cc
test/dcp_test.cc
test/dcp_time_test.cc
test/decryption_test.cc
test/encryption_test.cc
test/error_test.cc
test/frame_info_test.cc
test/kdm_key_test.cc
test/kdm_test.cc
test/lut_test.cc
test/read_dcp_test.cc
test/recovery_test.cc
test/rewrite_subs.cc
test/round_trip_test.cc
test/subs_in_out.cc
test/subtitle_tests.cc
test/test.cc
test/test.h
test/utc_offset_to_string_test.cc
test/util_test.cc
tools/dcpdiff.cc
tools/dcpinfo.cc
wscript