Name threads on Linux.
[dcpomatic.git] / src / lib / butler.cc
2018-02-16 Carl HetheringtonName threads on Linux.
2018-02-12 Carl HetheringtonTone some debug messages down slightly.
2018-02-07 Carl HetheringtonSlightly better log message.
2017-12-29 Carl HetheringtonAdd basic memory-used stuff for butler and reduce minim...
2017-12-29 Carl HetheringtonReduce the maximum video readahead.
2017-12-13 Carl HetheringtonAttempt to prevent a deadlock if audio is full and...
2017-08-14 Carl HetheringtonRemove believed-unnecessary player-changed handler...
2017-08-14 Carl HetheringtonMissing conditional wakeup.
2017-08-14 Carl HetheringtonI think Butler should just clear itself out when the...
2017-08-14 Carl HetheringtonRemove Film dependency from Butler.
2017-07-26 Carl HetheringtonFix warning.
2017-07-26 Carl HetheringtonMulti-threaded decode of DCP when previewing.
2017-07-12 Carl HetheringtonReport underruns from Butler::get_audio.
2017-06-11 Carl HetheringtonCatch butler runaway when no audio is provided by the...
2017-06-01 Carl HetheringtonRe-add missing audio mapping in butler for preview.
2017-05-21 Carl HetheringtonRemove some unused code.
2017-05-08 Carl HetheringtonSet _finished to false when requesting a seek so that...
2017-05-05 Carl HetheringtonClear _video/_audio when the seek is request, not when...
2017-04-26 Carl HetheringtonNicer fix for previous commit.
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-21 Carl HetheringtonThrow exceptions raised while waiting for the butler...
2017-04-19 Carl HetheringtonConfig option to disable preview audio.
2017-04-19 Carl HetheringtonNo-op; white space.
2017-04-19 Carl HetheringtonShould clear audio too when seeking.
2017-04-19 Carl HetheringtonTidy up slightly.
2017-04-19 Carl HetheringtonDon't return 'no video' from get_video() until the...
2017-04-19 Carl HetheringtonClear out ring buffers when the player's output changes.
2017-04-19 Carl HetheringtonHandle butler thread exceptions properly.
2017-04-19 Carl HetheringtonRemove redundant cast.
2017-04-19 Carl HetheringtonMore audio readahead.
2017-04-19 Carl HetheringtonSeveral fixes to audio.
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.