Missed update to private test repo version.
[dcpomatic.git] / src / lib / butler.h
2022-12-13 Carl HetheringtonMore header trimming.
2022-10-16 Carl HetheringtonRemove some more unnecessary use of shared_ptr.
2022-10-14 Carl HetheringtonCleanup: add header guards.
2022-08-03 Carl HetheringtonCleanup: fix typo in comment.
2022-05-26 Carl HetheringtonFix race between the Butler thread starting and audio...
2021-10-16 Carl HetheringtonAlways block waiting for audio when exporting. v2.15.169
2021-10-16 Carl HetheringtonUse an enum instead of a bool to specify blocking/non...
2021-10-11 Carl HetheringtonCleanup: use enum class.
2021-09-27 Carl HetheringtonMerge branch 'better-gl' into v2.15.x
2021-09-27 Carl HetheringtonReplace aligned bool with enum Alignment.
2021-09-27 Carl HetheringtonSetup Butler::_prepare_only_proxy on construction.
2021-09-27 Carl HetheringtonWhen the player is used in OpenGL mode, pass unscaled...
2021-05-03 Carl HetheringtonC++11 tidying.
2021-04-30 Carl HetheringtonC++11 tidying.
2021-04-29 Carl HetheringtonRemove use of boost::noncopyable.
2021-01-31 Carl HetheringtonUse enum class for Film::Property.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-12-01 Carl HetheringtonChanges to crop can be handled with a reset_metadata().
2020-11-30 Carl HetheringtonGive Butler a weak_ptr<Film>
2020-11-16 Carl HetheringtonMake sure we use limited ("video") range data when...
2020-08-17 Carl HetheringtonReport better errors when the butler dies.
2020-07-05 Carl HetheringtonImprove butler error reporting during export. v2.15.88
2020-05-17 Carl HetheringtonFix typo in comment.
2020-01-30 Carl HetheringtonVarious thread cleanups.
2019-11-05 Carl HetheringtonRemove dubious _buffers_mutex and maintain a lock on...
2019-07-24 Carl HetheringtonOptimise the feel of some GUI functions by doing the...
2019-05-15 Carl HetheringtonPlayer::playlist_content_change will call setup_pieces... v2.15.5
2019-05-10 Carl HetheringtonPut Time types in dcpomatic namespace.
2019-03-07 Carl HetheringtonBetter reporting of errors in Butler::prepare. v2.13.125
2018-12-22 Carl HetheringtonFix assumption of 48kHz DCP audio in AudioRingBuffers...
2018-11-21 Carl HetheringtonTidy and fix logging.
2018-11-06 Carl HetheringtonDo image crop/scale/window in the butler prepare threads.
2018-09-04 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-09-04 Carl HetheringtonAllow the butler to say "try again later" when get_vide...
2018-08-29 Carl HetheringtonBasics of splitting CCAP streams into different assets.
2018-08-20 Carl HetheringtonAllow nested butler suspensions.
2018-08-19 Carl HetheringtonReplace May/Done/NotDone signal sets with one signal...
2018-08-19 Carl HetheringtonSuspend butler on player may-change as otherwise there...
2018-08-14 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-08-13 Carl HetheringtonMore fixes for errors / crashes / misbehaviour with...
2018-08-12 Carl HetheringtonDon't seek during timeline drags.
2018-08-05 Carl HetheringtonGet closed caption view data from the butler, rather...
2018-08-03 Carl HetheringtonRemove unused parameter.
2018-08-03 Carl HetheringtonTimestamp audio emissions from butler and hence discard...
2018-08-02 Carl HetheringtonA variety of changes to improve (but not entirely fix...
2017-12-29 Carl HetheringtonAdd basic memory-used stuff for butler and reduce minim...
2017-08-14 Carl HetheringtonRemove believed-unnecessary player-changed handler...
2017-08-14 Carl HetheringtonRemove Film dependency from Butler.
2017-07-26 Carl HetheringtonMulti-threaded decode of DCP when previewing.
2017-07-12 Carl HetheringtonReport underruns from Butler::get_audio.
2017-05-21 Carl HetheringtonRemove some unused code.
2017-04-26 Carl HetheringtonFix video flickering when seeking near the end of the...
2017-04-23 Carl HetheringtonCope better with the butler thread throwing an exceptio...
2017-04-19 Carl HetheringtonConfig option to disable preview audio.
2017-04-19 Carl HetheringtonNew method.
2017-04-19 Carl HetheringtonHandle butler thread exceptions properly.
2017-04-19 Carl HetheringtonTry to stop Butler deadlocking on quit.
2017-04-19 Carl HetheringtonFirst bits of audio support.
2017-04-19 Carl HetheringtonSeemingly basically working butler for video.
2017-04-19 Carl HetheringtonInitial butler work.