dcpomatic.git
2022-12-03 Carl HetheringtonBump libdcp to remove some invalid characters from...
2022-12-03 Carl HetheringtonBump libsub for libdcp dependency removal.
2022-12-02 Carl HetheringtonDon't use "NR" in the ISDCF name if there is no rating.
2022-12-02 Carl HetheringtonFix stupid mistake in previous commit.
2022-12-02 Carl HetheringtonCatch problems when using dcp_file() and getting more...
2022-12-02 Carl HetheringtonFix unreliable test.
2022-12-01 Carl HetheringtonMerge branch '2384-playlist'
2022-12-01 Carl HetheringtonDouble-click on content list adds the content.
2022-12-01 Carl HetheringtonAdd save button for playlist name.
2022-12-01 Carl HetheringtonExtract save_playlist().
2022-12-01 Carl HetheringtonCheck for playlist directory on new playlist, rather...
2022-12-01 Carl HetheringtonAdd bind().
2022-12-01 Carl HetheringtonSet Delete button sensitivity correctly.
2022-12-01 Carl HetheringtonExtract selected().
2022-12-01 Carl HetheringtonSetup editor sensitivity on startup.
2022-12-01 Carl HetheringtonDon't display first playlist on startup.
2022-12-01 Carl HetheringtonSave playlist when content is added, moved or removed.
2022-12-01 Carl HetheringtonRemove unnecessary non-const operator[].
2022-12-01 Carl HetheringtonAdd and use SPL::swap().
2022-12-01 Carl HetheringtonCleanup: white space.
2022-12-01 Carl HetheringtonGeneralise the Changed message from SPL.
2022-12-01 Carl HetheringtonEscape entities just before Pango rendering (#2382). v2.16.35
2022-12-01 Carl HetheringtonAdd some failing tests.
2022-11-30 Carl HetheringtonSupporters update.
2022-11-28 Carl HetheringtonAdd default release territory configuration (#2375).
2022-11-28 Carl HetheringtonExtract RegionSubtagWidget.
2022-11-28 Carl HetheringtonAdd some comments.
2022-11-28 Carl HetheringtonAdd default audio language configuration (#2375).
2022-11-28 Carl HetheringtonRemove default container configuration option.
2022-11-26 Carl HetheringtonSupporters update. v2.16.34
2022-11-25 Carl HetheringtonReturn AVERROR_EOF from the avio_read method when appro...
2022-11-25 Carl HetheringtonFix audio glitches when merging resampled audio (#2373).
2022-11-25 Carl HetheringtonNoisy change to get film into AudioContent::modify_trim...
2022-11-25 Carl HetheringtonRemove some backwards compatibility that will cause...
2022-11-25 Carl HetheringtonAdd another test, including a frame rate change.
2022-11-25 Carl HetheringtonGive a slightly better error message in a failing test.
2022-11-25 Carl HetheringtonAdd failing test for #2373.
2022-11-25 Carl Hetherington_stream_states must be reset on seek otherwise #2368.
2022-11-25 Carl HetheringtonFix sound corruption with multiple sound files (#2368).
2022-11-25 Carl HetheringtonCleanup: use dcp_file().
2022-11-25 Carl HetheringtonMore warning fixes.
2022-11-25 Carl HetheringtonMore warning fixes.
2022-11-25 Carl HetheringtonFix more warnings.
2022-11-24 Carl HetheringtonFix warnings.
2022-11-24 Carl HetheringtonAllow a slightly worrying amount of error so that the...
2022-11-24 Carl HetheringtonBump libdcp for new equality option for subtitles.
2022-11-24 Carl HetheringtonExtract RegionSubtagDialog to its own files.
2022-11-24 Carl HetheringtonExtract LanguageSubtagPanel to its own files.
2022-11-24 Carl HetheringtonExtract SubtagListCtrl to its own files.
2022-11-23 Carl HetheringtonFix player config window on macOS (#2376).
2022-11-23 Carl HetheringtonFix crash when adding cinemas while a search is in...
2022-11-23 Carl HetheringtonCleanup: extract sorted_cinemas().
2022-11-23 Carl HetheringtonCleanup: const correctness.
2022-11-23 Carl HetheringtonCleanup: add convert_to_lower() and matches_search().
2022-11-22 Carl HetheringtonBe a bit more defensive in a test that is failing on...
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...
next