dcpomatic.git
2020-12-03 Carl HetheringtonAdd basic unit test for the disk writer code.
2020-12-03 Carl HetheringtonAllow nanomsg to be null.
2020-12-03 Carl HetheringtonAllow PrivilegeEscalator to be disabled during tests.
2020-12-03 Carl HetheringtonEnable TYPE_DISK logging by default.
2020-12-03 Carl HetheringtonMove a load of disk writing code to src/lib/ext.cc.
2020-12-02 Carl HetheringtonBump libdcp for SoundAsset::equals() fix.
2020-12-02 Carl HetheringtonObey audio timestamps if they don't deviate by more...
2020-12-02 Carl HetheringtonMissing #includes from previous.
2020-12-01 Carl HetheringtonLimit video frame rate text control to numbers.
2020-12-01 Carl HetheringtonRename refresh_metadata -> reset_metadata.
2020-12-01 Carl HetheringtonChanges to crop can be handled with a reset_metadata().
2020-12-01 Carl HetheringtonAdd VideoRingBuffers::reset_metadata().
2020-12-01 Carl HetheringtonAdd missing lock.
2020-11-30 Carl HetheringtonGive Butler a weak_ptr<Film>
2020-11-30 Carl HetheringtonChange re{set,fresh}_metadata to take a film and a...
2020-11-30 Carl HetheringtonFix loading very (very) old metadata files.
2020-11-30 Carl HetheringtonFix build error. v2.15.111
2020-11-29 Carl HetheringtonHide some wx warnings. v2.15.110
2020-11-29 Carl HetheringtonFix overlapping group labels in the audio matrix (... v2.15.109
2020-11-29 Carl HetheringtonFix test build.
2020-11-29 Carl HetheringtonBetter progress reporting during DCP validation (#1812). v2.15.108
2020-11-29 Carl HetheringtonMove some test references into test-private.
2020-11-28 Carl HetheringtonFix over-read behaviour of FileGroup to be the same...
2020-11-27 Carl HetheringtonFix running single tests on Windows.
2020-11-26 Carl HetheringtonMore macOS build fixes.
2020-11-26 Carl HetheringtonmacOS build fix.
2020-11-26 Carl HetheringtonIf we don't query a server (because we already know...
2020-11-26 Carl HetheringtonIt feels unsafe not to lock _threads_mutex between...
2020-11-26 Carl HetheringtonRemove accidentally-added file.
2020-11-26 Carl HetheringtonCalculate hashes for any referenced assets that do...
2020-11-26 Carl HetheringtonUse a foreach.
2020-11-25 Carl HetheringtonDisallow referring to subtitles / closed captions with...
2020-11-25 Carl HetheringtonCheck for inconsistency in settings for referring to...
2020-11-25 Carl HetheringtonRemove unused method.
2020-11-24 Carl HetheringtonFix corrupted image when over-cropping black filler...
2020-11-24 Carl HetheringtonFix the behaviour of FileGroup when seeking too far.
2020-11-24 Carl HetheringtonFix uninitialised variable.
2020-11-24 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk.
2020-11-23 Carl HetheringtonBump libdcp for ExtensionMetadata tags (#1808).
2020-11-23 Carl HetheringtonRemove swaroop variant.
2020-11-21 Carl Hetheringtonpot/merge.
2020-11-21 Carl HetheringtonUpdate ISDCF name when subtitle language metadata chang...
2020-11-21 Carl HetheringtonRemove the "simple" UI (#1868).
2020-11-21 Carl HetheringtonAdd hint when making a FTR without FFEC/FFMC markers...
2020-11-21 Carl HetheringtonTidy up Hints a bit.
2020-11-21 Carl HetheringtonTest update for auto-addition of markers.
2020-11-21 Carl HetheringtonSubtitle language test updates.
2020-11-21 Carl HetheringtonUpdate test data now that empty Language tags are not...
2020-11-21 Carl HetheringtonBump libdcp.
2020-11-20 Carl HetheringtonDon't try to set empty languages on CCAP tracks.
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
next