summaryrefslogtreecommitdiff
path: root/test/ref/DCP/dcp_test2/audio.mxf
AgeCommit message (Collapse)Author
2022-05-04Make some tests repeatable across platforms.Carl Hetherington
2021-08-04Fix tests after previous commit.Carl Hetherington
2021-06-02Test churn from adding make_uuid() into CPL.Carl Hetherington
2021-03-26Write MCA tags based on the specified sound field.Carl Hetherington
I had previously assumed that one should write MCA information into the sound MXF based on what channels actually contain sound rather than silence. However a previous example of a stereo DCP gives a verification error in EasyDCP (see DoM bug #1935) which is solved by adding MCA tags for each channel in the specified sound field (e.g. at least 6 tags for a file which is marked as 5.1) even if the audio is really stereo. This commit removes the "active channels" stuff and makes sure that if we say a file is 5.1 we write at least 6 MCA tags (and similarly for 7.1).
2020-07-11Hopefully make all tests stable enough to be run with --random,Carl Hetherington
stopping test reference churn.
2019-01-14Tidy repeated call of make_uuid() and don't put urn:uuid: in front of ↵Carl Hetherington
default content version label text as it's a bit confusing.
2016-10-31UUID churn in tests.Carl Hetherington
2016-09-09Update test references for change to SMPTE audio channel assignment in MXF.Carl Hetherington
2016-06-10More ToolkitVersion churn; hopefully that's it for now.Carl Hetherington
2016-05-24Update tests for asdcplib library version bump; this gets into the MXFs.Carl Hetherington
2016-03-01Modified data after adding HMACs.Carl Hetherington
2016-01-29Update test data again; don't know why unfortunately.Carl Hetherington
2016-01-27MXF changes with newer version of asdcplib.Carl Hetherington
2014-12-28Add a basic stereo test.Carl Hetherington