Fix font_id_map errors when importing DCP subtitles that have no
[dcpomatic.git] / test /
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.
2022-05-01 Carl HetheringtonExtract and improve code to find missing files (#1940).
2022-05-01 Carl HetheringtonReplace some raw arrays with std::vectors.
2022-04-29 Carl HetheringtonMore test references updates.
2022-04-29 Carl HetheringtonUpdate test/data for new metadata tag.
2022-04-29 Carl HetheringtonFix some tests.
2022-04-28 Carl HetheringtonAdd guess_crop().
2022-04-28 Carl HetheringtonFix a load of stuff that wasn't being freed on close.
2022-04-28 Carl HetheringtonAdd image_as_jpeg()
2022-04-28 Carl HetheringtonMove Image::as_png() out to image_as_png().
2022-04-28 Carl HetheringtonRemove unnecessary method.
2022-04-22 Carl HetheringtonImprove rejection of "crazy" frame rates (#2238).
2022-04-22 Carl HetheringtonUse libdcp's warnings.h
2022-04-21 Carl HetheringtonMissing override.
2022-04-20 Carl HetheringtonLookup the correct DCNC code to use for languages rathe...
2022-04-20 Carl HetheringtonUse std::vector in AudioBuffers (#2236).
2022-04-20 Carl HetheringtonAdd ScopeGuard.
2022-04-20 Carl HetheringtonAdd button to use same fades for audio as video (#2230).
2022-04-20 Carl HetheringtonFix creation of dcpdig files in projects that make...
2022-04-20 Carl HetheringtonSupport DCP digest files (#2109).
2022-04-20 Carl HetheringtonMove make_dcp() out of Film (#2132).
2022-04-17 Carl HetheringtonMissing override label.
2022-04-09 Carl HetheringtonAdd some missing override labels.
2022-04-07 Carl HetheringtonGuess video range better when importing 2.14.x projects...
2022-04-07 Carl HetheringtonCleanup: remove unused parameter to PlayerVideo::force.
2022-04-04 Carl HetheringtonAdd fade in/out option to the content audio tab (#1026).
2022-04-03 Carl HetheringtonC++11 and whitespace cleanups.
2022-03-25 Carl HetheringtonBump libdcp for fix to remove erroneous <EntryPoint...
2022-03-20 Carl HetheringtonUpdate test reference for config change.
2022-03-16 Carl HetheringtonMake the value used for 'f' in KDM names consistent...
2022-03-15 Carl HetheringtonFix tests for newly-saved write to/email checkboxes.
2022-03-15 Carl HetheringtonFix incorrectly-timed emission of silence padding causi...
2022-03-09 Carl HetheringtonAdd option to use (or not) ISDCF names by default.
next