libdcp.git
2023-03-02 Carl Hetheringtondebug utf8
2023-03-02 Carl Hetheringtondebug
2023-03-02 Carl Hetheringtondebug
2023-03-02 Carl Hetheringtondebug
2023-03-02 Carl HetheringtonDebug.
2023-03-02 Carl Hetheringtonasdcplib debug
2023-03-02 Carl Hetheringtonasdcplib debug
2023-03-02 Carl Hetheringtonfix it?
2023-03-02 Carl Hetheringtonfixup! Add a test with a non-ASCII asset path.
2023-03-02 Carl HetheringtonAdd a test with a non-ASCII asset path.
2023-02-27 Carl HetheringtonFix tests again on Windows. v1.8.63
2023-02-27 Carl HetheringtonFix signed-ness warning on macOS.
2023-02-26 Carl HetheringtonRemove LIBDCP_VERSION in favour of dcp::version. v1.8.62
2023-02-26 Carl HetheringtonFix warning.
2023-02-26 Carl HetheringtonFix tests with different library versions.
2023-02-26 Carl HetheringtonFix test references after IssueDate change. v1.8.61
2023-02-17 Carl HetheringtonBe explicit about the version of SMPTE 428-7 that is... 2389-vpos v1.8.60
2023-02-17 Carl HetheringtonAllow verification of 428-7-2014 subtitles.
2023-02-17 Carl HetheringtonUpdate comment with details about SMPTE 2010/2014 subti...
2023-02-17 Carl HetheringtonDon't crash if the descriptor's sampling rate denominat...
2023-02-17 Carl HetheringtonFix incorrect filename encoding on Windows (DoM #2459). v1.8.59
2023-02-16 Carl HetheringtonChange how whitespace in subtitles is handled.
2023-02-13 Carl HetheringtonInterop CPLs don't have MainPictureStoredArea (#2452). v1.8.58
2023-02-12 Carl HetheringtonGive a better error when a KDMFormatError is thrown... v1.8.57
2023-02-12 Carl HetheringtonThrow xmlpp::internal_error also as KDMFormatError.
2023-02-12 Carl HetheringtonAdd --no-asset-hash-check and --asset-hash-check-maximu... v1.8.56
2023-02-12 Carl HetheringtonTerminate dcpverify correctly when an invalid option...
2023-02-12 Carl HetheringtonAdd another raw_convert().
2023-02-12 Carl HetheringtonCleanup: use a local variable.
2023-02-02 Carl HetheringtonIn Deluxe's "Specifications for Digital Cinema Source... v1.8.55
2023-02-02 Carl HetheringtonCheck IssueDate for Deluxe complaint.
2023-02-02 Carl HetheringtonAdd with_timezone parameter to ::to_string().
2023-01-23 Carl HetheringtonOnly write the appropriate number of AudioChannelLabelS... v1.8.54
2023-01-23 Carl HetheringtonAdd channels parameter to simple_audio().
2023-01-23 Carl HetheringtonAdd support for 20 as a MainSoundConfiguration. v1.8.53
2023-01-19 Carl HetheringtonAdd some more operators to LocalTime.
2023-01-19 Carl HetheringtonAdd a comment.
2023-01-16 Carl HetheringtonAdd some new issuer access methods. v1.8.52
2023-01-16 Carl HetheringtonFix tests. v1.8.51
2023-01-15 Carl HetheringtonCheck that Interop subtitle files have at least one...
2023-01-08 Carl HetheringtonRemove a test directory before running. v1.8.50
2023-01-08 Carl HetheringtonCompare LoadFont URIs and asset paths correctly (DoM...
2023-01-08 Carl HetheringtonCleanup: use std::find_if
2023-01-08 Carl HetheringtonCleanup: improve loop variable names.
2023-01-07 Carl HetheringtonCleanup: rename AssetMap::path -> file for consistency.
2023-01-07 Carl HetheringtonCleanup: rename PKL::asset_list -> assets for consistency.
2023-01-07 Carl HetheringtonCheck for multiple asset IDs in an ASSETMAP during...
2023-01-07 Carl HetheringtonAdd DCP::asset_map().
2023-01-07 Carl HetheringtonAdd AssetMap::assets().
2023-01-07 Carl HetheringtonCleanup: extract verify_assetmap().
2023-01-07 Carl HetheringtonCleanup: const correctness.
2023-01-07 Carl HetheringtonCheck for multiple asset IDs in a PKL during verify.
2023-01-07 Carl HetheringtonCleanup: using ordering.
2023-01-07 Carl HetheringtonCleanup: extract verify_pkl().
2023-01-07 Carl HetheringtonCleanup: const correctness.
2023-01-03 Carl HetheringtonCleanup: remove dead code.
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,...
next