dcpomatic.git
2020-09-27 Carl HetheringtonTidy up xsd list in Windows installer.
2020-09-27 Carl HetheringtonUse bitmap_path() method to find the splash screen...
2020-09-27 Carl HetheringtonAdd missing tags_path() for Windows and macOS.
2020-09-27 Carl HetheringtonRevert some of the Linux stuff from a few commits ago.
2020-09-27 Carl HetheringtonInstall libdcp tags files on Windows.
2020-09-27 Carl HetheringtonInstall libdcp tags files on macOS.
2020-09-27 Carl HetheringtonAdapt for new libdcp (fixing large compiler resource...
2020-09-26 Carl HetheringtonBump libdcp trying to reduce RAM needed for build.
2020-09-26 Carl HetheringtonBump libdcp for macOS build fix.
2020-09-25 Carl HetheringtonIt's not 7.1 until we have 12 channels. v2.15.103
2020-09-25 Carl HetheringtonUpdate test ref for new metadata.
2020-09-25 Carl HetheringtonAdd NamedChannel and use it to hide the never-used...
2020-09-25 Carl HetheringtonAdd missing try/catch to a call to getDeviceInfo.
2020-09-25 Carl HetheringtonUse the appropriate RtAudio exception (though I'm not...
2020-09-25 Carl HetheringtonRemove unnecessary explicit.
2020-09-23 Carl HetheringtonFix crash now that some audio channels are definitely...
2020-09-23 Carl HetheringtonUndefine Status that somebody decided to put in the...
2020-09-23 Carl HetheringtonMissing #include.
2020-09-23 Carl HetheringtonAdd audio language configuration and pass it to libdcp.
2020-09-23 Carl HetheringtonBuild fixes.
2020-09-23 Carl HetheringtonFix some vertical alignment.
2020-09-23 Carl HetheringtonBump libdcp for new API stuff.
2020-09-23 Carl HetheringtonAdd new .xsd files for Windows.
2020-09-23 Carl HetheringtonBump libdcp/libsub.
2020-09-23 Carl HetheringtonSupport CPL metadata.
2020-09-23 Carl HetheringtonAdapt for changes to libdcp API.
2020-09-22 Carl HetheringtonAdd missing dcpomatic2_playlist.bat.
2020-09-22 Carl HetheringtonAdd missing dcpomatic2_create.bat.
2020-09-21 Carl HetheringtonAdd missing dcpomatic2_cli.bat.
2020-09-21 Carl HetheringtonAdd missing dcpomatic2_kdm_cli_debug.bat.
2020-09-21 Carl HetheringtonTry to fix Windows debug build.
2020-09-21 Carl HetheringtonMissing bits of packaging for combiner on Linux.
2020-09-21 Carl HetheringtonFix --standard flag to dcpomatic2_cli (github #9).
2020-09-19 Carl HetheringtonFix windows installer. combine v2.15.102
2020-09-19 Carl HetheringtonWe only need Libre Baskerville when running update...
2020-09-19 Carl HetheringtonUse sensitivity to disallow empty template names, rathe...
2020-09-19 Carl HetheringtonAdd dcpomatic_combine tool (#1245).
2020-09-18 Carl HetheringtonDirPicker tweaks:
2020-09-18 Carl HetheringtonMake it easier to extend the Windows installer.
2020-09-17 Carl HetheringtonRemove Windows XP support.
2020-09-17 Carl Hetheringtonswaroop: remove from Windows installer.
2020-09-14 Carl HetheringtonDon't allow creation of a new film with no name. Other...
2020-09-14 Carl HetheringtonRename shared_path -> resources_path.
2020-09-14 Carl HetheringtonAdd xsd_path() and use it to fix access to .xsd files...
2020-09-13 Carl HetheringtonMore fixes for wxWidgets 3.1.x.
2020-09-12 Carl HetheringtonRemove support for Windows XP.
2020-09-11 Carl HetheringtonFixes for building with newer wxWidgets.
2020-09-10 Carl HetheringtonFix assertion with wxWidgets 3.1.
2020-09-08 Carl HetheringtonFix incorrect sense of title parameter.
2020-09-08 Carl HetheringtonUse wxString for EditableListColumn.
2020-09-05 Carl HetheringtonUpdated cs_CZ translation from Tomáš Begeni. v2.15.101
2020-09-03 Carl HetheringtonUse a unique header guard.
2020-09-01 Carl HetheringtonBuild fixes for Boost >= 1.73
2020-08-31 Carl HetheringtonAdd ubuntu 20.10.
2020-08-31 Carl HetheringtonFix login denied (67) errors when trying to download... v2.15.100
2020-08-29 Carl HetheringtonTry to fix crashes when things go wrong with getDeviceInfo. v2.15.99
2020-08-26 Carl HetheringtonContent changes should mark the film dirty (#1810).
2020-08-26 Carl HetheringtonTry to stop strange subtitle area displays by preventin...
2020-08-25 Carl HetheringtonFix error string.
2020-08-25 Carl HetheringtonBump libdcp for new method.
2020-08-25 Carl HetheringtonTry to clean up the mess of exporting subtitles when...
2020-08-25 Carl HetheringtonAdd option to export Interop subs with or without the...
2020-08-25 Carl HetheringtonMove the code to find Liberation into util.cc.
2020-08-25 Carl HetheringtonRename export dialogue to export video.
2020-08-25 Carl HetheringtonMove subtitle export to its own dialogue.
2020-08-17 Carl HetheringtonTidy up resource management of FFmpegFileEncoders so...
2020-08-17 Carl HetheringtonReport better errors when the butler dies.
2020-08-14 Carl HetheringtonFix refusal to start another audio analysis job after... v2.15.98
2020-08-14 Carl HetheringtonMissing copy of icons to .app.
2020-08-14 Carl HetheringtonMake graphics/update fail on error. v2.15.97
2020-08-14 Carl HetheringtonAdd missing locations icon for macOS player preferences.
2020-08-14 Carl HetheringtonFix white space.
2020-08-08 Carl HetheringtonwxEVT_CREATE appears never to arrive on Windows, so... v2.15.96
2020-08-08 Carl HetheringtonRemove old comment.
2020-08-08 Carl HetheringtonDon't call OpenGL functions until the wxGLContext has...
2020-08-07 Carl HetheringtonAdd strangely absent private:
2020-08-07 Carl HetheringtonFix layout bug where the stuff in the content panel...
2020-08-07 Carl HetheringtonTone down the disk startup warning a little.
2020-08-06 Carl HetheringtonUse a much bigger block size when calling fwrite()...
2020-08-06 Carl HetheringtonCheck that we have a connection to the disk writer...
2020-08-06 Carl HetheringtonFix typo in comment.
2020-08-06 Carl HetheringtonReduce width of information text in the copy-to-drive...
2020-08-06 Carl HetheringtonTry to fix -Wparentheses error on Centos 8.
2020-08-05 Carl HetheringtonAllow export with one audio stream per channel. v2.15.95
2020-08-05 Carl HetheringtonFix thinko in eaedff2a7877fa4b560e0c65ac13ed3dad9437e5
2020-08-04 Carl HetheringtonFix typo.
2020-08-04 Carl HetheringtonRemove some debugging code.
2020-08-04 Carl HetheringtonAdd some more OpenGL debugging.
2020-08-04 Carl HetheringtonTry to improve layout of the 'write to' radios in the...
2020-08-04 Carl HetheringtonFix missing fonts in splash.png and try to prevent...
2020-08-04 Carl HetheringtonFix flickering of timecode values on Windows.
2020-08-03 Carl HetheringtonFix slightly chopped-off subtitles when there are borders.
2020-08-03 Carl HetheringtonAdd unit test for pulldown detection.
2020-08-03 Carl HetheringtonFix number of frames in the pulldown check.
2020-08-03 Carl HetheringtonFix incorrect string find logic.
2020-08-03 Carl HetheringtonMerge branch 'v2.15.x' of ssh://git.carlh.net/home...
2020-08-02 Carl HetheringtonDon't terminate if a non-DCP directory is given to...
2020-08-02 Carl HetheringtonDetect soft 2:3 pulldown (telecine) files and decode...
2020-08-02 Carl HetheringtonTweak link button width on GTK3.
2020-08-01 Carl HetheringtonSome tweaks to examine.py
next