Tidying.
[libdcp.git] / src / mxf.cc
2021-01-24 Carl HetheringtonTidying.
2021-01-21 Carl HetheringtonUse enum class for the things in types.h
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-06-16 Carl HetheringtonClean up strange use of c_str().
2020-04-14 Carl Hetheringtons/DCPReadError/ReadError/g
2019-04-25 Carl HetheringtonThrow a different exception when an unrecognised LabelS...
2018-03-13 Carl HetheringtonStore interop/SMPTE in MXF.
2016-10-31 Carl HetheringtonAllow configuration of context ID used when encrypting...
2016-07-01 Carl Hetheringtonasdcp headers moved into subdirectory.
2016-06-13 Carl HetheringtonAdd OpenSSL licence exception.
2016-06-01 Carl HetheringtonStill more licence fixups.
2016-06-01 Carl HetheringtonAdd Reader classes to permit much more efficient DCP...
2016-05-25 Carl HetheringtonNo-op; Fix GPL address and mention libdcp by name.
2016-03-02 Carl HetheringtonActually turn on HMAC use.
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 HetheringtonDon't read crytographic key unless the asset is encrypted.
2015-06-05 Carl HetheringtonInitial work on SMPTE subtitles.
2015-06-05 Carl HetheringtonUnpick MXF from the class hierarchy.
2015-06-05 Carl HetheringtonMake read_writer_info do more stuff, and return id.
2015-06-05 Carl HetheringtonKeep encryption context in MXFWriter.
2015-06-05 Carl HetheringtonUse boost::optional for key id instead of an empty...
2015-06-05 Carl HetheringtonTake pkl_type out of MXF.
2015-06-05 Carl HetheringtonMove edit rate and intrinsic duration out of MXF.
2015-06-05 Carl HetheringtonRemove unnecessary Content class.
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-28 Carl HetheringtonPurge assert() from src/, at least (not asdcplib).
2014-07-22 Carl HetheringtonImprove error.
2014-07-21 Carl HetheringtonVarious attempts to clean up DCP comparison code.
2014-07-21 Carl HetheringtonVarious fix-ups and warning fixes from OS X.
2014-07-10 Carl HetheringtonMove _intrinsic_duration and _edit_rate up to the MXF...
2014-06-13 Carl HetheringtonWork around symbol clash with ERROR on Win32/mingw.
2014-05-14 Carl HetheringtonMerge master.
2014-05-04 Carl HetheringtonPort support for MXF-wrapped subtitles from 0.x
2014-03-19 Carl HetheringtonConsiderable re-work of KDM class to express the differ...
2014-03-19 Carl HetheringtonPartial tidy-up of KDM classes.
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 HetheringtonComment / tidy.
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-22 Carl HetheringtonVarious work.
2014-01-17 Carl HetheringtonAsset -> MXF in some cases.