Improve some variable names.
[dcpomatic.git] / test /
2022-04-28 Carl HetheringtonImprove rejection of "crazy" frame rates (#2238).
2022-04-28 Carl HetheringtonUse libdcp's warnings.h
2022-04-28 Carl HetheringtonMissing override.
2022-04-28 Carl HetheringtonLookup the correct DCNC code to use for languages rathe...
2022-04-28 Carl HetheringtonUse std::vector in AudioBuffers (#2236).
2022-04-28 Carl HetheringtonAdd ScopeGuard.
2022-04-28 Carl HetheringtonAdd button to use same fades for audio as video (#2230).
2022-04-28 Carl HetheringtonMissing override label.
2022-04-28 Carl HetheringtonAdd some missing override labels.
2022-04-28 Carl HetheringtonGuess video range better when importing 2.14.x projects...
2022-04-02 Carl HetheringtonMake the value used for 'f' in KDM names consistent...
2022-04-02 Carl HetheringtonFix tests for newly-saved write to/email checkboxes.
2022-04-02 Carl HetheringtonFix incorrectly-timed emission of silence padding causi...
2022-03-09 Carl HetheringtonOnly look in the filename (not the whole path) when...
2022-03-09 Carl HetheringtonImprove test output.
2022-03-03 Carl HetheringtonAdd -x32/-x64 suffix to boost libraries when building...
2022-02-20 Carl HetheringtonFix up test/data.
2022-02-19 Carl HetheringtonTry to handle EAGAIN from avcodec_send_packet() properly.
2022-02-19 Carl HetheringtonHead off some cert validity warnings.
2022-02-19 Carl HetheringtonFix hints tests by changing the test signer chain for...
2022-02-19 Carl HetheringtonAdd hint about excessive certificate validity.
2022-02-19 Carl HetheringtonRelax error handling when examining FFmpeg files (...
2022-02-13 Carl HetheringtonTest reference update for UseISDCFNameByDefault.
2022-02-13 Carl HetheringtonFix audio fading.
2022-02-13 Carl HetheringtonMissing update to test/data
2022-02-13 Carl HetheringtonMissing ConfigRestorer.
2022-02-12 Carl HetheringtonGo back to 10-year certificate validity periods (#2174).
2022-02-10 Carl HetheringtonDon't give up on backups if config.xml isn't there...
2022-02-07 Carl HetheringtonFix missing type specifiers for macOS build.
2022-02-02 Carl HetheringtonFix another misunderstanding with macOS drive discovery.
2022-01-25 Carl HetheringtonAdd fade in/out option to the content audio tab (#1026).
2022-01-24 Carl HetheringtonSlightly hacky fix for -114 errors during 3D encodes...
2022-01-22 Carl HetheringtonDisplay the filename / URL that a screen certificate...
2022-01-21 Carl Hetheringtonpot/merge.
2022-01-19 Carl HetheringtonAdjust how macOS drives are analysed and add a couple...
2022-01-17 Carl HetheringtonMore build fixes.
2022-01-17 Carl HetheringtonUpdate test references for auto crop.
2022-01-16 Carl HetheringtonAdd --twok option to dcpomatic2_create.
2022-01-16 Carl HetheringtonFix some crashes in tests.
2022-01-15 Carl HetheringtonAdd guess_crop().
2022-01-11 Carl HetheringtonFix failure to decode multiple video frames from one...
2022-01-10 Carl HetheringtonFix crashes when using kdm_cli with a certificate inste...
2022-01-10 Carl HetheringtonFix tests broken in 89d4090c
2022-01-09 Carl HetheringtonSpeed up hints tests by not running a pointless audio...
2022-01-09 Carl HetheringtonTidying.
2022-01-04 Carl HetheringtonFix creation of dcpdig files in projects that make...
2021-12-29 Carl HetheringtonSupport DCP digest files (#2109).
2021-12-25 Carl HetheringtonExtract and improve code to find missing files (#1940).
2021-12-24 Carl HetheringtonTidy up backing up of config files, improve the tests...
2021-12-23 Carl HetheringtonFix mistake in a7f61a15 causing bad_alloc exceptions...
2021-12-23 Carl HetheringtonFix deadlock in test, caused by setting jobs to finishe...
2021-12-23 Carl HetheringtonFix a load of stuff that wasn't being freed on close.
2021-12-23 Carl HetheringtonAdd image_as_jpeg()
2021-12-23 Carl HetheringtonMove Image::as_png() out to image_as_png().
2021-12-23 Carl HetheringtonRemove unnecessary method.
2021-12-21 Carl HetheringtonFix trimming of ATMOS MXFs.
2021-12-18 Carl HetheringtonCleanup: remove unnecessary parameter to PlayerVideo...
2021-12-18 Carl HetheringtonMove make_dcp() out of Film (#2132).
2021-12-06 Carl HetheringtonSet up {m,c,a}times on copied files (#2145).
2021-11-29 Carl HetheringtonAdd --gain option to dcpomatic_create.
2021-11-29 Carl HetheringtonAdd --channel option to dcpomatic_create.
2021-11-28 Carl HetheringtonRearrange checking (and re-examining) content.
2021-11-28 Carl HetheringtonSimplify and fix job scheduler, especially with respect...
2021-11-22 Carl HetheringtonDon't import luminance of 0 from 2.14.x metadata files...
2021-11-04 Carl HetheringtonC++11 tidying.
2021-11-03 Carl HetheringtonStop some tests from writing things to test/data.
2021-11-03 Carl HetheringtonRun one test with fewer cores to stop it running out...
2021-11-03 Carl HetheringtonAdd ConfigRestorer and use it instead of setup_test_con...
2021-11-02 Carl HetheringtonAdd failing test.
2021-11-01 Carl HetheringtonTidying.
2021-10-27 Carl HetheringtonAdd a new test for subtitle timing when changing frame...
2021-10-27 Carl HetheringtonC++11 tidying.
2021-10-17 Carl HetheringtonBasic and slightly inaccurate support for <Space> in...
2021-10-15 Carl HetheringtonAlways block waiting for audio when exporting.
2021-10-15 Carl HetheringtonUse an enum instead of a bool to specify blocking/non...
2021-10-15 Carl HetheringtonFix test logging setup to actually work.
2021-10-15 Carl HetheringtonAdd a failing test.
2021-10-12 Carl HetheringtonHopefully fix race between thread finishing and cleanup...
2021-10-12 Carl HetheringtonDon't throw an error when the Butler says it is finishe...
2021-10-11 Carl HetheringtonReplace some raw arrays with std::vectors.
2021-10-10 Carl HetheringtonFix a test reference to account for windows filename...
2021-10-09 Carl HetheringtonDon't ignore font settings for DCP subtitles (#2074). v2.15.167
2021-09-27 Carl HetheringtonFix tests. v2.15.163
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-09-27 Carl HetheringtonMerge branch 'own-config' into v2.15.x
2021-09-27 Carl HetheringtonAdd config location versioning (#2090).
2021-09-25 cahRead ISDCF Metadata from 2.14.x metadata (#2083).
2021-09-19 Carl HetheringtonAdd LastWrittenBy to metadata (#2080).
2021-09-19 Carl HetheringtonUse a constexpr and a nullptr.
2021-09-19 Carl HetheringtonFix failure to open v2.14.x documents with invalid...
2021-08-12 Carl HetheringtonMissed test/data update.
2021-08-11 Carl HetheringtonDon't write empty <Text> nodes in subtitles/closed...
2021-07-03 Carl HetheringtonUse std::vector rather than a raw array.
2021-06-24 Carl HetheringtonFix incorrect timestamps when exporting as reels (... v2.15.155
2021-06-24 Carl HetheringtonTweak test group name.
next