| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-04-26 | Add move constructor/operator=.dcp-editor3 | Carl Hetherington | |
| 2022-04-26 | Add CPL::set(). | Carl Hetherington | |
| 2022-04-25 | Add AssetList to extract some boilerplate from AssetMap and PKL. | Carl Hetherington | |
| 2022-04-25 | Tidy up write_xml() API a little. | Carl Hetherington | |
| 2022-04-25 | Add a test for reading, changing, then writing a DCP. | Carl Hetherington | |
| 2022-04-25 | Improve an exception's description. | Carl Hetherington | |
| 2022-04-25 | Update PKL assets before writing it. | Carl Hetherington | |
| 2022-04-25 | Move AssetMap handling out to a separate class. | Carl Hetherington | |
| 2022-04-24 | Add copy constructor for Object. | Carl Hetherington | |
| 2022-04-24 | Tidying. | Carl Hetherington | |
| 2022-04-24 | Fix some incorrect comments. | Carl Hetherington | |
| 2022-04-22 | Hide some more warnings from asdcplib on clang.v1.8.16 | Carl Hetherington | |
| 2022-04-22 | C++11 tidying. | Carl Hetherington | |
| 2022-04-22 | Fix some class/struct warnings on macOS. | Carl Hetherington | |
| 2022-04-22 | Don't specify no-default-inline on clang as it's not supported. | Carl Hetherington | |
| 2022-04-22 | Fix some macOS signed/unsigned warnings. | Carl Hetherington | |
| 2022-04-22 | Don't try to ignore a non-existent warning on clang. | Carl Hetherington | |
| 2022-04-22 | Missing warning ignore with older GCCs.v1.8.15more-warning-fixes | Carl Hetherington | |
| 2022-04-21 | Fix unsigned/signed warning on macOS. | Carl Hetherington | |
| 2022-04-20 | Fix cscript after change to gcov flag.v1.8.14 | Carl Hetherington | |
| 2022-04-20 | Invert the sense of the gcov flag. | Carl Hetherington | |
| 2022-04-20 | Fix failure to find_and_resolve_all_cpls() in some cases. | Carl Hetherington | |
| It seems to me that we need to ignore as-yet-unresolved assets otherwise if we see them in the wrong order we'll throw an exception. | |||
| 2022-04-20 | Simplify the implementation of DCP::add. | Carl Hetherington | |
| 2022-04-20 | Add a test for DCP::add() for KDMs. | Carl Hetherington | |
| 2022-04-20 | Move code to find CPLs in directories out of DCP-o-matic. | Carl Hetherington | |
| This adds find_and_resolve_cpls(). | |||
| 2022-04-12 | Add and use new File class.merged-to-main | Carl Hetherington | |
| It was always a bit troubling that fopen_boost wasn't exception safe, and this also fixes a leak where load_ratings_list would never close the ratings file. | |||
| 2022-03-24 | Some more detailed notes in dcpdiff. | Carl Hetherington | |
| 2022-03-24 | Add verify test to check for erroneous <EntryPoint> and <Duration>v1.8.132215-markers | Carl Hetherington | |
| tags inside <MainMarkers> | |||
| 2022-03-24 | Remove <EntryPoint> and <Duration> from <ReelMarkerAsset> tags. | Carl Hetherington | |
| They should not be there: "EntryPoint" ... "This element shall only be present when the Asset refers to an external resource such as a Track File". Fixes DoM bug #2215. | |||
| 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 | |
