summaryrefslogtreecommitdiff
path: root/src/lib/shuffler.cc
AgeCommit message (Expand)Author
2021-05-01C++11 tidying.Carl Hetherington
2021-01-31More enum class additions.Carl Hetherington
2021-01-30Rename debug type THREED to THREED_D.Carl Hetherington
2021-01-07BOOST_FOREACH.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-05-20Add a bit more debug logging to the player.Carl Hetherington
2020-03-02Fix weirdly-allowed misplaced bracket.Carl Hetherington
2020-03-01Remove unused LOG_DEBUG_DECODE and re-use it to add some 3D shuffler logging.v2.15.46Carl Hetherington
2019-02-13Fixes to 3D shuffler to fix #1463.Carl Hetherington
2019-02-12White space.Carl Hetherington
2018-04-07Somewhat speculative shuffler fix for assertion failure.v2.13.13Carl Hetherington
2018-04-07Fix silly crash in shuffler.Carl Hetherington
2018-04-05Further adjustment of shuffler to cope with having sources for only one eye.v2.13.12Carl Hetherington
2018-04-05Remove believed-unnecessary check.Carl Hetherington
2018-04-05Wait for in-order input to shuffler before emitting anything, otherwiseCarl Hetherington
2018-04-05Tidy up assertion.Carl Hetherington
2018-02-23Fix implementation of delay in 7758260; it needs to apply toCarl Hetherington
2018-02-20Add a 2-frame `delay' on content arriving at the player to giveCarl Hetherington
2018-02-02Remove some debugging code.Carl Hetherington
2018-01-16In general the player assumes that it won't receive out of order video.Carl Hetherington