Add save button for playlist name.
[dcpomatic.git] / 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.
2022-06-07 Carl HetheringtonRearrange subtitle font management.
2022-06-07 Carl HetheringtonFix incorrect extension on interop subtitle files ...
2022-06-06 Carl HetheringtonPreserve export video settings in the config (#2259).
2022-06-06 Carl HetheringtonRemove unused H246_PCM export code.
2022-06-03 Carl HetheringtonMake subtitle asset filename obey custom settings ...
2022-05-26 Carl HetheringtonFix race between the Butler thread starting and audio...
2022-05-26 Carl HetheringtonCleanup: use some more make_shared.
2022-05-21 Carl HetheringtonFix error when loading encrypted DCPs (#2257).
2022-05-11 Carl HetheringtonTidy up careful_string_filter and add some extra transl...
2022-05-11 Carl HetheringtonFix ignore_video checker for separate-3D content (...
2022-05-09 Carl HetheringtonAccept invalid picture frame size errors in high bitrat...
2022-05-05 Carl HetheringtonAdd some tests for ScopedTemporary.
2022-05-05 Carl HetheringtonUse dcp::File in DCP-o-matic (#2231).
2022-05-02 Carl HetheringtonAdd preference for default KDM duration (#2224).
2022-05-02 Carl HetheringtonRemove a specific path dependency from a test.
2022-05-02 Carl HetheringtonAdd find_file from libdcp.
next