Use dcp::file_to_string().
[dcpomatic.git] / src / lib / video_mxf_decoder.cc
2021-06-04 Carl HetheringtonIgnore HMAC discrepencies when reading DCPs.
2021-05-03 Carl HetheringtonC++11 tidying.
2021-04-29 Carl HetheringtonC++11 tidying.
2021-01-21 Carl HetheringtonAdapt for libdcp use of enum class.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-06-19 Carl HetheringtonMake Atmos content work more like other content. Now... v2.15.82
2020-04-14 Carl HetheringtonDCPReadError -> ReadError in libdcp.
2020-02-19 Carl HetheringtonMerge branch 'v2.15.x' of ssh://git.carlh.net/home...
2020-02-19 Carl HetheringtonNicer fix for 2D-labelled-3D checking from master.
2019-05-10 Carl HetheringtonPut Time types in dcpomatic namespace.
2018-11-21 Carl HetheringtonPut Film pointer into Decoder.
2018-11-21 Carl HetheringtonTake Film pointer out of Content.
2017-08-14 Carl HetheringtonBasics of forced reduction of JPEG2000 decode resolution.
2017-04-19 Carl HetheringtonVarious fixes to push audio vaguely in the right direction.
2017-04-19 Carl HetheringtonReinstate subtitle list view.
2017-04-19 Carl HetheringtonBasic grunt-work, untested and unfinished, but it compiles.
2016-12-09 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2016-12-08 Carl HetheringtonFurther fixes and tidying to 'better-seek'.
2016-11-19 Carl HetheringtonMove position variables into the video/audio/subtitle...
2016-11-19 Carl HetheringtonCope with offsets between video/audio/subtitle data...
2016-11-17 Carl HetheringtonA possibly-better approach to seeking.
2016-06-29 Carl HetheringtonFix handling of incorrectly-recognised JPEG2000 files.
2016-06-21 Carl HetheringtonRevert "Use make_shared<>."
2016-06-21 Carl HetheringtonUse make_shared<>.
2016-06-01 Carl HetheringtonUse new libdcp reader interface.
2016-05-25 Carl HetheringtonFix missing return value in ::pass().
2016-05-25 Carl HetheringtonNo-op; fix GPL address and use the explicit-program...
2016-05-25 Carl HetheringtonAdd VideoMXFContent (part of #803).