dcpomatic.git
2022-04-28 Carl HetheringtonMove Image::as_png() out to image_as_png().
2022-04-28 Carl HetheringtonRemove unnecessary method.
2022-04-28 Carl HetheringtonAllow 96kHz audio as an advanced option (#1789).
2022-04-28 Carl HetheringtonHandle multiple bitmap subtitles at the same time corre...
2022-04-28 Carl HetheringtonTidying.
2022-04-28 Carl HetheringtonAllow ContentBitmapText to contain multiple BitmapText...
2022-04-28 Carl HetheringtonImprove some variable names.
2022-04-28 Carl HetheringtonMake emit_bitmap_start take a ContentBitmapText.
2022-04-22 Carl HetheringtonFix Windows build.
2022-04-22 Carl HetheringtonAnd another missed warnings.h
2022-04-22 Carl HetheringtonMissing warnings.h include fix.
2022-04-22 Carl HetheringtonImprove rejection of "crazy" frame rates (#2238).
2022-04-22 Carl HetheringtonUse libdcp's warnings.h
2022-04-22 Carl HetheringtonBump libdcp for yet more warning fixes.
2022-04-22 Carl Hetheringtonclang does not have -Wsuggest-override
2022-04-21 Carl HetheringtonBump libdcp for warning fix.
2022-04-21 Carl HetheringtonMissing override.
2022-04-21 Carl HetheringtonRevert "Adjust handling of -Wsuggest-override"
2022-04-21 Carl HetheringtonDisable warnings around all wx includes.
2022-04-21 Carl HetheringtonTidying.
2022-04-21 Carl HetheringtonAdjust handling of -Wsuggest-override
2022-04-21 Carl HetheringtonRevert "Try to fix some warnings when libdcp include...
2022-04-20 Carl HetheringtonTry to fix some warnings when libdcp include asdcplib.
2022-04-20 Carl HetheringtonLookup the correct DCNC code to use for languages rathe...
2022-04-20 Carl HetheringtonUse std::vector in AudioBuffers (#2236).
2022-04-20 Carl HetheringtonCleanup: improve some variable names.
2022-04-20 Carl HetheringtonAdd ScopeGuard.
2022-04-20 Carl HetheringtonAdd button to use same fades for audio as video (#2230).
2022-04-20 Carl HetheringtonTidying.
2022-04-20 Carl HetheringtonReplace encrypted content with black if we have no...
2022-04-20 Carl HetheringtonC++11 tidying.
2022-04-20 Carl HetheringtonFix creation of dcpdig files in projects that make...
2022-04-20 Carl HetheringtonSupport DCP digest files (#2109).
2022-04-20 Carl HetheringtonRemove DCP class and replace its functionality with...
2022-04-20 Carl HetheringtonTidying.
2022-04-20 Carl HetheringtonClean up a hack by adding DCPTranscodeJob.
2022-04-20 Carl HetheringtonMove make_dcp() out of Film (#2132).
2022-04-17 Carl HetheringtonAdd more missing override labels.
2022-04-17 Carl HetheringtonBump libsub for override warning fix.
2022-04-17 Carl HetheringtonAdd deps for Ubuntu 22.04.
2022-04-17 Carl HetheringtonMissing override label.
2022-04-17 Carl HetheringtonRemove some commented-out code.
2022-04-09 Carl HetheringtonC++11 tidying.
2022-04-09 Carl HetheringtonWarn about missing override labels.
2022-04-09 Carl HetheringtonAdd some missing override labels.
2022-04-08 Carl HetheringtonFix some comment typos.
2022-04-08 Carl HetheringtonUpdate supporters list. v2.16.9
2022-04-08 Carl HetheringtonMore missing override labels.
2022-04-08 Carl HetheringtonMore missing override labels.
2022-04-08 Carl HetheringtonAnother missing override label.
2022-04-07 Carl HetheringtonAdd some missing override labels.
2022-04-07 Carl HetheringtonGuess video range better when importing 2.14.x projects...
2022-04-07 Carl HetheringtonCleanup: tidying.
2022-04-07 Carl HetheringtonRemove erroneous comment.
2022-04-07 Carl HetheringtonCleanup: remove unused parameter to PlayerVideo::force.
2022-04-07 Carl HetheringtonCleanup: use a vector instead of a raw array.
2022-04-05 Carl HetheringtonAnother missing #include.
2022-04-05 Carl HetheringtonMissing #include.
2022-04-04 Carl HetheringtonAdd fade in/out option to the content audio tab (#1026).
2022-04-04 Carl HetheringtonCleanup: move some methods from util to memory_util.
2022-04-04 Carl HetheringtonCleanup: move some methods from util to maths_util.
2022-04-03 Carl HetheringtonCleanup: move stride_round_up into the only place it...
2022-04-03 Carl HetheringtonC++11 and whitespace cleanups.
2022-04-01 Carl HetheringtonAdd button to send test emails in the mail server prefs...
2022-03-30 Carl HetheringtonFix writing of planar audio to export buffers in some...
2022-03-30 Carl HetheringtonTweak --export-filename help.
2022-03-28 Carl HetheringtonRemove strange proportion values when adding content...
2022-03-25 Carl HetheringtonSupporters update. v2.16.8
2022-03-25 Carl HetheringtonBump libdcp for fix to remove erroneous <EntryPoint...
2022-03-23 Carl HetheringtonDon't throw an exception part-way through resolving...
2022-03-21 Carl HetheringtonFix build error on mac.
2022-03-20 Carl HetheringtonAdd check/uncheck all buttons to screens panel.
2022-03-20 Carl HetheringtonUpdate test reference for config change.
2022-03-20 Carl HetheringtonRemove unnecessary heading in email address list in...
2022-03-20 Carl HetheringtonBump libdcp for fix to subtitle formatting (#2205).
2022-03-19 Carl HetheringtonAdd config option for default KDM type.
2022-03-19 Carl HetheringtonMake a small class to choose KDM types.
2022-03-19 Carl HetheringtonRemove KDM type that was added for testing.
2022-03-19 Carl HetheringtonAdd $CINEMA_SHORT_NAME variable in KDM emails.
2022-03-19 Carl HetheringtonCleanup: remove some duplicated code.
2022-03-19 Carl HetheringtonWe can (and should) get the screens straight from _chec...
2022-03-19 Carl HetheringtonNow we don't need _cinemas and _screens any more.
2022-03-19 Carl HetheringtonFix _selected_* to only store pointers to things.
2022-03-18 Carl HetheringtonSpeed things up by sorting before adding cinemas.
2022-03-18 Carl HetheringtonPreserve checked status during search (#2212).
2022-03-18 Carl HetheringtonAdd an initialisation in the class.
2022-03-18 Carl HetheringtonAlso keep maps the other way around.
2022-03-18 Carl HetheringtonKeep maps of wxTreeListItem to Cinema/Screen.
2022-03-17 Carl HetheringtonFix writing KDMs with long filenames.
2022-03-17 Carl HetheringtonUse the ICU library to sort cinemas rather than strcoll...
2022-03-17 Carl HetheringtonEncode UTF-8 subjects and attachment names properly...
2022-03-17 Carl HetheringtonSlightly improve behaviour under low memory conditions.
2022-03-17 Carl HetheringtonUse a vector<pair<...>> to store screens and cinemas...
2022-03-17 Carl HetheringtonReplace class shim with a custom comparator.
2022-03-17 Carl HetheringtonFix weird placement of SetSortColumn() call causing...
2022-03-17 Carl HetheringtonCleanup: use some better variable names.
2022-03-16 Carl HetheringtonMake the value used for 'f' in KDM names consistent...
2022-03-15 Carl HetheringtonCleanup: tidying.
2022-03-15 Carl HetheringtonFix tests for newly-saved write to/email checkboxes.
2022-03-15 Carl HetheringtonFix incorrectly-timed emission of silence padding causi...
next