Re-add missing audio mapping in butler for preview.
[dcpomatic.git] / src / lib / butler.cc
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.