WIP: allow Piece to take multiple content/decoder.
[dcpomatic.git] / test / shuffler_test.cc
2021-05-07 Carl HetheringtonWIP: allow Piece to take multiple content/decoder.
2021-05-07 Carl HetheringtonFix crashes in shuffler tests.
2021-05-07 Carl HetheringtonMove Resampler into Piece.
2021-05-07 Carl HetheringtonRename ContentVideo -> PieceVideo and pass video throug...
2021-05-07 Carl HetheringtonPut a weak_ptr<Film> into Piece to tidy up calls a...
2021-05-07 Carl HetheringtonMove stream states into Piece.
2021-01-31 Carl HetheringtonMore enum class additions.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-10-13 Carl HetheringtonSome macOS test build fixes.
2019-02-13 Carl HetheringtonFix test after Shuffler changes.
2019-02-13 Carl HetheringtonFixes to 3D shuffler to fix #1463.
2018-04-05 Carl HetheringtonFurther adjustment of shuffler to cope with having... v2.13.12
2018-01-16 Carl HetheringtonIn general the player assumes that it won't receive...