Make some not-so-important CPL read errors non-fatal (DoM #2797).
[libdcp.git] / src / types.h
2023-11-15 Carl HetheringtonSimple pass-through of <Ruby> tags in subtitles.
2023-08-22 Carl HetheringtonCleanup: extract HAlign to its own files.
2023-08-22 Carl HetheringtonCleanup: extract VAlign to its own files.
2023-08-08 Carl HetheringtonCleanup: make some default constructors more consistent. v1.8.75
2023-07-26 Carl HetheringtonRationalise #undef-ing of ERROR. tidy-eq-options
2023-07-25 Carl HetheringtonCleanup: move EqualityOptions into its own file.
2023-07-25 Carl HetheringtonCleanup: pass EqualityOptions as const&
2023-07-25 Carl HetheringtonCleanup: use = default.
2023-07-25 Carl HetheringtonMake EqualityOptions into a class.
2023-07-25 Carl HetheringtonCleanup: fix typo in comment.
2023-06-28 Carl HetheringtonAdd asset_hashes_can_differ option to the equality... v1.8.74
2023-04-04 Carl HetheringtonPass MainSoundConfiguration object rather than a string.
2023-03-20 Carl HetheringtonRemove now-presumed-wrong 2.0 MCA sound field.
2023-02-17 Carl HetheringtonUpdate comment with details about SMPTE 2010/2014 subti...
2023-01-23 Carl HetheringtonAdd support for 20 as a MainSoundConfiguration. v1.8.53
2022-11-24 Carl HetheringtonAdd equality option for vertical subtitle position. v1.8.34
2022-09-02 Carl HetheringtonReplace ContentKind enum with a class.
2022-07-14 Carl HetheringtonUpdate comment to reflect strange aspects of subtitle...
2022-03-19 Carl HetheringtonAdd string converters for KDM formulations. v1.8.11
2022-03-19 Carl HetheringtonRemove old MODIFIED_TRANSITIONAL_TEST.
2022-03-01 Carl HetheringtonMove Rating out to a separate file.
2021-10-13 Carl HetheringtonBasic implementation of <Space> tag in subtitles. v1.8.3
2021-06-25 Carl HetheringtonC++11 cleanup.
2021-04-13 Carl HetheringtonFix/hide some warnings.
2021-04-03 Carl HetheringtonAdd Luminance::value_in_foot_lamberts().
2021-01-24 Carl HetheringtonTidying.
2021-01-21 Carl HetheringtonTry to fix MinGW build.
2021-01-21 Carl HetheringtonMove all ostream operator<< into some test-only stream_...
2021-01-21 Carl HetheringtonUse enum class for the things in types.h
2021-01-17 Carl HetheringtonUse an enum class for Marker.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-12-02 Carl HetheringtonFix equals() with image subtitles to not compare unique...
2020-09-23 Carl HetheringtonHide unused audio channels a bit more clearly, not...
2020-09-21 Carl HetheringtonSupport MCA sound channel tags in MXF/CPL.
2020-09-21 Carl HetheringtonSupport CPL metadata.
2020-09-21 Carl HetheringtonAdd some new channels to the enum.
2020-09-21 Carl HetheringtonAdd ContentVersion class.
2020-09-10 Carl HetheringtonAdd EqualityOptions option to ignore differences in...
2019-03-29 Carl HetheringtonAdd EPISODE and PROMO content types.
2019-03-19 Carl HetheringtonSupport RatingList.
2019-03-17 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2019-03-17 Carl HetheringtonAdd Marker enum.
2018-10-09 Carl HetheringtonMerge branch 'master' of ssh://main.carlh.net/home...
2018-09-28 Carl HetheringtonMove some methods to where they make more sense.
2018-02-14 Mart JansinkAdd the "Multiple Modified Transitional 1" KDM formulation.
2017-03-17 Carl HetheringtonMove Size operator functions to the same file as the...
2016-12-16 Carl HetheringtonFor testing: add a KDM formulation which omits Authoriz...
2016-11-08 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2016-11-08 Carl HetheringtonAdd Colour::to_rgb_string.
2016-09-08 Carl HetheringtonSimplify previous commit and remove some debugging.
2016-09-08 Carl HetheringtonAdd channel assignment support for SMPTE DCPs.
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-04-12 Carl HetheringtonAdd direction support for SMPTE subtitles; fix pragma...
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-10 Carl HetheringtonOptionally allow subtitle issue dates to differ.
2015-06-08 Carl HetheringtonMerge branch '1.0' of ssh://main.carlh.net/home/carl...
2015-06-08 Carl HetheringtonExpand read_smpte_subtitle_test somewhat.
2015-06-07 Carl HetheringtonDoxygen tweaks.
2015-06-05 Carl HetheringtonInitial work on SMPTE subtitles.
2015-06-05 Carl HetheringtonMXF -> Asset in lots of places.
2015-06-03 Carl HetheringtonBasic HAlign / HPosition support.
2015-06-03 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2015-06-03 Carl HetheringtonAdd AspectAdjust to subtitles.
2015-05-25 Carl HetheringtonAdd equality option to allow reel annotation texts...
2015-05-09 Carl HetheringtonAdd more channels to the enum.
2015-04-30 Carl HetheringtonRemove some unused code.
2015-02-02 Carl HetheringtonRemove Image and ARGBImage and just dump RGB data into
2015-01-07 Carl HetheringtonRename mxf filename ignoring stuff slightly.
2015-01-07 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2015-01-07 Carl HetheringtonUse a typedef for a note-taking functor.
2014-12-27 Carl HetheringtonRename color -> colour.
2014-07-21 Carl HetheringtonVarious attempts to clean up DCP comparison code.
2014-07-10 Carl HetheringtonAdd a couple of accessors.
2014-06-26 Carl HetheringtonForward-port KDM formulation from v0.
2014-06-13 Carl HetheringtonWork around symbol clash with ERROR on Win32/mingw.
2014-05-14 Carl HetheringtonMerge master.
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-27 Carl HetheringtonVarious tweaks; work on read_dcp example.
2014-01-27 Carl HetheringtonVarious tinkerings.
2014-01-27 Carl HetheringtonSome tidying up.
2014-01-26 Carl HetheringtonIt builds again.
2014-01-23 Carl HetheringtonMerge branch 'master' into 1.0
2014-01-17 Carl Hetheringtonnamespace libdcp -> dcp.
2013-08-29 Carl HetheringtonMissing include.
2013-08-27 Carl HetheringtonFix paths in OV DCP searches.
2013-06-18 Carl HetheringtonMerge master.
2013-06-07 Carl HetheringtonMerge branch 'master' into cxml
2013-06-02 Carl HetheringtonMerge master.
2013-06-02 Carl HetheringtonTweaks to diffing routines.
2013-04-24 Carl HetheringtonMerge branch 'master' of /home/carl/git/libdcp
2013-04-19 Carl HetheringtonTry to fix.
2013-04-16 Carl HetheringtonMerge branch 'master' of /home/carl/git/libdcp
next