dcpomatic.git
2022-11-22 Carl HetheringtonBump private git so that we use Liberation Sans rather...
2022-11-22 Carl HetheringtonOnly check test private data if --check is passed.
2022-11-22 Carl HetheringtonCheck that the private test data repo is as we expect...
2022-11-21 Carl HetheringtonFix some missing test reference updates for vpos changes.
2022-11-21 Carl HetheringtonFix test/data detachment SNAFU.
2022-11-21 Carl HetheringtonFix subtitle vertical position (#2367).
2022-11-20 Carl HetheringtonClick on the timeline time axis view moves the playhead...
2022-11-20 Carl HetheringtonFix TimelineTimeAxisView::bbox() to be correct.
2022-11-20 Carl HetheringtonMove y_pos to TimelineView.
2022-11-20 Carl HetheringtonRemove unused line.
2022-11-16 Carl HetheringtonBundle dcpkdm from libdcp as dcpomatic2_kdm_inspect... v2.16.33
2022-11-16 Carl HetheringtonSupporters update.
2022-11-15 Carl HetheringtonAdd comment to try to clarify _dcp_content_types a...
2022-11-15 Carl HetheringtonAdd David Perrenoud to translators list.
2022-11-15 David PerrenoudUpdated fr_FR translation from David Perrenoud.
2022-11-15 Carl HetheringtonImprove flushing behaviour when there is a lot of space...
2022-11-14 Carl HetheringtonClarify one log message and add another.
2022-11-14 Carl HetheringtonAdd failing test for #2364.
2022-11-13 Carl HetheringtonBasic WebVTT subtitle support (#1361).
2022-11-12 Carl HetheringtonCleanup: whitespace.
2022-11-10 Carl HetheringtonFix macOS build.
2022-11-10 Carl HetheringtonBump libsub for fix unicode LINE SEPARATOR in subtitles.
2022-11-09 Carl HetheringtonFix uninitialised variable.
2022-11-06 Carl HetheringtonFix error message.
2022-11-06 Carl HetheringtonCleanup: J2KEncoder does not need enable_shared_from_this.
2022-11-06 Carl HetheringtonCleanup: Player does not need enable_shared_from_this.
2022-11-06 Carl HetheringtonCleanup: remove unnecessary explicit.
2022-11-06 Carl HetheringtonCleanup: use default value in header.
2022-11-06 Carl HetheringtonCleanup: better variable name.
2022-11-06 Carl HetheringtonHide the endless stream of warnings from wx/GTK.
2022-11-06 Carl HetheringtonExtract ImageStore.
2022-11-06 Carl HetheringtonStrictly I think we should be putting each component...
2022-11-04 Carl HetheringtonFix build on macOS and Windows.
2022-11-03 Carl HetheringtonBump libdcp for subtitle Z-position fixes (#2356).
2022-11-03 Carl HetheringtonFix test references for passive option change.
2022-11-02 Carl HetheringtonCleanup: use new CheckBox::bind().
2022-11-02 Carl HetheringtonEnable some debug logging for TMS upload.
2022-11-02 Carl HetheringtonAdd passive mode option to TMS upload.
2022-11-02 Carl HetheringtonAdd get() and bind() to CheckBox.
2022-10-27 Carl HetheringtonThrow exception if av_frame_alloc() fails.
2022-10-27 Carl HetheringtonAdd tooltip to player DCP name with path details.
2022-10-27 Carl HetheringtonFix player with high-frame-rate DCPs.
2022-10-26 Carl HetheringtonSupporters update. v2.16.32
2022-10-26 Carl HetheringtonFix player being destroyed while the butler is still...
2022-10-26 Carl HetheringtonRemove unnecessary copy constructors (default ones...
2022-10-26 Carl HetheringtonAllow move construction of Player.
2022-10-26 Carl HetheringtonAllow move construction of AudioMerger.
2022-10-26 Carl HetheringtonAllow move construction of ActiveText.
2022-10-25 Carl HetheringtonFurther test/data SNAFU.
2022-10-25 Carl HetheringtonFix mangling of the v2.16.x test/data commit somewhere...
2022-10-25 Carl HetheringtonHopefully fix crash when the same frame is encoded...
2022-10-24 Carl HetheringtonFix missing switch of Append -> add (#2358).
2022-10-23 Carl HetheringtonAdd Daniel Courville to testers.
2022-10-21 Carl HetheringtonFix colour range property for subsampled sources (...
2022-10-19 Carl HetheringtonFix macOS 10.8 build. v2.16.31
2022-10-18 Carl HetheringtonSupporters update.
2022-10-18 Carl HetheringtonAdd search to DKDM list (#2298).
2022-10-18 Carl HetheringtonCleanup: 0 -> nullptr.
2022-10-18 Carl HetheringtonExtract Collator class.
2022-10-18 Carl HetheringtonSupporters update.
2022-10-18 Carl HetheringtonImprove the appearance of things in macOS dark mode...
2022-10-18 Carl HetheringtonImprove timeline view colouring in dark mode.
2022-10-18 Carl HetheringtonUse different icons for the timeline in dark/light...
2022-10-18 Carl HetheringtonMove timeline tools into a single .svg and tidy them...
2022-10-18 Carl HetheringtonFix colouring of audio plot in dark mode.
2022-10-18 Carl HetheringtonFix dark mode for release notes.
2022-10-18 Carl HetheringtonUse slightly better icons for macOS prefs in dark mode.
2022-10-18 Carl HetheringtonSupporters update.
2022-10-18 Carl HetheringtonHopefully fix colour of Rec.2020 sources in the preview.
2022-10-18 Carl HetheringtonFix colour primaries when previewing Rec.2020 content...
2022-10-18 Carl HetheringtonClarify RGB fragment type as being for Rec709/sRGB...
2022-10-18 Carl HetheringtonAdd a scope.
2022-10-18 Carl HetheringtonExtract ublas_to_gl method.
2022-10-18 Carl HetheringtonRename colour_conversion -> xyz_rec709_colour_conversion.
2022-10-18 Carl HetheringtonUse a colorspace filter when previewing Rec.2020 conten...
2022-10-18 Carl HetheringtonAdd VideoFilterGraph::process for Image.
2022-10-18 Carl HetheringtonCleanup: some const-correctness.
2022-10-18 Carl HetheringtonExtract VideoFilterGraphSet.
2022-10-18 Carl HetheringtonRemove believed-unnecessary mutex.
2022-10-18 Carl HetheringtonSupport Rec2020 YUV/RGB conversion.
2022-10-18 Carl HetheringtonBump libdcp to handle XYZ->RGB conversions correctly...
2022-10-16 Carl HetheringtonMake the _film member of Player a weak_ptr.
2022-10-16 Carl HetheringtonRemove some more unnecessary use of shared_ptr.
2022-10-16 Carl HetheringtonRemove some unnecessary use of shared_ptr.
2022-10-15 Carl HetheringtonMake the advanced content dialogue properly respect...
2022-10-15 Carl HetheringtonMake overridden subtitle language option respect OK...
2022-10-15 Carl HetheringtonMake video frame rate option respect OK/Cancel.
2022-10-15 Carl HetheringtonMake filters option respect OK/Cancel.
2022-10-15 Carl HetheringtonMake ignore video option respect OK/Cancel.
2022-10-15 Carl HetheringtonCleanup: sort some using statements.
2022-10-15 Carl HetheringtonAlso build tests on Ubuntu 22.04.
2022-10-14 Carl HetheringtonAdd some missing change signals in the Player.
2022-10-14 Carl HetheringtonCleanup: use ChangeSignaller in player.
2022-10-14 Carl HetheringtonAdd a comment.
2022-10-14 Carl HetheringtonUse a plain declaration rather than a shared_ptr.
2022-10-14 Carl HetheringtonCleanup: add header guards.
2022-10-14 Carl HetheringtonEllipsize content names in the middle (#2350).
2022-10-14 Carl HetheringtonRemove unused variable.
2022-10-14 Carl HetheringtonSave and restore sash positions in the main DoM.
2022-10-14 Carl HetheringtonAllow dragging of the border between the controls and...
next