| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-02-12 | Make certificate chain validity a parameter of the constructor.v1.6.19 | Carl Hetherington | |
| 2021-04-16 | Improve handling of image subtitle IDs in XML (DoM bug #1965)backport | Carl Hetherington | |
| When reading/writing the XML for image subtitles, we assumed that the content of the <Image> tag is just the ID of the PNG in the MXF, without any prefix. DoM bug #1965 mentions a DCP where this is not the case, and SMPTE 429-5-2009 has an example where there is urn:uuid: in the XML. This change makes DoM write this urn:uuid: prefix, and accept it if it's present (but not complain if it's not). If the urn:uuid: _is_ required in the field, it's a bit surprising that nobody has complained up to this point. Maybe nobody noticed, or nobody reported it. Cherry-picked from 098007a1ee6a46b6ff11398f94faff5c85951da4 in master. | |||
| 2021-04-16 | Rename write_subtitle_test -> shared_subtitle_test | Carl Hetherington | |
| Cherry-picked from 66566512275d363f68781b9a47ade6967d09e676 in master. | |||
| 2021-04-16 | Test reference updates. | Carl Hetherington | |
| 2021-04-16 | Move some tests from write_subtitle_test into interop_subtitle_test. | Carl Hetherington | |
| Cherry-picked from 39e010ee51749198528f754c89e98b6d8fb123c4 in master. | |||
| 2021-04-16 | Rename read_interop_subtitle_test -> interop_subtitle_test. | Carl Hetherington | |
| Cherry-picked from 72d9cb462c03b1b41380e50ab9cccf2950207c18 in master. | |||
| 2021-04-16 | Move some tests from write_subtitle_test to smpte_subtitle_test. | Carl Hetherington | |
| Cherry-picked from 9e3f8bfe9e274865590d49ad1e59e82f7894a12a in master. | |||
| 2021-04-16 | Merge read_smpte_subtitle_test with smpte_subtitle_test. | Carl Hetherington | |
| Cherry-picked from 4e514f7dcc12a72bb4c78fd5067ff872ef54025b in master. | |||
| 2020-10-10 | Test churn after adding a new one.v1.6.16 | Carl Hetherington | |
| 2020-10-10 | Fix crash when loading DCPs whose ASSETMAP contains files that are | Carl Hetherington | |
| not mentioned in any PKL (#1855). Back-ported from 4c8cc9e99678a4095772f283ffaaa1d6bd8aaf67 in master. | |||
| 2019-12-15 | Add fix_empty_font_ids() to replace empty Font ids with a dummy string.v1.6.14 | Carl Hetherington | |
| Back-ported from abf4f7577877254ecd7a1dc7955e0d7ca49ad07c in master. | |||
| 2019-11-08 | Fix incorrect LocalTime strings when timezone is behind UTC and not an ↵v1.6.10 | Carl Hetherington | |
| integer number of hours. | |||
| 2019-10-01 | Fix unit tests after CPL root namespace fix.v1.6.9 | Carl Hetherington | |
| 2019-03-12 | And corresponding test updates. | Carl Hetherington | |
| 2019-03-12 | More insulation against libdcp version updates. | Carl Hetherington | |
| 2019-03-12 | Update tests for previous. | Carl Hetherington | |
| 2019-03-12 | Stop test output depending on libdcp version. | Carl Hetherington | |
| 2019-02-04 | Update for changes to video MXF headers. | Carl Hetherington | |
| 2019-01-24 | Fix test references now that we indent things. | Carl Hetherington | |
| 2019-01-14 | Tidy 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. | |||
| 2019-01-12 | Move verify API away from strings towards error codes. | Carl Hetherington | |
| 2019-01-06 | More DCP verification detail and testing. | Carl Hetherington | |
| 2019-01-06 | Tidy up a bit. | Carl Hetherington | |
| 2019-01-06 | Tidy up and slightly extend verify tests. | Carl Hetherington | |
| 2019-01-06 | Fix tests following additional verify check. | Carl Hetherington | |
| 2018-11-08 | Take thumbprint rather than a full dcp::Certificate for trusted devices. | Carl Hetherington | |
| 2018-09-25 | Cope with multiple PKLs in a DCP. | Carl Hetherington | |
| 2018-09-25 | ID churn. | Carl Hetherington | |
| 2018-09-02 | Hopefully-correct PKL and AssetMap when using Interop PNG subtitles. | Carl Hetherington | |
| 2018-08-18 | Missing test files. | Carl Hetherington | |
| 2018-08-17 | Unexplained ID churn. | Carl Hetherington | |
| 2018-08-17 | Use PKL when verifying DCPs. | Carl Hetherington | |
| 2018-07-14 | New test data. | Carl Hetherington | |
| 2018-07-09 | Very basic SMPTE image test.bitmap-subs | Carl Hetherington | |
| 2018-07-09 | Basic reading of Interop/SMPTE image subtitles with a test for Interop. | Carl Hetherington | |
| 2018-07-09 | Store image subtitle ID in the object, rather than a separate map. Start of ↵ | Carl Hetherington | |
| reading image subtitles. | |||
| 2018-07-09 | Switch to UUIDs for Interop image subtitle identification (rather than ↵ | Carl Hetherington | |
| indices). Basic and untested SMPTE image subtitle support. | |||
| 2018-07-08 | Basic interop bitmap writing. | Carl Hetherington | |
| 2018-07-07 | SubtitleString -> shared_ptr<Subtitle> | Carl Hetherington | |
| 2018-05-02 | rebase() would round up and so it was possible for ticks to go out of range. | Carl Hetherington | |
| Now it still rounds up but then copes with overflow. | |||
| 2018-04-25 | Fix incorrect hashes caused by building with an out-of-date openjpeg. | Carl Hetherington | |
| 2018-04-20 | Cope with change to string. | Carl Hetherington | |
| 2018-04-08 | Fix frame info hash tests. | Carl Hetherington | |
| 2018-03-26 | Make test compatible with old boost filesystem libraries. | Carl Hetherington | |
| 2018-03-25 | Missing include. | Carl Hetherington | |
| 2018-03-22 | Fix reference data for changes to dsig namespacing. | Carl Hetherington | |
| 2018-03-20 | More DCP verification bits. | Carl Hetherington | |
| 2018-03-15 | Test ID churn from 380d7af94562883cdcaa60726d0ffa36f3dab304. | Carl Hetherington | |
| 2018-03-13 | Store interop/SMPTE in MXF. | Carl Hetherington | |
| 2018-03-09 | Missing files. | Carl Hetherington | |
