Don't use --target-macos-arm64 any more, since it's not supported.
[dcpomatic.git] / src / lib / shuffler.cc
2021-04-30 Carl HetheringtonC++11 tidying.
2021-01-31 Carl HetheringtonMore enum class additions.
2021-01-30 Carl HetheringtonRename debug type THREED to THREED_D.
2021-01-07 Carl HetheringtonBOOST_FOREACH.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-05-20 Carl HetheringtonAdd a bit more debug logging to the player.
2020-03-01 Carl HetheringtonFix weirdly-allowed misplaced bracket.
2020-03-01 Carl HetheringtonRemove unused LOG_DEBUG_DECODE and re-use it to add... v2.15.46
2019-02-13 Carl HetheringtonFixes to 3D shuffler to fix #1463.
2019-02-12 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2019-02-12 Carl HetheringtonWhite space.
2018-04-07 Carl HetheringtonSomewhat speculative shuffler fix for assertion failure. v2.13.13
2018-04-07 Carl HetheringtonFix silly crash in shuffler.
2018-04-05 Carl HetheringtonFurther adjustment of shuffler to cope with having... v2.13.12
2018-04-05 Carl HetheringtonRemove believed-unnecessary check.
2018-04-05 Carl HetheringtonWait for in-order input to shuffler before emitting...
2018-04-05 Carl HetheringtonTidy up assertion.
2018-02-23 Carl HetheringtonFix implementation of delay in 7758260; it needs to...
2018-02-20 Carl HetheringtonAdd a 2-frame `delay' on content arriving at the player...
2018-02-02 Carl HetheringtonRemove some debugging code.
2018-01-16 Carl HetheringtonIn general the player assumes that it won't receive...