libdcp.git
2022-12-30 Carl HetheringtonChange the behaviour of LocalTime::operator== to make... v1.8.49
2022-12-30 Carl HetheringtonFix LocalTime::operator< and operator> to handle offset...
2022-12-30 Carl HetheringtonAdd dcp::LocalTime::millisecond().
2022-12-30 Carl HetheringtonFix some embarassing bugs in dcp::LocalTime comparisons.
2022-12-27 Carl HetheringtonCleanup: extract verify_cpl().
2022-12-26 Carl HetheringtonCleanup: extract verify_reel()
2022-12-25 Carl HetheringtonRemove out-of-date comment.
2022-12-23 Carl HetheringtonFix windows build.
2022-12-23 Carl HetheringtonAdd File::open_error().
2022-12-23 Carl HetheringtonWhitespace fix.
2022-12-22 Carl HetheringtonCleanup: remove randomly-added using. v1.8.48
2022-12-22 Carl HetheringtonWrite OriginalFileName tags in PKL (DoM #2394).
2022-12-22 Carl HetheringtonSet plaintext offset to 0 when writing J2K frames ...
2022-12-22 Carl HetheringtonRe-make expired test certificate chain.
2022-12-22 Carl HetheringtonSupport some different headers in private_key_fingerprint()
2022-12-22 Carl HetheringtonStore not_valid_{before,after} when reading encrypted...
2022-12-22 Carl HetheringtonCleanup: use std::vector and some auto.
2022-12-22 Carl HetheringtonGive a better error from chain_valid() when a certifica...
2022-12-21 Carl HetheringtonRelax the COC component number verification error ... v1.8.47
2022-12-20 Carl HetheringtonAdd detail to the invalid COC component number error. v1.8.46
2022-12-20 Carl HetheringtonIt's not easy to install Python 3 on Ubuntu 16.04,... v1.8.45
2022-12-19 Carl HetheringtonMore adventures in strings and python versions. Stop... v1.8.44
2022-12-19 Carl HetheringtonCan't use the encoding parameter to Popen as it's Pytho... v1.8.43
2022-12-17 Carl HetheringtonAnother attempt to fix UTF-8/byte SNAFUs in wscript. v1.8.42
2022-12-16 Carl HetheringtonFix ./waf dist v1.8.41
2022-12-16 Carl HetheringtonVerify that main picture active area is valid (even... v1.8.40
2022-12-15 Carl HetheringtonThrow exceptions when setting odd values for picture...
2022-12-15 Carl HetheringtonTidy up find_cpl() and add find_pkl().
2022-12-15 Carl HetheringtonSome more details when verification results fail.
2022-12-15 Carl HetheringtonAdd delete_lines_after to the Editor.
2022-12-15 Carl HetheringtonAdd some line spacing in the editor.
2022-12-15 Carl HetheringtonTidy the Editor class up a little.
2022-12-13 Carl HetheringtonAdd some more setters. 2300-kdm-timing v1.8.39
2022-12-13 Carl HetheringtonAdd missing operator.
2022-12-13 Carl HetheringtonAdd new LocalTime constructor.
2022-12-13 Carl HetheringtonAdd assert to make sure we're not comparing times wrongly.
2022-12-13 Carl HetheringtonAdd LocalTime::add().
2022-12-13 Carl HetheringtonAdd UTCOffset class.
2022-12-13 Carl HetheringtonMissing header guard. v1.8.38
2022-12-12 Carl HetheringtonAdd missing initialisation calls to example.
2022-12-04 Carl HetheringtonRemove old jpeg option reference in cscript. v1.8.37
2022-12-04 Carl HetheringtonFix use of atleast_version which these days does nothing. v1.8.36
2022-12-04 Carl HetheringtonFix reading of git tags for .pc file versioning.
2022-12-04 Carl HetheringtonSupport building either with our patched OpenJPEG,...
2022-12-04 Carl HetheringtonRemove support for building with OpenJPEG 1.x.
2022-12-04 Carl HetheringtonFix some ambiguous shared_ptrs, seen on Arch Linux.
2022-12-03 Carl HetheringtonFilter some more potential filename contents on Windows. v1.8.35
2022-11-27 Carl HetheringtonAdd make_kdm.cc example.
2022-11-27 Carl HetheringtonTidy up examples/wscript.
2022-11-24 Carl HetheringtonTidy up some operators, made possible by the previous...
2022-11-24 Carl HetheringtonAdd equality option for vertical subtitle position. v1.8.34
2022-11-23 Carl HetheringtonSome missing const correctness.
2022-11-03 Carl HetheringtonAdd a couple of Z position tests. v1.8.33
2022-11-03 Carl HetheringtonAdd Z position to subtitles; existing tests pass.
2022-10-29 Carl HetheringtonCleanup: use std::make_shared.
2022-10-17 Carl HetheringtonFix YUV->RGB for Rec. 2020. rec2020 v1.8.32
2022-10-11 Carl HetheringtonFix copy/paste error causing a crash when verifying... v1.8.31
2022-10-11 Carl HetheringtonSome dcpverify output tidying.
2022-10-11 Carl HetheringtonAdd a progress bar.
2022-10-11 Carl HetheringtonCleanup: use some lambdas.
2022-10-03 Carl HetheringtonMissing bracket in error message.
2022-09-26 Carl HetheringtonBetter subtitle comparisons in tests. v1.8.30
2022-09-26 Carl HetheringtonDon't try to create non-existent DCPs when searching...
2022-09-19 Carl HetheringtonBump waf in asdcplib. v1.8.29
2022-09-19 Carl HetheringtonBump waf here and in libcxml for Python 3.10 support. v1.8.28
2022-09-06 Carl HetheringtonAdd a new test.
2022-09-03 Carl HetheringtonUse ratingID rather than the Descriptor Label for metadata. v1.8.27
2022-09-03 Carl HetheringtonProperly support ContentKind scope attribute. v1.8.26
2022-09-02 Carl HetheringtonCleanup: some missing full stops.
2022-09-02 Carl HetheringtonReplace ContentKind enum with a class.
2022-08-17 Carl HetheringtonThrow a KDMFormatError if cxml throws an error when...
2022-08-15 Carl HetheringtonTolerate missing FullContentTitleText (DoM bug #2295). 2295-tolerate-missing-full-content-title v1.8.25
2022-08-15 Carl HetheringtonStop assuming that the presence of FullContentTitleText...
2022-08-10 Carl HetheringtonFix undefined memory warning during tests.
2022-08-10 Carl HetheringtonFix script for Fedora.
2022-07-15 Carl HetheringtonFix thinko in previous commit. v1.8.24
2022-07-14 Carl HetheringtonClose assets on destruction even if finalize() is not... v1.8.23
2022-07-14 Carl HetheringtonAllow tests to be run on Fedora.
2022-07-14 Carl HetheringtonUpdate comment to reflect strange aspects of subtitle...
2022-06-21 Carl HetheringtonAdd another warning to LIBDCP_DISABLE_WARNINGS mac-warning v1.8.22
2022-06-20 Carl HetheringtonBump asdcplib for build fix. v1.8.21
2022-06-16 Carl HetheringtonMake an error a little more detailed.
2022-06-13 Carl HetheringtonBump asdcplib for some more logging.
2022-06-05 Carl HetheringtonMake size_in_pixels() more accurate. v1.8.20
2022-05-08 Carl HetheringtonMissing install of a header. v1.8.19
2022-05-08 Carl HetheringtonExtract, test and slightly adjust the piecewise LUT...
2022-05-06 Carl HetheringtonAnother missing include.
2022-05-06 Carl HetheringtonFix scaling ranges to be the same as they used to be.
2022-05-06 Carl HetheringtonTypo in function name.
2022-05-05 Carl HetheringtonMissing includes.
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.
next