| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-03-24 | Replace simple uses of raw_convert<string> with fmt.fmt | Carl Hetherington | |
| 2022-03-24 | Use libfmt to convert things to non-locale-influenced strings. | Carl Hetherington | |
| Related to DoM bug #2218. | |||
| 2022-03-24 | Increase raw_convert test coverage. | Carl Hetherington | |
| 2022-03-24 | Remove completely broken raw_convert from wchar_t. | Carl Hetherington | |
| 2022-03-20 | Nearly pretty-print subtitle XML (though not in <Text> nodes).v1.8.12 | Carl Hetherington | |
| This is an attempt to fix DoM bug #2205. | |||
| 2022-03-19 | C++11 tidying. | Carl Hetherington | |
| 2022-03-19 | Add string converters for KDM formulations.v1.8.11 | Carl Hetherington | |
| 2022-03-19 | Remove old MODIFIED_TRANSITIONAL_TEST. | Carl Hetherington | |
| 2022-03-07 | Some small documentation tweaks. | Carl Hetherington | |
| 2022-03-07 | Tidy some includes. | Carl Hetherington | |
| 2022-03-07 | Hide another warning (from ImageMagick in the examples). | Carl Hetherington | |
| 2022-03-07 | Tweak path in the example. | Carl Hetherington | |
| 2022-03-04 | Remove unused capture. | Carl Hetherington | |
| 2022-03-03 | Fix slightly extended libxml++ dependency.v1.8.10 | Carl Hetherington | |
| 2022-03-03 | Add lists of ratings.v1.8.9 | Carl Hetherington | |
| 2022-03-01 | Make dcp::init() take a general resources directory rather than specifically ↵ | Carl Hetherington | |
| tags. | |||
| 2022-03-01 | Move Rating out to a separate file. | Carl Hetherington | |
| 2022-02-25 | Add -x32/-x64 suffix to boost libraries when building for Windows.v1.8.8 | Carl Hetherington | |
| 2022-02-19 | Don't look for ImageMagick/GraphicsMagick if not building examples. | Carl Hetherington | |
| 2022-02-12 | Pass certificate validity length into the constructor.v1.8.7 | Carl Hetherington | |
| 2022-02-12 | Cleanup: use dcp::LocalTime for certificate validity times. | Carl Hetherington | |
| Before we were using struct tm but not filling it all in, which seems quite unpleasant. | |||
| 2022-01-17 | Use optional for ReelAsset _annotation_text.v1.8.6 | Carl Hetherington | |
| Not only is this tag optional in Interop and SMPTE, but it would appear that if it is present but empty a DCP will not play back on Sony SRX320 / LMT3000 systems (DoM bug #2124). Here we use optional<>, as seems to make sense, and also refuse to write empty tags (instead omitting the tag entirely). | |||
| 2021-11-09 | Fix off-by-one in verification of closed caption line length.v1.8.5 | Carl Hetherington | |
| 2021-10-25 | Message tweak. | Carl Hetherington | |
| 2021-10-24 | Order subtitles in the XML according to their vertical position (DoM bug #2106).v1.8.4 | Carl Hetherington | |
| 2021-10-24 | Allow specification of valign when writing verify tests. | Carl Hetherington | |
| 2021-10-18 | Remove some unused using statements. | Carl Hetherington | |
| 2021-10-13 | Basic implementation of <Space> tag in subtitles.v1.8.3 | Carl Hetherington | |
| 2021-10-10 | Remove some unused using commands. | Carl Hetherington | |
| 2021-10-08 | Fix problems when adding KDMs to a VF, before adding the OV.v1.8.2 | Carl Hetherington | |
| If we have a KDM which contains keys for all the assets referred to by a VF (even the ones in the OV) we would previously throw an exception because we tried to give the KDM to the resolved assets when it was given to the Reel. Here we change things so that the addition of KDMs to assets can be deferred if the asset is not yet resolved. | |||
| 2021-10-06 | Fix incorrect error code (2K when it should be 4K).v1.8.1 | Carl Hetherington | |
| 2021-10-06 | Tweak comments for the DoM manual. | Carl Hetherington | |
| 2021-10-05 | Remove an unnecessary using. | Carl Hetherington | |
| 2021-10-03 | Build with libcxml 0.17.2.v1.8.0 | Carl Hetherington | |
| 2021-10-03 | Make the former dcst namespace default for SMPTE subtitles. | Carl Hetherington | |
| In DoM bug #2061 it is reported that Easy DCP gives the error "XML Document has default root namespace prefix: dcst. Default namespace should not use prefix for root or root namespace child nodes." with SMPTE subtitle files written by DCP-o-matic, and that the correct fix is to make the former dcst: namespace the default and then remove the dcst: qualifiers from everything. I'm not sure I agree with the error; AFAICS the subtitle files written by previous versions did not have a default root namespace prefix, since it was specified by xmlns:dcst and not just xmlns alone, so I think they were valid. However, using a default NS also seems fine, slightly simplifies the code and produces more compact subtitle files, so we change that here. It should also stop Easy DCP complaining, which is always marginally preferable to sticking to our guns and getting the blame for it. | |||
| 2021-10-03 | Add .cache. | Carl Hetherington | |
| 2021-08-22 | Add some missing LIBDCP_RESOURCES. | Carl Hetherington | |
| 2021-08-11 | Improve message on verify test failure. | Carl Hetherington | |
| 2021-08-11 | Add verify check for empty <Text> nodes in timed text. | Carl Hetherington | |
| 2021-08-09 | Rename verify_text_timing -> verify_text_details. | Carl Hetherington | |
| 2021-08-04 | Add support for writing CPL metadata about sign language video tracks (DoM ↵ | Carl Hetherington | |
| #2062). | |||
| 2021-08-04 | C++11 tidying. | Carl Hetherington | |
| 2021-08-04 | Add a belt-and-braces check. | Carl Hetherington | |
| 2021-08-04 | Don't bother checking the return of node_child as it can never be null | Carl Hetherington | |
| 2021-08-04 | Make adding extension metadata items more generic. | Carl Hetherington | |
| 2021-08-04 | Fix tests after previous commit. | Carl Hetherington | |
| 2021-07-15 | Fix incorrect channel assigment (DoM bug #2062). | Carl Hetherington | |
| 2021-07-14 | C++11 tidying. | Carl Hetherington | |
| 2021-06-26 | C++11 cleanup. | Carl Hetherington | |
| 2021-06-24 | Add issuer() and creator() getters to CPL. | Carl Hetherington | |
