Make some not-so-important CPL read errors non-fatal (DoM #2797).
[libdcp.git] / src / exceptions.h
2023-04-26 Carl HetheringtonGive better errors when invalid urn:uuid: strings are...
2022-12-22 Carl HetheringtonStore not_valid_{before,after} when reading encrypted...
2021-03-18 Carl HetheringtonImprove errors when verifying a non-DCP directory.
2021-01-23 Carl HetheringtonTidying.
2021-01-17 Carl HetheringtonThrow an exception on making a DCP with no reels.
2020-09-21 Carl HetheringtonSupport MCA sound channel tags in MXF/CPL.
2020-09-21 Carl HetheringtonSupport CPL metadata.
2020-09-20 Carl HetheringtonAdd a new exception for problems with LanguageTag.
2020-09-17 Carl HetheringtonAdd dcp::combine().
2020-04-20 Carl HetheringtonFix build on some (older?) GCCs.
2020-04-14 Carl HetheringtonAdd an explicit exception for J2K decompression failures.
2020-04-14 Carl Hetheringtons/DCPReadError/ReadError/g
2020-04-13 Carl HetheringtonAdd a special exception for the case when opj_start_com...
2019-12-22 Carl HetheringtonUse VerificationNote for non-fatal errors in DCP::read.
2019-12-01 Carl HetheringtonCheck that KDM validity periods are safely within the...
2019-08-30 Carl HetheringtonAllow DCP reading to continue even with empty <Path...
2019-03-15 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2019-03-15 Carl HetheringtonCheck that all image data is present after loading...
2019-01-22 Carl HetheringtonReveal path in MissingAssetError.
2018-09-23 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-09-18 Carl HetheringtonThrow a better error on bad content kind.
2018-08-29 Carl HetheringtonMerge branch 'master' of ssh://main.carlh.net/home...
2018-08-28 Carl HetheringtonMissing initialisattion of DCPReadError::_message.
2018-02-25 Carl HetheringtonFix build error.
2018-02-25 Carl HetheringtonThrow exceptions with badly-formed XML when reading...
2017-12-15 Carl HetheringtonMerge branch '1.0' of ssh://main.carlh.net/home/carl...
2017-12-15 Carl HetheringtonImprove KDM decryption error message again.
2017-06-05 Carl HetheringtonFix up management of certificate chain validity.
2017-05-24 Carl HetheringtonBetter exception when loading a KDM fails.
2016-11-29 Carl HetheringtonFix build.
2016-06-13 Carl HetheringtonAdd OpenSSL licence exception.
2016-06-02 Carl HetheringtonAdd some explicit declarations to constructors.
2016-06-01 Carl HetheringtonMore licence fixups.
2016-05-24 Carl HetheringtonMerge branch '1.0' of ssh://main.carlh.net/home/carl...
2016-05-24 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2016-05-24 Carl HetheringtonAdd reporting of DCP type.
2015-10-19 Carl HetheringtonUse std::runtime_error instead of our own StringError as
2015-06-24 Carl HetheringtonNo-op: whitespace.
2015-06-24 Carl HetheringtonNo-op: whitespace.
2015-05-29 Carl HetheringtonMerge branch '1.0' of ssh://main.carlh.net/home/carl...
2015-05-29 Carl HetheringtonSome comments.
2014-12-28 Carl HetheringtonPurge assert() from src/, at least (not asdcplib).
2014-07-20 Carl HetheringtonTidy up KDM generation from CPLs a bit.
2014-06-13 Carl HetheringtonThrow NotEncryptedError on trying to make a KDM for...
2014-05-14 Carl HetheringtonMerge master.
2014-05-13 Carl HetheringtonSome comments.
2014-05-03 Carl HetheringtonUse exceptions to hold errors even in the keep_going...
2014-03-19 Carl HetheringtonConsiderable re-work of KDM class to express the differ...
2014-03-18 Carl HetheringtonMerge master.
2014-03-17 Carl HetheringtonMerge master.
2014-03-17 Carl HetheringtonMerge branch 'master' into 1.0
2014-02-26 Carl HetheringtonMerge master; MXF subtitle stuff not included.
2014-02-05 Carl HetheringtonSmall bits of tidying up and comments.
2014-01-26 Carl HetheringtonIt builds again.
2014-01-23 Carl HetheringtonMerge branch 'master' into 1.0
2014-01-17 Carl Hetheringtonnamespace libdcp -> dcp.
2014-01-08 Carl HetheringtonRemove compose.hpp dependency from header.
2014-01-08 Carl HetheringtonThrow better file errors (with numbers).
2013-10-09 Carl HetheringtonFix error message formatting.
2013-10-09 Carl HetheringtonBetter error message.
2013-09-18 Carl HetheringtonA few encryption-related fixes and comments.
2013-01-14 Carl HetheringtonMerge master
2013-01-09 Carl HetheringtonComment tweaks.
2012-09-07 Carl HetheringtonTweaks to dcpinfo.
2012-07-30 Carl HetheringtonVarious.
2012-07-17 Carl HetheringtonDoc tweaks.
2012-07-17 Carl HetheringtonUse our own exceptions.