dcpomatic.git
2020-11-02 Carl HetheringtonAdd some tests. v2.15.106
2020-11-02 Carl HetheringtonPass around JPEG2000 data as a shared_ptr and hence...
2020-11-02 Carl HetheringtonReplace dcp::Data with dcp::ArrayData
2020-11-02 Carl HetheringtonBump libdcp for new dcp::ArrayData stuff.
2020-11-02 Carl HetheringtonRe-allow audio channel 15 to be mapped so that users...
2020-10-28 Carl HetheringtonAdd some comments.
2020-10-28 Carl HetheringtonPrevent import of directories as DCPs if they do not...
2020-10-27 Carl HetheringtonAdd uninstaller for the .pkg part of the disk writer...
2020-10-26 Carl HetheringtonCatch more errors when non-CPLs are loaded as CPLs.
2020-10-25 Carl HetheringtonFix Ubuntu 20.10 dependencies.
2020-10-25 Carl HetheringtonRemove unnecessary Ubuntu 20.04 dependency on wxWidgets.
2020-10-25 Carl HetheringtonEnable disable-library-validation entitlement to allow... v2.15.105
2020-10-23 Carl HetheringtonWhite space tweak.
2020-10-23 Carl HetheringtonFix some label alignments.
2020-10-21 Carl HetheringtonmacOS / new boost build fixes. v2.15.104
2020-10-20 Carl HetheringtonBump libdcp for build fixes.
2020-10-20 Carl HetheringtonBump libdcp for macOS warning fixes.
2020-10-20 Carl HetheringtonTry to improve splitter behaviour when shrinking and...
2020-10-20 Carl HetheringtonMove the LimitedSplitter constructor into the .cc file.
2020-10-20 Carl HetheringtonMove contents of ContentPanel::first_shown into Limited...
2020-10-20 Carl HetheringtonMove LimitedSplitter into the header file.
2020-10-19 Carl HetheringtonPlaylist editor: try to make progress dialogue appear...
2020-10-19 Carl HetheringtonPlaylist editor: save configuration when it changes.
2020-10-19 Carl HetheringtonPlaylist editor: update content list when configuration...
2020-10-18 Carl HetheringtonAdd some icons missing from the macOS build.
2020-10-18 Carl HetheringtonmacOS build fix.
2020-10-18 Carl HetheringtonTidy up and fix bitmap path finding in the playlist...
2020-10-18 Carl HetheringtonAdd missing files from share/libdcp to .deb packages.
2020-10-18 Carl HetheringtonFix typo.
2020-10-17 Carl HetheringtonClarify some error messages on macOS (#1837). jenkins
2020-10-17 Carl HetheringtonFix failure to update player information when changing...
2020-10-17 Carl HetheringtonFix deadlock when changing CPL in the player (#1827).
2020-10-17 Carl HetheringtonFix finding of graphics when running from the source...
2020-10-15 Carl HetheringtonTest script tweaks for Windows.
2020-10-14 Carl HetheringtonAdd test for #1857.
2020-10-14 Carl HetheringtonFix test DCP index.
2020-10-14 Carl HetheringtonDon't crash if the first packet in a stream has AV_NOPT...
2020-10-14 Carl HetheringtonClear out _next_time when seeking, so out-of-date value...
2020-10-14 Carl Hetheringtoncscript can now run tests on Windows.
2020-10-13 Carl HetheringtonRemove some debug output.
2020-10-13 Carl HetheringtonProvide path to find ffcmp tool for tests.
2020-10-13 Carl HetheringtonFix deprecation warning from cdist.
2020-10-13 Carl HetheringtonTweak mac environment path.
2020-10-13 Carl HetheringtonSome macOS test build fixes.
2020-10-13 Carl HetheringtonFix a REQUIRE that should be REQUIRE_EQUAL.
2020-10-13 Carl HetheringtonFix errors when over-reading a "large" amount from...
2020-10-13 Carl HetheringtonHack to allow us to make a valid boost::filesystem...
2020-10-13 Carl HetheringtonAdd ffcmp dependency for tests.
2020-10-13 Carl HetheringtonStop the Windows version of run_ffprobe manipulating...
2020-10-13 Carl HetheringtonModify KDM naming test to use shorter path names on...
2020-10-13 Carl HetheringtonBump libdcp for better error checking.
2020-10-13 Carl HetheringtonRemove dependency on srand() and predictable output...
2020-10-13 Carl HetheringtonMake socket tests connect explicitly to localhost to...
2020-10-13 Carl HetheringtonUse rand() instead of /dev/urandom to make test files.
2020-10-13 Carl HetheringtonFix POSIX path embedded in test check string.
2020-10-13 Carl HetheringtonStop run_ffprobe from changing the current working...
2020-10-13 Carl HetheringtonTry to make crypo_test more likely to pass.
2020-10-13 Carl HetheringtonAdd python script to do repetitive code changes.
2020-10-13 Carl HetheringtonFix use of DCPOMATIC_TEST_PRIVATE variable to specify...
2020-10-13 Carl HetheringtonWindows test run script.
2020-10-13 Carl HetheringtonFix Windows console apps to actually have a console.
2020-10-13 Carl HetheringtonLabel vertical alignment fixes.
2020-10-12 Carl HetheringtonFix integer overflow in test.
2020-10-12 Carl HetheringtonFix tests after changes made in 4f652387cbeeda9b7b8ace7...
2020-10-12 Carl HetheringtonRemove Image/GraphicsMagick dependency.
2020-10-12 Carl HetheringtonAdd some more pixfmts to hack.
2020-10-12 Carl HetheringtonBuild tests on Windows.
2020-10-12 Carl HetheringtonmacOS extensions to run/tests.
2020-10-12 Carl HetheringtonMake use of default_font_file().
2020-10-12 Carl HetheringtonFix incorrect sign on boost test constants.
2020-10-12 Carl HetheringtonCope with different names for ImageMagick's .pc file...
2020-10-12 Carl HetheringtonFix incorrect forward declaration of struct as class.
2020-10-12 Carl HetheringtonEnable building of unit tests on macOS.
2020-10-12 Carl HetheringtonAdapt for cdist doing notarization.
2020-10-12 Carl HetheringtonRemove notarization from make_dmg.sh.
2020-10-08 Carl HetheringtonFix up config backup tests.
2020-10-08 Carl HetheringtonFix error when trying to make the openssl symlink again.
2020-10-05 Carl HetheringtonFix assorted GTK3-related alignment problems.
2020-09-29 Carl HetheringtonMake unit tests use their own configuration rather...
2020-09-29 Carl HetheringtonRemove debug code.
2020-09-29 Carl HetheringtonTry a little harder to make sure we use the patched...
2020-09-29 Carl HetheringtonRemove some Linux hacks that I can't see the point...
2020-09-27 Carl HetheringtonDisable some more warnings.
2020-09-27 Carl HetheringtonTweak trim-to-end behaviour and button label.
2020-09-27 Carl HetheringtonFix playhead position after trim-up-to (#1847).
2020-09-27 Carl HetheringtonGo back to add_to_cairo_context rather than show_in_cai...
2020-09-27 Carl HetheringtonBuild fix.
2020-09-27 Carl HetheringtonBump libdcp for missing xsd fixes.
2020-09-27 Carl HetheringtonFixes for new libdcp with multiple content versions.
2020-09-27 Carl HetheringtonTidy up xsd list in Windows installer.
2020-09-27 Carl HetheringtonUse bitmap_path() method to find the splash screen...
2020-09-27 Carl HetheringtonAdd missing tags_path() for Windows and macOS.
2020-09-27 Carl HetheringtonRevert some of the Linux stuff from a few commits ago.
2020-09-27 Carl HetheringtonInstall libdcp tags files on Windows.
2020-09-27 Carl HetheringtonInstall libdcp tags files on macOS.
2020-09-27 Carl HetheringtonAdapt for new libdcp (fixing large compiler resource...
2020-09-26 Carl HetheringtonBump libdcp trying to reduce RAM needed for build.
2020-09-26 Carl HetheringtonBump libdcp for macOS build fix.
2020-09-25 Carl HetheringtonIt's not 7.1 until we have 12 channels. v2.15.103
2020-09-25 Carl HetheringtonUpdate test ref for new metadata.
next