dcpomatic.git
2020-11-20 Carl HetheringtonUse a LanguageTag for closed caption tracks.
2020-11-20 Carl HetheringtonSubtitle language handling tweaks; write multiple subti...
2020-11-20 Carl HetheringtonFix potential crash if maybe_add_text() fails.
2020-11-20 Carl HetheringtonRecover subtitle language metadata from the places...
2020-11-20 Carl HetheringtonRemove subtitle language from text content.
2020-11-20 Carl HetheringtonFix label alignment.
2020-11-20 Carl HetheringtonStore subtitle language(s) in Film, and allow setup...
2020-11-20 Carl HetheringtonTidy up button alignment.
2020-11-20 Carl HetheringtonMove labelling out of LanguageTagWidget.
2020-11-20 Carl HetheringtonMove make_black_test into image_test.
2020-11-20 Carl HetheringtonSome tidying up of test Doxygen.
2020-11-20 Carl HetheringtonAlways add FFOC and LFOC markers (#1805).
2020-11-20 Carl HetheringtonTweak comment containing Doxygen text group name.
2020-11-20 Carl HetheringtonDisable video range control for DCP content (#1821).
2020-11-20 Carl HetheringtonTry to enable all streams in MOV exports.
2020-11-18 Carl HetheringtonMake the default disk writer window wider.
2020-11-16 Carl HetheringtonFix strange OR operator.
2020-11-16 Carl HetheringtonFix cropping of subsampled images.
2020-11-16 Carl HetheringtonAdd some lrintf() calls to be sure.
2020-11-16 Carl HetheringtonUse 64-byte alignment for aligned image memory.
2020-11-16 Carl HetheringtonBump libdcp for const fix.
2020-11-16 Carl HetheringtonUpdate test references following 26bd62d1e49b63e47fca82...
2020-11-16 Carl HetheringtonAdd tests of video range.
2020-11-16 Carl HetheringtonMake sure we use limited ("video") range data when...
2020-11-16 Carl HetheringtonAdd catch-all assertion.
2020-11-16 Carl HetheringtonFix unnecessary condition.
2020-11-16 Carl HetheringtonFix thinko-ed logic causing all subtitles to be treated...
2020-11-16 Carl HetheringtonRemove unused code.
2020-11-16 Carl HetheringtonFix limited value ranges in properties.
2020-11-16 Carl HetheringtonRemove pointless comment.
2020-11-16 Carl HetheringtonObey requests to change the video range of RGB content.
2020-11-16 Carl HetheringtonAdd some more pixel formats to hack/pixfmts.c
2020-11-15 Carl HetheringtonAdd LanguageTagWidget and use it for the SMPTE metadata.
2020-11-15 Carl HetheringtonFix invisible subtag lists in some cases.
2020-11-15 Carl HetheringtonAdd Remove button to language tag dialogue.
2020-11-15 Carl HetheringtonImprove text panel layout with GTK3's enormous spin...
2020-11-14 Carl HetheringtonFix uninitialised variable (affecting tests only).
2020-11-13 Carl HetheringtonFix finding of subtitles when clicking in the list...
2020-11-13 Carl HetheringtonMore vertical alignment fixes.
2020-11-11 Carl HetheringtonRemove assertion checking that rotations are a multiple...
2020-11-08 Carl HetheringtonRemove references to / support for old RtError class...
2020-11-06 Carl HetheringtonFix start_player() on macOS (#1870). v2.15.107
2020-11-06 Carl HetheringtonRename a variable and add some logging to start_tool...
2020-11-05 Carl HetheringtonFix video waveform view with GL backend.
2020-11-05 Carl HetheringtonFix some alignment.
2020-11-04 Carl HetheringtonRe-add mutex that was taken away in
2020-11-03 Carl HetheringtonMove video frame rate override into advanced prefs...
2020-11-03 Carl HetheringtonFix crash on Linux (and maybe others).
2020-11-03 Carl HetheringtonRevert "Re-allow audio channel 15 to be mapped so that...
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.
next