Replace std::list with std::vector in the API.
authorCarl Hetherington <cth@carlh.net>
Sun, 10 Jan 2021 23:16:40 +0000 (00:16 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 17 Jan 2021 19:13:23 +0000 (20:13 +0100)
commitd95eacd3851a20e52202465ec22b4f72a4983dc8
tree1dfc1092ae7d2e6b6b7c313ad808415f578d9712
parentcbee0d077e698541afcea82a95bafcea5245ab89
Replace std::list with std::vector in the API.
49 files changed:
examples/read_dcp.cc
src/certificate_chain.cc
src/certificate_chain.h
src/combine.cc
src/cpl.cc
src/cpl.h
src/dcp.cc
src/dcp.h
src/decrypted_kdm.cc
src/decrypted_kdm.h
src/encrypted_kdm.cc
src/encrypted_kdm.h
src/interop_subtitle_asset.cc
src/interop_subtitle_asset.h
src/pkl.h
src/reel.cc
src/reel.h
src/ref.cc
src/ref.h
src/smpte_subtitle_asset.cc
src/smpte_subtitle_asset.h
src/subtitle_asset.cc
src/subtitle_asset.h
src/subtitle_asset_internal.h
src/util.cc
src/util.h
src/verify.cc
src/verify.h
src/xml.h
test/combine_test.cc
test/cpl_metadata_test.cc
test/cpl_ratings_test.cc
test/mca_test.cc
test/read_dcp_test.cc
test/read_interop_subtitle_test.cc
test/read_smpte_subtitle_test.cc
test/rewrite_subs.cc
test/round_trip_test.cc
test/test.cc
test/test.h
test/util_test.cc
test/verify_test.cc
test/write_subtitle_test.cc
tools/common.cc
tools/common.h
tools/dcpdiff.cc
tools/dcpinfo.cc
tools/dcprecover.cc
tools/dcpverify.cc