summaryrefslogtreecommitdiff
path: root/src/lib/encoder.cc
AgeCommit message (Expand)Author
2021-09-27Replace aligned bool with enum Alignment.Carl Hetherington
2021-09-27Various alignment adjustments.Carl Hetherington
2021-07-03C++11 tidying.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-04-23Nicer fix for 86102d30bf0aad89115bbeb3d8aaa2a27a0aa432Carl Hetherington
2020-04-15Fix length of player output so it can be either the film's length or playlist...Carl Hetherington
2017-07-26Basic multithread of DCP decryption during export.Carl Hetherington
2017-05-23Try to stop crashes when tests are torn down.Carl Hetherington
2017-05-10Rename some classes.Carl Hetherington
2017-05-09Some export tidying up.Carl Hetherington
2017-05-09Basic GUI for export.Carl Hetherington
2017-04-27Distinguish master DoM encode threads count from the server count.Carl Hetherington
2017-04-19Various Doxygen fixes.Carl Hetherington
2017-04-19Fix merge.Carl Hetherington
2017-04-19Attempt to tidy up internal APIs slightly.Carl Hetherington
2017-01-05Tweak comment.Carl Hetherington
2016-12-14Debugging for encode decisions.Carl Hetherington
2016-11-15Attempt to fix lost frames on remote encodes in certain exceptional circumsta...Carl Hetherington
2016-08-15compose/raw_convert fiddling.Carl Hetherington
2016-08-12Remove all use of stringstream in an attempt to fixCarl Hetherington
2016-07-20Do EncodeServerFinder 'disable' in a more sensible way.Carl Hetherington
2016-07-20Try to fix intermittent deadlocks with encoding servers.Carl Hetherington
2016-06-29Small tweaks to times in progress reports.Carl Hetherington
2016-06-20Fix crash when no video is being encoded.Carl Hetherington
2016-06-20Fix encoder thread interruption.Carl Hetherington
2016-06-20Encoder shutdown fixes.Carl Hetherington
2016-06-14Clean up of 3D->2D conversion.Carl Hetherington
2016-06-14Discard right-eye images when using 3D sources to make 2D DCPs.Carl Hetherington
2016-06-07Remove some flawed condition manipulation.Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-05-09Fix erroneous thread affinity log message.Carl Hetherington
2016-03-05Set thread affinity on Windows XP so that each encoder threadCarl Hetherington
2015-12-11Rename Server -> EncodeServer, ServerFinder -> EncodeServerFinder, ServerDesc...Carl Hetherington
2015-12-09Try to fix build with old boost.Carl Hetherington
2015-12-09More debugging.Carl Hetherington
2015-12-09Remove unused variable.Carl Hetherington
2015-12-09Try to speed up cancel of encoder threads if they are sleeping for remote bac...Carl Hetherington
2015-12-04Use libdcp's compress_j2k; move Data into libdcp.Carl Hetherington
2015-11-27Fix crash when repeating video frames across a reel boundary.Carl Hetherington
2015-10-22Remove ref_write mechanism and instead maintain state for eachCarl Hetherington
2015-10-22Various multi-reel fixes.Carl Hetherington
2015-10-09Logging improvements to allow prettier displays in the server GUI.Carl Hetherington
2015-10-02Speculative fix for hangs during Encoder::end().Carl Hetherington
2015-09-18Make sure exceptions during local encodes are propagated up to the front end ...Carl Hetherington
2015-09-02Don't share _terminate.Carl Hetherington
2015-09-01Protect _threads with a mutex since it may be updated fromCarl Hetherington
2015-08-26Move ServerDescription into its own header.Carl Hetherington
2015-08-19Fix loss of host's encoding threads when servers list changes.Carl Hetherington
2015-08-19Some work on rationalising and tidying up timing logging.Carl Hetherington
2015-08-19Add only-servers-encode option for debugging / optimisation / testing of serv...Carl Hetherington