dcpomatic.git
2023-08-20 Carl HetheringtonSupporters update. v2.16.62
2023-08-20 Carl HetheringtonAnother signed/unsigned mismatch.
2023-08-19 Carl HetheringtonFix unsigned/signed mismatch.
2023-08-19 Carl HetheringtonYet more private file fixing.
2023-08-19 Carl HetheringtonMore private test files tinkering.
2023-08-19 Carl HetheringtonPrivate test files repo change.
2023-08-19 Carl HetheringtonSupporters update.
2023-08-15 Carl HetheringtonBump libdcp for dcp::LocalTime format fix.
2023-08-15 Carl HetheringtonCope with unexpected channel counts in data coming...
2023-08-15 Carl HetheringtonAdd Resampler::channels().
2023-08-15 Carl HetheringtonAdd Audiobuffers::set_channels().
2023-08-15 Carl HetheringtonCleanup: remove unused variable.
2023-08-15 Carl HetheringtonRemove now-unnecessary assertion.
2023-08-14 Carl HetheringtonBump ffmpeg to fix build on binutils >= 2.41 (currently...
2023-08-11 Carl HetheringtonAdd missing GUI message. v2.16.61
2023-08-11 Carl HetheringtonBump ffmpeg for fix to EXR parsing with non-multiple...
2023-08-11 Carl HetheringtonSupporters update.
2023-08-11 Carl HetheringtonBump libdcp for verification of <LabelText> in <Content...
2023-08-11 Carl HetheringtonPrevent empty <LabelText> in <ContentVersion> (#2594).
2023-08-11 Carl HetheringtonFix tests on Windows.
2023-08-09 Carl HetheringtonBump libdcp to a release version.
2023-08-09 Carl HetheringtonCleanup: tidy Playlist::move_later().
2023-08-09 Carl HetheringtonAdd some tests.
2023-08-09 Carl HetheringtonFix some missed includes of the old boost bind header.
2023-08-09 Carl HetheringtonMove ContentSorter out of the header, and use a default...
2023-08-09 Carl HetheringtonExtract Film::Property to its own header to (maybe...
2023-08-08 Carl HetheringtonCleanup: use some better variable names and tidy ifs.
2023-08-08 Carl HetheringtonCleanup: use nullptr.
2023-08-08 Carl HetheringtonCleanup: use a better loop variable name.
2023-08-08 Carl HetheringtonCleanup: use a std::find_if().
2023-08-08 Carl HetheringtonAdd a test.
2023-08-08 Carl HetheringtonCleanup: use a default constructor.
2023-08-08 Carl HetheringtonCleanup: use a lambda.
2023-08-08 Carl HetheringtonCleanup: use some better loop variable names.
2023-08-06 Carl HetheringtonAdd new hack.
2023-08-06 Carl HetheringtonAdd hint about audio channel count.
2023-08-06 Carl HetheringtonDefault to writing 8 audio channels in DCPs (#2443).
2023-08-06 Carl HetheringtonGo back to respecting the user's choice for the number...
2023-07-30 Carl HetheringtonOnly warn about a missing text language for subtitles...
2023-07-29 Carl HetheringtonCheck channel count when comparing audio MXFs.
2023-07-29 Carl HetheringtonDon't check sound assets in some tests.
2023-07-27 Carl HetheringtonBump libdcp to one with some cleanups / header re-arran...
2023-07-23 Carl HetheringtonAdd stubs for Georgian (ka_KA) language support.
2023-07-23 Carl HetheringtonFix copy-paste error.
2023-07-22 Carl HetheringtonCleanup: lengthen some short variable names.
2023-07-19 Carl HetheringtonSupporters update. v2.16.60
2023-07-19 Carl HetheringtonUpdated zh_CN translation from Akivili Collindort.
2023-07-17 Carl HetheringtonThis check used to be for asset channel count mismatche...
2023-07-07 Carl HetheringtonCleanup: member variable name standard.
2023-07-02 Carl HetheringtonFix crash if an exception is thrown before the splash...
2023-07-02 Carl HetheringtonDon't insert incorrect <Effect> nodes into metadata...
2023-06-30 Carl HetheringtonAdd another test.
2023-06-30 Carl HetheringtonDon't write MainSoundConfiguration with 71 when we...
2023-06-30 Carl HetheringtonAdd channel_is_mapped().
2023-06-29 Carl HetheringtonClean up after some more tests.
2023-06-28 Carl HetheringtonDisable asset hash checks that the libdcp bump fixes.
2023-06-28 Carl HetheringtonMissing i18n markup.
2023-06-28 Carl HetheringtonKeep "correct" hashes in dcpomatic2_map rather than...
2023-06-28 Carl HetheringtonBump libdcp for changes to how hashes are handled.
2023-06-25 Carl HetheringtonWe no longer need to these bundle IDs.
2023-06-25 Carl HetheringtonTolerate problems when reading the contents of DCPs.
2023-06-24 Carl HetheringtonFix config test reference after ISDCF name config option.
2023-06-23 Carl HetheringtonAdd config option to allow long ISDCF name parts.
2023-06-22 Carl HetheringtonAvoid virtual call to set_film() in constructor (#2571).
2023-06-22 Carl HetheringtonRemove unnecessary config_changed() which will only...
2023-06-22 Carl HetheringtonNo need to call setup_sensitivity() here as set_film...
2023-06-22 Carl Hetheringtonset_film() no longer needs to be virtual.
2023-06-22 Carl HetheringtonControls::set_film() calls setup_sensitivity() so there...
2023-06-20 Carl HetheringtonGive a better error when map doesn't find an asset.
2023-06-20 Carl HetheringtonAdd new(?) filename for some IMB certificates.
2023-06-20 Carl HetheringtonCleanup: use a struct/pair rather than two separate...
2023-06-17 Carl HetheringtonFix syntax error in cscript.
2023-06-16 Carl HetheringtonSlightly improve a crash when content goes away.
2023-06-16 Carl HetheringtonFix crash when pressing Ctrl+T with no content (#2563).
2023-06-16 Carl HetheringtonDefend against divide by 0.
2023-06-15 Carl HetheringtonImprove some tooltips (#2560).
2023-06-12 Carl HetheringtonCleanup: switch sense of if.
2023-06-12 Carl HetheringtonFix failure to close verify progress window when finished.
2023-06-12 Carl HetheringtonCleanup: swap some wx_ptrs for locals.
2023-06-09 Carl HetheringtonCleanup: whitespace fix.
2023-06-09 Carl HetheringtonDon't call DOMFrame::start_job from a non-UI thread.
2023-06-09 Carl HetheringtonAllow building for Debian 12.
2023-06-06 Carl HetheringtonFix player audio, almost totally broken by a stupid... v2.16.59
2023-06-04 Carl HetheringtonSupporters update. v2.16.58
2023-06-04 Carl HetheringtonCope with bad DCPs better in the editor.
2023-06-04 Carl HetheringtonFix sizing of editor's reel dialog.
2023-06-04 Carl HetheringtonGive filler subtitle reels <LoadFont> nodes in SMPTE...
2023-06-04 Carl HetheringtonFix missing subtitle language in CPL on auto-created...
2023-06-03 Carl HetheringtonTweak test timing hack script to accept stdin.
2023-06-03 Carl HetheringtonMissing ConfigRestorer.
2023-06-02 Carl HetheringtonFix incorrect hint about having too many subtitle lines...
2023-06-02 Carl HetheringtonImprove a test failure message.
2023-06-02 Carl HetheringtonBump lwext4 for slightly better debugging.
2023-06-01 Carl HetheringtonBump required private git revision.
2023-05-31 Carl HetheringtonAdd dcpomatic2_{map,cli} to the main AppImage (#2549).
2023-05-30 Carl HetheringtonDon't show warning when only removing an empty DKDM...
2023-05-30 Carl HetheringtonDon't add DKDMs twice (#2545).
2023-05-30 Carl HetheringtonFix errors when mapping DCPs referring to the same...
2023-05-30 Carl HetheringtonClarify some test failure messages.
2023-05-30 Carl HetheringtonAdd a test with hard-linking.
next