libdcp.git
2022-05-05 Carl HetheringtonTweak whitespace. file-class-in-dom
2022-05-05 Carl HetheringtonAdd ::puts().
2022-05-05 Carl HetheringtonAdd ::tell().
2022-05-05 Carl HetheringtonMove fix_long_path tests over from DoM.
2022-05-05 Carl HetheringtonAdd accessor for use with things like fprintf().
2022-05-05 Carl HetheringtonAdd move constructor.
2022-05-05 Carl HetheringtonAdd header guard.
2022-05-05 Carl HetheringtonAdd ::seek().
2022-05-05 Carl HetheringtonAdd ::take().
2022-05-05 Carl HetheringtonAdd checked_{read,write} from DoM.
2022-05-05 Carl HetheringtonCopy and use fix_long_path from DoM.
2022-05-05 Carl HetheringtonRemove unnecessary using inaccurate-gamma2
2022-05-05 Carl HetheringtonUse 2 LUTs for output gamma to improve accuracy (DoM...
2022-05-05 Carl HetheringtonAllow LUTs to be created with a particular range.
2022-05-05 Carl HetheringtonUse std::vector for LUTs.
2022-05-05 Carl HetheringtonAdd a new (failing) test which exposes inaccuracies...
2022-05-05 Carl HetheringtonTidying.
2022-05-04 Carl HetheringtonWrite subtitle files in binary mode. tests-on-all-platforms
2022-05-04 Carl HetheringtonMissing finalize() on a writer in a test.
2022-05-04 Carl HetheringtonMissing DYLD_LIBRARY_PATH for macOS.
2022-05-04 Carl HetheringtonFix run/tests for macOS sed.
2022-05-04 Carl HetheringtonC++11 tidying.
2022-05-04 Carl HetheringtonMake some tests repeatable across platforms.
2022-05-04 Carl HetheringtonRemove deprecation warning from cdist.
2022-05-04 Carl HetheringtonTidying.
2022-05-04 Carl HetheringtonFix test runner on macOS.
2022-05-04 Carl HetheringtonAllow tests to be run on Windows.
2022-05-01 Carl HetheringtonBump asdcplib to a version with some better Win32 error...
2022-04-30 Carl HetheringtonDon't talk about suggest-override on very old GCCs. v1.8.18
2022-04-30 Carl HetheringtonRename PKL::write to PKL::write_xml for consistency. v1.8.17
2022-04-25 Carl HetheringtonAdd move constructor/operator=. dcp-editor3
2022-04-25 Carl HetheringtonAdd CPL::set().
2022-04-25 Carl HetheringtonAdd AssetList to extract some boilerplate from AssetMap...
2022-04-25 Carl HetheringtonTidy up write_xml() API a little.
2022-04-25 Carl HetheringtonAdd a test for reading, changing, then writing a DCP.
2022-04-25 Carl HetheringtonImprove an exception's description.
2022-04-25 Carl HetheringtonUpdate PKL assets before writing it.
2022-04-25 Carl HetheringtonMove AssetMap handling out to a separate class.
2022-04-24 Carl HetheringtonAdd copy constructor for Object.
2022-04-24 Carl HetheringtonTidying.
2022-04-24 Carl HetheringtonFix some incorrect comments.
2022-04-22 Carl HetheringtonHide some more warnings from asdcplib on clang. v1.8.16
2022-04-22 Carl HetheringtonC++11 tidying.
2022-04-22 Carl HetheringtonFix some class/struct warnings on macOS.
2022-04-22 Carl HetheringtonDon't specify no-default-inline on clang as it's not...
2022-04-22 Carl HetheringtonFix some macOS signed/unsigned warnings.
2022-04-22 Carl HetheringtonDon't try to ignore a non-existent warning on clang.
2022-04-21 Carl HetheringtonMissing warning ignore with older GCCs. more-warning-fixes v1.8.15
2022-04-21 Carl HetheringtonFix unsigned/signed warning on macOS.
2022-04-20 Carl HetheringtonFix cscript after change to gcov flag. v1.8.14
2022-04-20 Carl HetheringtonInvert the sense of the gcov flag.
2022-04-20 Carl HetheringtonFix failure to find_and_resolve_all_cpls() in some...
2022-04-20 Carl HetheringtonSimplify the implementation of DCP::add.
2022-04-20 Carl HetheringtonAdd a test for DCP::add() for KDMs.
2022-04-20 Carl HetheringtonMove code to find CPLs in directories out of DCP-o...
2022-04-12 Carl HetheringtonAdd and use new File class. merged-to-main
2022-03-24 Carl HetheringtonSome more detailed notes in dcpdiff.
2022-03-24 Carl HetheringtonAdd verify test to check for erroneous <EntryPoint... 2215-markers v1.8.13
2022-03-23 Carl HetheringtonRemove <EntryPoint> and <Duration> from <ReelMarkerAsse...
2022-03-20 Carl HetheringtonNearly pretty-print subtitle XML (though not in <Text... v1.8.12
2022-03-19 Carl HetheringtonC++11 tidying.
2022-03-19 Carl HetheringtonAdd string converters for KDM formulations. v1.8.11
2022-03-19 Carl HetheringtonRemove old MODIFIED_TRANSITIONAL_TEST.
2022-03-07 Carl HetheringtonSome small documentation tweaks.
2022-03-07 Carl HetheringtonTidy some includes.
2022-03-07 Carl HetheringtonHide another warning (from ImageMagick in the examples).
2022-03-07 Carl HetheringtonTweak path in the example.
2022-03-03 Carl HetheringtonRemove unused capture.
2022-03-03 Carl HetheringtonFix slightly extended libxml++ dependency. v1.8.10
2022-03-03 Carl HetheringtonAdd lists of ratings. v1.8.9
2022-03-01 Carl HetheringtonMake dcp::init() take a general resources directory...
2022-03-01 Carl HetheringtonMove Rating out to a separate file.
2022-02-25 Carl HetheringtonAdd -x32/-x64 suffix to boost libraries when building... v1.8.8
2022-02-19 Carl HetheringtonDon't look for ImageMagick/GraphicsMagick if not buildi...
2022-02-12 Carl HetheringtonPass certificate validity length into the constructor. v1.8.7
2022-02-12 Carl HetheringtonCleanup: use dcp::LocalTime for certificate validity...
2022-01-17 Carl HetheringtonUse optional for ReelAsset _annotation_text. v1.8.6
2021-11-09 Carl HetheringtonFix off-by-one in verification of closed caption line... v1.8.5
2021-10-24 Carl HetheringtonMessage tweak.
2021-10-24 Carl HetheringtonOrder subtitles in the XML according to their vertical... v1.8.4
2021-10-24 Carl HetheringtonAllow specification of valign when writing verify tests.
2021-10-18 Carl HetheringtonRemove some unused using statements.
2021-10-13 Carl HetheringtonBasic implementation of <Space> tag in subtitles. v1.8.3
2021-10-10 Carl HetheringtonRemove some unused using commands.
2021-10-08 Carl HetheringtonFix problems when adding KDMs to a VF, before adding... v1.8.2
2021-10-05 Carl HetheringtonFix incorrect error code (2K when it should be 4K). v1.8.1
2021-10-05 Carl HetheringtonTweak comments for the DoM manual.
2021-10-05 Carl HetheringtonRemove an unnecessary using.
2021-10-03 Carl HetheringtonBuild with libcxml 0.17.2. v1.8.0
2021-10-03 Carl HetheringtonMake the former dcst namespace default for SMPTE subtitles.
2021-10-03 Carl HetheringtonAdd .cache.
2021-08-21 Carl HetheringtonAdd some missing LIBDCP_RESOURCES.
2021-08-11 Carl HetheringtonImprove message on verify test failure.
2021-08-11 Carl HetheringtonAdd verify check for empty <Text> nodes in timed text.
2021-08-09 Carl HetheringtonRename verify_text_timing -> verify_text_details.
2021-08-04 Carl HetheringtonAdd support for writing CPL metadata about sign languag...
2021-08-04 Carl HetheringtonC++11 tidying.
2021-08-04 Carl HetheringtonAdd a belt-and-braces check.
2021-08-04 Carl HetheringtonDon't bother checking the return of node_child as it...
2021-08-03 Carl HetheringtonMake adding extension metadata items more generic.
next