dcpomatic.git
2021-03-20 Carl HetheringtonCleanup: use from_frames rather than from_seconds.
2021-03-20 Carl HetheringtonTidy up slightly with a lambda.
2021-03-19 Carl HetheringtonStatic build fix for Linux. v2.15.136
2021-03-19 Carl HetheringtonFix handling of subtitles at reel boundaries.
2021-03-19 Carl HetheringtonMissing std_to_wx().
2021-03-19 Carl HetheringtonWhite space / C++11 tidying.
2021-03-19 Carl HetheringtonIgnore some more errors during a test.
2021-03-19 Carl HetheringtonFix incorrect install prefix setup.
2021-03-18 Carl HetheringtonBump libdcp for Linux static test build fix.
2021-03-18 Carl HetheringtonAdd Mattias Mattsson to translators list.
2021-03-18 Carl HetheringtonMerge pull request #10 from matmat/v2.15.x
2021-03-18 Carl HetheringtonmacOS build fix.
2021-03-18 Carl HetheringtonBump libdcp for better tags directory finding.
2021-03-18 Carl HetheringtonRequire boost 1.61.0 or above on Windows/macOS.
2021-03-18 Carl HetheringtonUse --destdir instead of --install-prefix in wscript.
2021-03-18 Carl HetheringtonPackage dcpverify{,.exe} from libdcp as dcpomatic2_veri...
2021-03-18 Mattias MattssonUpdated sv_SE translation for dcpomatic
2021-03-17 Carl HetheringtonAfter a tag search, scroll the list so we can see the...
2021-03-17 Carl HetheringtonHint about out-of-range markers (#1920).
2021-03-17 Carl HetheringtonWhen correcting markers keep them just inside the proje...
2021-03-17 Carl HetheringtonMissing verification note text.
2021-03-17 Carl HetheringtonStop truncated numbers on Linux (at least).
2021-03-17 Carl HetheringtonLimit markers to the film length on entry (#1920).
2021-03-17 Carl HetheringtonFix build after libdcp change.
2021-03-16 Carl HetheringtonSplit subtitles at reel boundaries (#1918).
2021-03-15 Carl HetheringtonUse period when adding text subs, like we do with image...
2021-03-15 Carl HetheringtonAdd failing test for #1918.
2021-03-14 Carl HetheringtonRemove references to libicule* and libiculx* which... v2.15.135
2021-03-14 Carl HetheringtonFix crash on startup on macOS.
2021-03-13 Carl HetheringtonSome C++11 stuff.
2021-03-13 Carl HetheringtonBuild fix for Ubuntu-16.04-era compilers.
2021-03-12 Carl HetheringtonBump lwext4. v2.15.134
2021-03-12 Carl HetheringtonUse /dev/rdisk on macOS.
2021-03-12 Carl HetheringtonGet progress during formatting.
2021-03-12 Carl HetheringtonAdd a very basic test of direct disk writing speed.
2021-03-08 Carl HetheringtonTweak startup scripts for macOS.
2021-03-08 Carl HetheringtonBe more careful with some macOS API calls.
2021-03-02 Carl HetheringtonTidy up and do flushing more correctly. v2.15.133
2021-03-02 Carl HetheringtonRename some subtitle decoding / processing methods.
2021-03-02 Carl HetheringtonKey _next_time with the audio stream pointer.
2021-03-02 Carl HetheringtonRemove FFmpeg::_packet.
2021-03-02 Carl HetheringtonExtract process_audio_frame.
2021-03-02 Carl HetheringtonExtract audio_stream_from_index.
2021-03-02 Carl HetheringtonC++11 tidying.
2021-03-02 Carl HetheringtonUse APPDIR when present to look for resources.
2021-03-02 Carl HetheringtonCopy some missing things into the AppImage.
2021-03-02 Carl HetheringtonRemove unnecessary APPDIR variable; AppImage does this...
2021-03-01 Carl HetheringtonSome tidying and be a bit more defensive.
2021-03-01 Carl HetheringtonFix another crash introduced in cc40b6ea6d882c07c05602d...
2021-03-01 Carl HetheringtonFix warning.
2021-03-01 Carl HetheringtonFix crash introduced in previous.
2021-03-01 Carl HetheringtonWith multi-threaded decoding we need to be careful...
2021-02-28 Carl HetheringtonSlight hack to reduce the chance of config files lookin...
2021-02-28 Carl HetheringtonEnable multi-threaded decoding with FFmpeg (helps with...
2021-02-28 Carl HetheringtonMove some comments into a header.
2021-02-28 Carl HetheringtonC++11 tweaks.
2021-02-28 Carl HetheringtonC++11 cleanups.
2021-02-28 Carl HetheringtonAdd version informationm to splash screen (#1913).
2021-02-27 Carl HetheringtonTry again to fix windows tests.
2021-02-27 Carl HetheringtonTry to fix text-file-checking test on Windows.
2021-02-26 Carl HetheringtonTest fixes.
2021-02-26 Carl HetheringtonTry to make tests more robust by specifying signer...
2021-02-26 Carl HetheringtonFix warning.
2021-02-26 Carl HetheringtonTypo fix.
2021-02-26 Carl HetheringtonMore verification of DCPs during tests.
2021-02-26 Carl HetheringtonFix a set of mistakes related to 3D content.
2021-02-26 Carl HetheringtonAdd accessor for _eye in J2kImageProxy.
2021-02-24 Carl HetheringtonFix tests being broken by new config test. v2.15.132
2021-02-24 Carl HetheringtonFix config test file in test/data.
2021-02-24 Carl HetheringtonFix config.xml corruption when it contains multi-byte...
2021-02-23 Carl HetheringtonBump libdcp. v2.15.131
2021-02-23 Carl HetheringtonFix missing test exception.
2021-02-23 Carl HetheringtonFix assertion failure in AudioBuffers::copy_from()...
2021-02-23 Carl HetheringtonRemove wxSTAY_ON_TOP from splash screen on Windows...
2021-02-23 Carl HetheringtonVerify a whole bunch of DCPs made by unit tests.
2021-02-23 Carl HetheringtonDon't write active picture area with zero width or...
2021-02-23 Carl HetheringtonDon't create empty SMPTE subtitles files with empty...
2021-02-23 Carl HetheringtonFix reel setup when the last reel is less than 1 second...
2021-02-23 Carl HetheringtonFix some wxWidgets assertion failures.
2021-02-23 Carl HetheringtonFix assertion ordering.
2021-02-23 Carl HetheringtonFix some wx3.1 alignment.
2021-02-17 Carl HetheringtonFix typos. v2.15.130
2021-02-17 Carl HetheringtonAssorted C++11 tidying.
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=
next