Add wrappers around boost::filesystem methods that handle the
[libdcp.git] / tools / dcpdiff.cc
2023-10-08 Carl HetheringtonAdd wrappers around boost::filesystem methods that...
2023-07-25 Carl HetheringtonCleanup: move EqualityOptions into its own file.
2023-02-26 Carl HetheringtonRemove LIBDCP_VERSION in favour of dcp::version. v1.8.62
2021-01-22 Carl HetheringtonRemove some unused #includes.
2021-01-22 Carl HetheringtonAssorted c++11 cleanups.
2021-01-21 Carl HetheringtonUse enum class for the things in types.h
2021-01-17 Carl HetheringtonReplace std::list with std::vector in the API.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-12-02 Carl HetheringtonFix equals() with image subtitles to not compare unique...
2020-10-20 Carl HetheringtonmacOS / boost 1.74 build fixes.
2020-09-21 Carl HetheringtonFix crashes when static linking due to tricky lifetime crash
2019-12-22 Carl HetheringtonUse VerificationNote for non-fatal errors in DCP::read.
2019-01-10 Carl HetheringtonFix crash with insufficient parameters to libdcp.
2017-07-25 Carl Hetheringtondcpdiff option to allow issue dates to differ.
2016-09-27 Carl HetheringtonFix GPL boilerplate in tools/
2016-06-01 Carl HetheringtonStill more licence fixups.
2015-12-03 Carl HetheringtonFlush buffer after each output line when diffing.
2015-12-02 Carl HetheringtonUse OpenMP when comparing picture assets.
2015-12-01 Carl HetheringtonCheck every picture frame when -k is passed to dcpdiff.
2015-06-24 Carl HetheringtonNo-op: whitespace.
2015-06-24 Carl HetheringtonNo-op: whitespace.
2015-06-09 Carl HetheringtonAdd --reel-annotation-texts to dcpdiff.
2015-06-05 Carl HetheringtonMXF -> Asset in lots of places.
2015-02-06 Carl HetheringtonMerge branch '1.0' of ssh://main.carlh.net/home/carl...
2015-02-03 Carl HetheringtonFix build.
2015-02-03 Carl HetheringtonFix previous.
2015-02-03 Carl HetheringtonTry to add basic decryption support to dcpdiff.
2015-01-07 Carl HetheringtonRename mxf filename ignoring stuff slightly.
2015-01-07 Carl HetheringtonRename --names to --mxf-names.
2014-07-21 Carl HetheringtonVarious attempts to clean up DCP comparison code.
2014-06-13 Carl HetheringtonWork around symbol clash with ERROR on Win32/mingw.
2014-05-21 Carl HetheringtonForward-port --cpl-names option to dcpdiff.
2014-05-14 Carl HetheringtonMerge master.
2014-05-03 Carl HetheringtonAssorted test fixes.
2014-05-03 Carl HetheringtonUse exceptions to hold errors even in the keep_going...
2014-05-03 Carl HetheringtonAdd --keep-going option.
2014-04-10 Carl HetheringtonRemove debug code.
2014-04-10 Carl HetheringtonRemove picture_asset.h; some better error messages.
2014-04-10 Carl HetheringtonMissing GPL boilerplate.
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-01-23 Carl HetheringtonMerge branch 'master' into 1.0
2014-01-17 Carl Hetheringtonnamespace libdcp -> dcp.
2013-06-18 Carl HetheringtonMerge master.
2013-05-04 Carl HetheringtonMerge master.
2013-05-03 Carl HetheringtonMerge branch 'master' of /home/carl/git/libdcp
2013-05-03 Carl HetheringtonA few tweaks to dcpdiff.
2013-04-16 Carl HetheringtonMerge branch 'master' of /home/carl/git/libdcp
2013-04-16 Carl HetheringtonAdd a couple of notes.
2013-04-16 Carl HetheringtonMerge and add option to ignore differing MXF names.
2013-04-15 Carl HetheringtonTry to give basic progress indication on dcpdiff.
2013-04-15 Carl HetheringtonUse boost::function for making notes during equals...
2012-10-03 Carl HetheringtonBe more unixy and be quiet on success.
2012-10-03 Carl HetheringtonAllow some error in audio when comparing.
2012-10-02 Carl HetheringtonRemove bitwise DCP comparison, which I think is fairly...
2012-10-02 Carl HetheringtonClean up DCP comparison a bit.
2012-09-16 Carl HetheringtonMissing read() calls in dcpdiff.
2012-09-16 Carl HetheringtonTweak message.
2012-08-02 Carl HetheringtonTidy up equality options slightly.
2012-08-01 Carl HetheringtonCompare using maximum mean absolute difference and...
2012-08-01 Carl HetheringtonMerge branch 'master' into check-bitmaps check-bitmaps
2012-08-01 Carl HetheringtonMerge.
2012-08-01 Carl HetheringtonTweak to build onboost filesystem v2
2012-07-31 Carl HetheringtonCheck sound; various fixups.
2012-07-31 Carl HetheringtonMissing long option.
2012-07-31 Carl HetheringtonInspect J2K data in MXFs.
2012-07-31 Carl HetheringtonBitwise MXF comparison.
2012-07-30 Carl HetheringtonBarely-functional dcpdiff.
2012-07-30 Carl HetheringtonVarious.