Use Collator for recipients search (#2426).
[dcpomatic.git] / test /
2023-01-17 Carl HetheringtonAdd basic Collator::find() method.
2023-01-17 Carl HetheringtonAdd some very basic tests of Collator.
2023-01-13 Carl HetheringtonAdd options for where the add files dialog starts ...
2023-01-02 Carl HetheringtonFix errors when a custom size is given which is larger...
2022-12-29 Carl HetheringtonCleanup: test tidying.
2022-12-25 Carl HetheringtonShow audio bit depth in content properties (#559).
2022-12-25 Carl HetheringtonCleanup: use some auto / make_shared.
2022-12-16 Carl HetheringtonMake sure main picture active area values are even...
2022-12-13 Carl HetheringtonAdd video_{range,frame_type}.{cc,h} and remove some...
2022-12-09 Carl HetheringtonExtract constants.h
2022-12-07 Carl HetheringtonAdd a test to verify passthrough of 3D -> 2D data.
2022-12-05 Carl HetheringtonFix tests on Windows now that we replace . with _ in...
2022-12-02 Carl HetheringtonDon't use "NR" in the ISDCF name if there is no rating.
2022-12-02 Carl HetheringtonFix stupid mistake in previous commit.
2022-12-02 Carl HetheringtonCatch problems when using dcp_file() and getting more...
2022-12-02 Carl HetheringtonFix unreliable test.
2022-12-01 Carl HetheringtonEscape entities just before Pango rendering (#2382). v2.16.35
2022-12-01 Carl HetheringtonAdd some failing tests.
2022-11-28 Carl HetheringtonRemove default container configuration option.
2022-11-25 Carl HetheringtonReturn AVERROR_EOF from the avio_read method when appro...
2022-11-25 Carl HetheringtonNoisy change to get film into AudioContent::modify_trim...
2022-11-25 Carl HetheringtonAdd another test, including a frame rate change.
2022-11-25 Carl HetheringtonGive a slightly better error message in a failing test.
2022-11-25 Carl HetheringtonAdd failing test for #2373.
2022-11-25 Carl HetheringtonFix sound corruption with multiple sound files (#2368).
2022-11-25 Carl HetheringtonCleanup: use dcp_file().
2022-11-24 Carl HetheringtonAllow a slightly worrying amount of error so that the...
2022-11-22 Carl HetheringtonBe a bit more defensive in a test that is failing on...
2022-11-21 Carl HetheringtonFix some missing test reference updates for vpos changes.
2022-11-21 Carl HetheringtonFix test/data detachment SNAFU.
2022-11-21 Carl HetheringtonFix subtitle vertical position (#2367).
2022-11-14 Carl HetheringtonAdd failing test for #2364.
2022-11-03 Carl HetheringtonBump libdcp for subtitle Z-position fixes (#2356).
2022-11-03 Carl HetheringtonFix test references for passive option change.
2022-10-25 Carl HetheringtonFurther test/data SNAFU.
2022-10-25 Carl HetheringtonFix mangling of the v2.16.x test/data commit somewhere...
2022-10-21 Carl HetheringtonFix colour range property for subsampled sources (...
2022-10-18 Carl HetheringtonImprove the appearance of things in macOS dark mode...
2022-10-18 Carl HetheringtonFix dark mode for release notes.
2022-10-16 Carl HetheringtonRemove some more unnecessary use of shared_ptr.
2022-10-09 Carl HetheringtonAdd a test.
2022-09-26 Carl HetheringtonTypo in comment.
2022-09-26 Carl HetheringtonFix build on older boosts, again.
2022-09-26 Carl HetheringtonFix build on older boosts.
2022-09-25 Carl HetheringtonProvide a similar fix to the one in ff639b3cf30afcc097b...
2022-09-25 Carl HetheringtonMove Editor class to test.{cc,h}
2022-09-23 Carl HetheringtonUpdate test references for change to default .srt position. v2.16.27
2022-09-22 Carl HetheringtonFix confusion about which test/data branch we're using...
2022-09-20 Carl HetheringtonFix font_id_map errors when importing DCP subtitles...
2022-09-20 Carl HetheringtonFix subtitle_file() to find both Interop and SMPTE...
2022-09-17 Carl HetheringtonAllow specification of the CPL ID to use in a DCP with...
2022-09-14 Carl HetheringtonFix some spelling mistakes (mostly in comments).
2022-09-11 Carl HetheringtonMerge branch '2323-player-locking'
2022-09-10 Carl HetheringtonMove get_reel_assets() out of Player, as it doesn't...
2022-09-10 Carl HetheringtonBuild fixes.
2022-09-10 Carl HetheringtonSupport YUV444P10LE in make_part_black().
2022-09-08 Carl HetheringtonMake -S parameter to dcpomatic2_kdm_cli also filter...
2022-09-08 Carl HetheringtonExtract run() method to call kdm_cli().
2022-09-08 Carl HetheringtonFix missing screen description in KDM CLI if you use...
2022-09-05 Carl HetheringtonLet config/cinemas/dkdm_recipients take care of their...
2022-09-04 Carl HetheringtonAdd failing test.
2022-09-03 Carl HetheringtonRemove - and + from ratings before using them in a...
2022-08-28 Carl HetheringtonFix and test release notes. v2.16.22
2022-08-12 Carl HetheringtonAdd a test for video YUV -> full RGB level conversion.
2022-08-11 Carl HetheringtonAllow cancellation of un-started jobs (#2777).
2022-08-11 Carl HetheringtonLower some error thresholds now that check_image()...
2022-08-11 Carl HetheringtonFix broken writing of 16-bit images (the pixels must...
2022-08-11 Carl HetheringtonCleanup: remove duplicated code.
2022-08-08 Carl HetheringtonFix lines down the right-hand-side of exports in some...
2022-07-20 Carl HetheringtonHandle vertical alignment of subs correctly wrt the...
2022-07-20 Carl HetheringtonAdd useful debugging test which might be tricky to...
2022-07-20 Carl HetheringtonTidy up some test names and remove pointless comments.
2022-07-20 Carl HetheringtonAllow multiple DCPs to be written to a disk (#1756).
2022-07-17 Carl HetheringtonFix a couple of reserve()s that should be resize()...
2022-07-11 Carl HetheringtonFix font_id errors with files decoded by FFmpeg which...
2022-07-11 Carl HetheringtonUse a vector rather than a list when returning from...
2022-07-11 Carl HetheringtonFix font handling for DCP subtitles.
2022-06-30 Carl HetheringtonAdvanced option to allow mapping to any audio channel...
2022-06-21 Carl HetheringtonRe-fix test references. Not sure what happened there. v2.16.15
2022-06-21 Carl HetheringtonUse empty files where possible to speed things up a...
2022-06-21 Carl HetheringtonAdjust disk/partition sizes to trigger another bug.
2022-06-21 Carl Hetherington0 -> nullptr cleanup.
2022-06-21 Carl HetheringtonDo cleanup of a test more nicely.
2022-06-21 Carl HetheringtonFill test disk partitions with random noise to expose...
2022-06-21 Carl HetheringtonUse boost::random for make_random_file to make it repea...
2022-06-20 Carl HetheringtonFix test references for addition of new prores export...
2022-06-20 Carl HetheringtonFix test references for libdcp commit 6c5328f07362510a4...
2022-06-20 Carl HetheringtonRemove some debug output.
2022-06-18 Carl HetheringtonAdd a test doing a more substantial copy.
2022-06-12 Carl HetheringtonAdd Prores 4444 support (#2263).
2022-06-12 Carl HetheringtonRename PRORES -> PRORES_HQ
2022-06-12 Carl HetheringtonSet up TextDecoder position based on the time that... v2.16.14
2022-06-12 Carl HetheringtonBelieved fix for error when calculating the position...
2022-06-10 Carl HetheringtonFix hints test after subtitle font changes.
2022-06-10 Carl HetheringtonFix problems when loading old projects with the new...
2022-06-10 Carl HetheringtonRename CheckContentChangeJob -> CheckContentJob.
2022-06-10 Carl HetheringtonFix incorrect burnt-in subtitle colours when burning...
2022-06-07 Carl HetheringtonRemove some cout and tidy up slightly.
2022-06-07 Carl HetheringtonThrow exceptions when Hints thread fails in tests.
2022-06-07 Carl HetheringtonTidying.
next