Fix previous.
[libdcp.git] / src / types.cc
2021-01-24 Carl HetheringtonFix previous.
2021-01-24 Carl HetheringtonTidying.
2021-01-22 Carl HetheringtonAssorted c++11 cleanups.
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.
2020-09-25 Carl HetheringtonFix thinko.
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 ContentVersion class.
2020-04-14 Carl Hetheringtons/DCPReadError/ReadError/g
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.
2017-03-17 Carl HetheringtonMove Size operator functions to the same file as the...
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-08-11 Carl HetheringtonMore stringstream removal.
2016-07-28 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2016-07-22 Carl HetheringtonUse locked_sstream. Replace once parse_stream with...
2016-06-13 Carl HetheringtonAdd OpenSSL licence exception.
2016-06-01 Carl HetheringtonStill more licence fixups.
2016-05-25 Carl HetheringtonNo-op; Fix GPL address and mention libdcp by name.
2016-04-12 Carl HetheringtonParse Interop subtitle directions.
2016-04-12 Carl HetheringtonAdd direction support for SMPTE subtitles; fix pragma...
2015-06-24 Carl HetheringtonNo-op: whitespace.
2015-06-24 Carl HetheringtonNo-op: whitespace.
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-05 Carl HetheringtonInitial work on SMPTE subtitles.
2015-06-03 Carl HetheringtonBasic HAlign / HPosition support.
2014-12-27 Carl HetheringtonMore tests.
2014-12-27 Carl HetheringtonRename color -> colour.
2014-05-14 Carl HetheringtonMerge master.
2014-05-11 Carl HetheringtonUse raw_convert instead of boost::lexical_cast as it...
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-27 Carl HetheringtonVarious tinkerings.
2014-01-27 Carl HetheringtonSome tidying up.
2014-01-23 Carl HetheringtonMerge branch 'master' into 1.0
2014-01-17 Carl Hetheringtonnamespace libdcp -> dcp.
2013-06-18 Carl HetheringtonMerge master.
2013-03-13 Carl HetheringtonMerge branch 'master' of /home/carl/git/libdcp
2013-02-10 Carl HetheringtonDerive exceptions from boost::exception and use boost...
2013-01-14 Carl HetheringtonMerge master
2013-01-09 Carl HetheringtonComment tweaks.
2012-10-19 Carl HetheringtonInitial work on subtitle writing.
2012-09-19 Carl HetheringtonCope with DCPs that don't specify the picture as stereo...
2012-08-21 Carl HetheringtonPick up subtitle color.
2012-07-30 Carl HetheringtonVarious.