dcpomatic.git
2021-02-17 Carl HetheringtonFix some wx3.1 assertions and some C++ tidying.
2021-02-16 Carl HetheringtonC++11 tidying.
2021-02-15 Carl HetheringtonAvoid using unzip.exe for Windows tests, as it crashes...
2021-02-15 Carl HetheringtonTweak markdown in DEVELOP.md
2021-02-15 Carl HetheringtonCompile fix for ubuntu-16.04-era gcc.
2021-02-15 Carl HetheringtonTell user we need a KDM when we have none, and content... v2.15.129
2021-02-15 Carl HetheringtonDon't keep returning AGAIN from the butler when it...
2021-02-15 Carl HetheringtonCoalesce player changes around KDM loading.
2021-02-15 Carl HetheringtonFix wx3.1.x alignment errors.
2021-02-15 Carl HetheringtonTest reference tweaks.
2021-02-15 Carl HetheringtonAllow multiple video tracks to be visible in the timeline.
2021-02-15 Carl HetheringtonFix timeline zoom oddities after dragging a very small...
2021-02-15 Carl HetheringtonTypo fix.
2021-02-15 Carl HetheringtonBasic handling of overlapping video (#1848).
2021-02-14 Carl HetheringtonFix incorrect coalesce() output when one input range...
2021-02-14 Carl HetheringtonRemove use of boost::noncopyable
2021-02-14 Carl HetheringtonFix typos in operator=
2021-02-14 Carl HetheringtonC++11 cleanups.
2021-02-11 Carl HetheringtonTest: smaller steps when adding noise. v2.15.128
2021-02-10 Carl HetheringtonManual tweaks; both content and style for new website.
2021-02-09 Carl HetheringtonCoalesce player changes around CPL change. v2.15.127
2021-02-09 Carl HetheringtonHandle pending player changes more efficiently.
2021-02-09 Carl HetheringtonMove some updates from content_change to player_change.
2021-02-09 Carl HetheringtonUse vector for _pending_player_changes
2021-02-09 Carl HetheringtonSome small C++11 tweaks.
2021-02-07 Carl HetheringtonRevert "Build tests on ubuntu 16.04."
2021-02-07 Carl HetheringtonC++11.
2021-02-07 Carl HetheringtonMore libdcp include fixes.
2021-02-07 Carl HetheringtonFix libdcp include.
2021-02-07 Carl HetheringtonBe more defensive when calling boost::filesystem::last_...
2021-02-07 Carl HetheringtonReport boost::filesystem_error with more details.
2021-02-07 Carl HetheringtonRemove erroneous wxFD_MULTIPLE flag.
2021-02-07 Carl HetheringtonC++ tidying.
2021-02-07 Carl Hetheringtonlibdcp update.
2021-02-07 Carl HetheringtonFix previous.
2021-02-07 Carl HetheringtonBuild tests on ubuntu 16.04.
2021-02-06 Carl HetheringtonInclude creator/issuer in default name of exported...
2021-02-06 Carl HetheringtonTweak label of KDM decryption key export button (#1888).
2021-02-06 Carl HetheringtonC++11 tidying.
2021-02-06 Carl HetheringtonForce .pem extension when saving certificates.
2021-02-06 Carl HetheringtonAdd some default filenames to the advanced certificate...
2021-02-06 Carl HetheringtonFix copy-and-paste error in manual.
2021-02-06 Carl HetheringtonGive some more detail about what issuer/creator mean...
2021-02-05 Carl HetheringtonTesting: add minimum frame size configuration option. v2.15.126
2021-02-04 Carl HetheringtonFix set_paths.sh to be used on ci.
2021-02-04 Carl HetheringtonBump libdcp for Interop closed caption fix. v2.15.125
2021-02-04 Carl HetheringtonSpeculative fix for incorrect rendering of UTF-8 in...
2021-02-04 Carl HetheringtonUse auto.
2021-02-04 Carl HetheringtonFix no subtitles/captions in the player after changing...
2021-02-04 Carl HetheringtonC++11 tidying.
2021-02-04 Carl HetheringtonSome C++11 stuff.
2021-02-04 Carl HetheringtonFix test for better diacriticals handling.
2021-02-03 Carl HetheringtonSome noncopyable removal.
2021-02-03 Carl HetheringtonUse strcoll() to compare cinemas/screens in the KDM...
2021-02-03 Carl Hetheringtonc++11 tidying.
2021-02-03 Carl HetheringtonUse icu to remove diacritics from strings.
2021-02-02 Carl HetheringtonReduce the disk space needed when running tests. v2.15.124
2021-02-01 Carl HetheringtonC++11 tidying.
2021-02-01 Carl Hetheringtonc++11-ification.
2021-02-01 Carl HetheringtonRemove some debugging code from tests.
2021-02-01 Carl HetheringtonAdd a better error when failing to read a DCP in some...
2021-02-01 Carl HetheringtonUse a predictable RNG when adding noise to low-bitrate...
2021-02-01 Carl HetheringtonFix build error thinko.
2021-02-01 Carl HetheringtonFix wxWidgets 3.1.x alignment assertion failure.
2021-02-01 Carl HetheringtonC++11-ification.
2021-02-01 Carl HetheringtonFix hang when trying to assure minimum bitrate.
2021-02-01 Carl HetheringtonAdd noise to very small J2K frames (#1902).
2021-02-01 Carl HetheringtonAdd some parameter names in headers.
2021-01-31 Carl HetheringtonBump libdcp for Windows build fix.
2021-01-31 Carl HetheringtonUse enum class for Film::Property.
2021-01-31 Carl HetheringtonMore enum class additions.
2021-01-30 Carl HetheringtonRename debug type THREED to THREED_D.
2021-01-27 Carl HetheringtonUse enum class for VideoRange.
2021-01-26 Carl Hetheringtonlibdcp API change ReelMXF -> ReelFileAsset.
2021-01-25 Carl HetheringtonSmall bits of c++11 tidying.
2021-01-25 Carl HetheringtonFix label alignment.
2021-01-23 Carl HetheringtonBump libdcp for asdcplib version fix.
2021-01-23 Carl HetheringtonBump libdcp for Windows build fix.
2021-01-23 Carl HetheringtonRevert "Experimental define to stop windows.h defining...
2021-01-22 Carl Hetheringtonc++11 tidying.
2021-01-22 Carl HetheringtonTest fixes.
2021-01-22 Carl HetheringtonCheck FFOC correctly.
2021-01-22 Carl HetheringtonC++ tidying.
2021-01-22 Carl HetheringtonMake PKL AnnotationText the same as CPL ContentTitleTex...
2021-01-22 Carl HetheringtonFix FFOC time per Bv2.1
2021-01-22 Carl HetheringtonTest updates for libdcp fix to the duration of Marker...
2021-01-22 Carl Hetheringtonc++11 tidying.
2021-01-22 Carl HetheringtonRemove unused variables.
2021-01-21 Carl HetheringtonBuild fix.
2021-01-21 Carl HetheringtonExperimental define to stop windows.h defining a consta...
2021-01-21 Carl Hetheringtonlibdcp API fixes for macOS/Windows.
2021-01-21 Carl HetheringtonBump for MinGW build fixes.
2021-01-21 Carl HetheringtonFix c++11 stuff from d24251b2e0d82236f93ee5415b72849dee...
2021-01-21 Carl HetheringtonBump libsub for build fixes.
2021-01-21 Carl HetheringtonAdapt for libdcp use of enum class.
2021-01-21 Carl Hetheringtonlibsub build fix.
2021-01-20 Carl HetheringtonBump libdcp for better verification, and make API adjus...
2021-01-20 Carl HetheringtonRemove perhaps-we'll-use-c++11 stuff.
2021-01-16 Carl HetheringtonFix some label alignment. v2.15.123
2021-01-16 Carl HetheringtonBump libsub again for another build fix (just Centos...
next