Fill test disk partitions with random noise to expose more bugs.
[dcpomatic.git] / test / player_test.cc
2022-06-12 Carl HetheringtonSet up TextDecoder position based on the time that... v2.16.14
2022-05-26 Carl HetheringtonFix race between the Butler thread starting and audio...
2022-05-21 Carl HetheringtonFix error when loading encrypted DCPs (#2257).
2022-04-07 Carl HetheringtonCleanup: remove unused parameter to PlayerVideo::force.
2022-01-11 Carl HetheringtonFix failure to decode multiple video frames from one... v2.15.183
2021-10-16 Carl HetheringtonUse an enum instead of a bool to specify blocking/non...
2021-09-27 Carl HetheringtonMerge branch 'better-gl' into v2.15.x
2021-09-27 Carl HetheringtonTest fixes. better-gl
2021-09-27 Carl HetheringtonVarious alignment tidying/fixups.
2021-09-27 Carl HetheringtonReplace aligned bool with enum Alignment.
2021-09-27 Carl HetheringtonVarious alignment adjustments.
2021-09-27 Carl HetheringtonSetup Butler::_prepare_only_proxy on construction.
2021-02-26 Carl HetheringtonMore verification of DCPs during tests.
2021-01-31 Carl HetheringtonMore enum class additions.
2021-01-27 Carl HetheringtonUse enum class for VideoRange.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-11-30 Carl HetheringtonGive Butler a weak_ptr<Film>
2020-11-29 Carl HetheringtonMove some test references into test-private.
2020-11-16 Carl HetheringtonMake sure we use limited ("video") range data when...
2020-10-13 Carl HetheringtonRemove some debug output.
2020-10-13 Carl HetheringtonSome macOS test build fixes.
2020-10-13 Carl HetheringtonFix use of DCPOMATIC_TEST_PRIVATE variable to specify...
2020-10-12 Carl HetheringtonRemove Image/GraphicsMagick dependency.
2020-10-12 Carl HetheringtonFix incorrect sign on boost test constants.
2020-05-12 Carl HetheringtonRe-work scaling following excellent insights by Carsten...
2020-05-11 Carl HetheringtonChange video content scaling so that it either:
2020-04-23 Carl HetheringtonNicer fix for 86102d30bf0aad89115bbeb3d8aaa2a27a0aa432
2020-04-15 Carl HetheringtonFix length of player output so it can be either the...
2020-03-11 Carl HetheringtonMove private_data into TestPaths
2019-12-16 Carl HetheringtonFlush audio decoder when a DCPDecoder finishes so that
2019-11-19 Carl HetheringtonFix problems with playing back 3D DCPs and with inserti...
2019-11-01 Carl HetheringtonIncrease fudge factor at the boundary between audio...
2019-10-21 Carl HetheringtonMerge branch 'v2.15.x' of ssh://localhost:2222/home...
2019-10-20 Carl HetheringtonRename dcpomatic_sleep -> dcpomatic_sleep_seconds.
2019-07-24 Carl HetheringtonOptimise the feel of some GUI functions by doing the...
2019-05-10 Carl HetheringtonPut Time types in dcpomatic namespace.
2019-02-13 Carl HetheringtonMore test tweaks.
2019-02-13 Carl HetheringtonNudge threshold to cope with move to Ubuntu 18.04 as...
2019-01-21 Carl HetheringtonStop jobs silently failing in tests.
2019-01-10 Carl HetheringtonFix a crash due the assertion in emit_audio failing...
2018-11-21 Carl HetheringtonTidy and fix logging.
2018-11-21 Carl HetheringtonTake Film pointer out of Content.
2018-11-06 Carl HetheringtonDo image crop/scale/window in the butler prepare threads.
2018-11-06 Carl HetheringtonSwitch PlayerVideo::always_rgb to a new ::force and...
2018-11-06 Carl HetheringtonRemove some unused parameters.
2018-11-06 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-11-06 Carl HetheringtonAdd some code to help with profiling the player.
2018-08-29 Carl HetheringtonBasics of splitting CCAP streams into different assets.
2018-07-27 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-07-26 Carl HetheringtonAdd support for ignoring everything except text in...
2018-07-23 Carl HetheringtonTidy up after mass rename.
2018-07-23 Carl HetheringtonMore automated renaming.
2018-07-22 Carl HetheringtonOn reflection showing CCAPs over the main picture doesn...
2018-07-21 Carl HetheringtonBasics of multiple captions per content so that DCPCont...
2018-07-20 Carl HetheringtonUntested; allow viewing of subtitles or closed captions...
2018-07-19 Carl HetheringtonClean up after previous commit.
2018-07-19 Carl HetheringtonReword again: Text -> Caption and Plain -> Text.
2018-07-19 Carl HetheringtonPlainText -> PlainTextFile.
2018-07-19 Carl HetheringtonMore renaming.
2018-07-19 Carl HetheringtonMore renaming; text -> plain.
2018-07-19 Carl HetheringtonRename Subtitle -> Text
2018-06-07 Carl HetheringtonAssorted fixes to queue management.
2018-02-28 Carl HetheringtonExpand threshold for successful test slightly.
2018-02-28 Carl HetheringtonTweak error threshold for an image comparison involving...
2018-02-08 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-02-08 Carl HetheringtonPass DCP subtitles before video so that they are presen...
2018-02-02 Carl HetheringtonA number of unit test fixes.
2018-02-01 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-01-31 Carl HetheringtonAdd test for JP's tricky subtitles.
2017-07-27 Carl HetheringtonAdd a new test.
2017-07-12 Carl HetheringtonAdd some tests; fix failure to make DCP when there...
2017-05-18 Carl HetheringtonFix warning.
2017-05-18 Carl HetheringtonRemove debug.
2017-05-07 Carl HetheringtonRemove unused code.
2017-04-19 Carl HetheringtonDoxygen tweaks.
2017-04-19 Carl HetheringtonRestore player_test and move black_fill_test into it.
2016-08-12 Carl HetheringtonRemove all use of stringstream in an attempt to fix
2016-06-21 Carl HetheringtonRevert "Use make_shared<>."
2016-06-21 Carl HetheringtonUse make_shared<>.
2016-05-25 Carl HetheringtonNo-op; fix GPL address and use the explicit-program...
2016-05-18 Carl HetheringtonFix Player::overlaps for the new world order.
2015-07-01 Carl HetheringtonGo back to player having a playlist and not assuming...
2015-06-21 Carl HetheringtonNo-op: remove all trailing whitespace.
2015-06-18 Carl HetheringtonComment.
2015-06-17 Carl HetheringtonRemove Film::make_player().
2015-06-04 Carl HetheringtonTry to fix some warnings on OS X.
2015-01-24 Carl HetheringtonHand-apply bbfb370d7de28ec1e8f307865cc6253bb5d4366e...
2014-12-03 Carl HetheringtonHand-apply 6a3cd511559433554ab40ed72ff94b7d8dc2c5bd...
2014-10-25 Carl HetheringtonMerge master.
2014-10-22 Carl HetheringtonMerge master.
2014-10-21 Carl HetheringtonMerge master.
2014-10-15 Carl HetheringtonMerge master.
2014-10-08 Carl HetheringtonMerge master.
2014-10-02 Carl HetheringtonMerge remote-tracking branch 'origin/master' into 2.0
2014-09-30 Carl HetheringtonMerge remote-tracking branch 'origin/master' into 2.0
2014-09-29 Carl HetheringtonMerge master.
2014-09-22 Carl HetheringtonMerge remote-tracking branch 'origin/master' into 2.0
2014-09-16 Carl HetheringtonMerge master.
2014-09-12 Carl HetheringtonMerge master.
2014-09-11 Carl HetheringtonMerge master.
next