More c++ tidying.
[dcpomatic.git] / src / lib / dcp_encoder.cc
2021-01-11 Carl HetheringtonMore c++ tidying.
2021-01-07 Carl HetheringtonBOOST_FOREACH.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-12-22 Carl HetheringtonPass fonts from content around as FontData.
2020-12-08 Carl HetheringtonMake Writer take an output DCP path rather than getting...
2020-10-21 Carl HetheringtonmacOS / new boost build fixes. v2.15.104
2020-06-19 Carl HetheringtonMake Atmos content work more like other content. Now... v2.15.82
2019-11-19 Carl HetheringtonFix problems with playing back 3D DCPs and with inserti...
2019-08-31 Carl HetheringtonPrimitive subtitle export feature. v2.15.16
2019-05-10 Carl HetheringtonPut Time types in dcpomatic namespace.
2018-08-29 Carl HetheringtonBasics of splitting CCAP streams into different assets.
2018-07-23 Carl HetheringtonTidy up after mass rename.
2018-07-23 Carl HetheringtonMore automated renaming.
2018-07-21 Carl HetheringtonBasics of multiple captions per content so that DCPCont...
2018-07-19 Carl HetheringtonClean up after previous commit.
2018-07-19 Carl HetheringtonReword again: Text -> Caption and Plain -> Text.
2018-07-19 Carl HetheringtonGet types into ReelWriter.
2018-07-19 Carl HetheringtonPartial conversion of PlayerSubtitles -> PlayerText...
2018-07-19 Carl HetheringtonRename Subtitle -> Text
2018-07-09 Carl HetheringtonDon't write multiple <LoadFont> tags to Interop subtitl...
2018-02-27 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-02-27 Carl HetheringtonRemove duplicate variables.
2017-12-29 Carl HetheringtonPreviously the code did not account for referenced...
2017-08-29 Carl HetheringtonFix incorrect reel lengths in some cases; account for...
2017-07-26 Carl HetheringtonBasic multithread of DCP decryption during export.
2017-07-18 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2017-07-18 Carl HetheringtonDon't set up Writer etc. until the job is run. This...
2017-05-23 Carl HetheringtonTry to stop crashes when tests are torn down.
2017-05-10 Carl HetheringtonRename some classes.