Fix test build on macOS.
[dcpomatic.git] / src /
2020-12-08 Carl HetheringtonWrite subtitles and closed captions to a test DCP in...
2020-12-08 Carl HetheringtonMake Writer take an output DCP path rather than getting...
2020-12-08 Carl HetheringtonMake Writer tolerate a nullptr Job.
2020-12-08 Carl HetheringtonUse a weak_ptr<Film> in ReelWriter.
2020-12-08 Carl HetheringtonUse a weak_ptr<Film> in Writer.
2020-12-08 Carl HetheringtonAdd get_process_id()
2020-12-08 Carl HetheringtonSplit create_reel() up into some separate bits.
2020-12-07 Carl HetheringtonAdd WeakFilm and WeakConstFilm and use them a bit.
2020-12-06 Carl HetheringtonRemove a pointless parameter that the callee can calculate.
2020-12-06 Carl HetheringtonAdd some hints for violations of SMPTE Bv2.1 with subti...
2020-12-05 Carl HetheringtonFix transcode finish time estimations when re-encoding...
2020-12-05 Carl HetheringtonRemove redundant check.
2020-12-04 Carl HetheringtonBump CLOSED_CAPTION_LENGTH to 32 as per SMPTE Bv2.1.
2020-12-03 Carl HetheringtonAllow nanomsg to be null.
2020-12-03 Carl HetheringtonAllow PrivilegeEscalator to be disabled during tests.
2020-12-03 Carl HetheringtonEnable TYPE_DISK logging by default.
2020-12-03 Carl HetheringtonMove a load of disk writing code to src/lib/ext.cc.
2020-12-02 Carl HetheringtonObey audio timestamps if they don't deviate by more...
2020-12-02 Carl HetheringtonMissing #includes from previous.
2020-12-01 Carl HetheringtonLimit video frame rate text control to numbers.
2020-12-01 Carl HetheringtonRename refresh_metadata -> reset_metadata.
2020-12-01 Carl HetheringtonChanges to crop can be handled with a reset_metadata().
2020-12-01 Carl HetheringtonAdd VideoRingBuffers::reset_metadata().
2020-12-01 Carl HetheringtonAdd missing lock.
2020-11-30 Carl HetheringtonGive Butler a weak_ptr<Film>
2020-11-30 Carl HetheringtonChange re{set,fresh}_metadata to take a film and a...
2020-11-30 Carl HetheringtonFix loading very (very) old metadata files.
2020-11-30 Carl HetheringtonFix build error. v2.15.111
2020-11-29 Carl HetheringtonHide some wx warnings. v2.15.110
2020-11-29 Carl HetheringtonFix overlapping group labels in the audio matrix (... v2.15.109
2020-11-29 Carl HetheringtonBetter progress reporting during DCP validation (#1812). v2.15.108
2020-11-28 Carl HetheringtonFix over-read behaviour of FileGroup to be the same...
2020-11-26 Carl HetheringtonIf we don't query a server (because we already know...
2020-11-26 Carl HetheringtonIt feels unsafe not to lock _threads_mutex between...
2020-11-26 Carl HetheringtonCalculate hashes for any referenced assets that do...
2020-11-26 Carl HetheringtonUse a foreach.
2020-11-25 Carl HetheringtonDisallow referring to subtitles / closed captions with...
2020-11-25 Carl HetheringtonCheck for inconsistency in settings for referring to...
2020-11-25 Carl HetheringtonRemove unused method.
2020-11-24 Carl HetheringtonFix corrupted image when over-cropping black filler...
2020-11-24 Carl HetheringtonFix the behaviour of FileGroup when seeking too far.
2020-11-24 Carl HetheringtonFix uninitialised variable.
2020-11-24 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk.
2020-11-23 Carl HetheringtonRemove swaroop variant.
2020-11-21 Carl Hetheringtonpot/merge.
2020-11-21 Carl HetheringtonUpdate ISDCF name when subtitle language metadata chang...
2020-11-21 Carl HetheringtonRemove the "simple" UI (#1868).
2020-11-21 Carl HetheringtonAdd hint when making a FTR without FFEC/FFMC markers...
2020-11-21 Carl HetheringtonTidy up Hints a bit.
2020-11-21 Carl HetheringtonSubtitle language test updates.
2020-11-20 Carl HetheringtonDon't try to set empty languages on CCAP tracks.
2020-11-20 Carl HetheringtonUse a LanguageTag for closed caption tracks.
2020-11-20 Carl HetheringtonSubtitle language handling tweaks; write multiple subti...
2020-11-20 Carl HetheringtonFix potential crash if maybe_add_text() fails.
2020-11-20 Carl HetheringtonRecover subtitle language metadata from the places...
2020-11-20 Carl HetheringtonRemove subtitle language from text content.
2020-11-20 Carl HetheringtonFix label alignment.
2020-11-20 Carl HetheringtonStore subtitle language(s) in Film, and allow setup...
2020-11-20 Carl HetheringtonTidy up button alignment.
2020-11-20 Carl HetheringtonMove labelling out of LanguageTagWidget.
2020-11-20 Carl HetheringtonAlways add FFOC and LFOC markers (#1805).
2020-11-20 Carl HetheringtonDisable video range control for DCP content (#1821).
2020-11-20 Carl HetheringtonTry to enable all streams in MOV exports.
2020-11-18 Carl HetheringtonMake the default disk writer window wider.
2020-11-16 Carl HetheringtonFix strange OR operator.
2020-11-16 Carl HetheringtonFix cropping of subsampled images.
2020-11-16 Carl HetheringtonAdd some lrintf() calls to be sure.
2020-11-16 Carl HetheringtonUse 64-byte alignment for aligned image memory.
2020-11-16 Carl HetheringtonMake sure we use limited ("video") range data when...
2020-11-16 Carl HetheringtonAdd catch-all assertion.
2020-11-16 Carl HetheringtonFix unnecessary condition.
2020-11-16 Carl HetheringtonFix thinko-ed logic causing all subtitles to be treated...
2020-11-16 Carl HetheringtonRemove unused code.
2020-11-16 Carl HetheringtonFix limited value ranges in properties.
2020-11-16 Carl HetheringtonRemove pointless comment.
2020-11-16 Carl HetheringtonObey requests to change the video range of RGB content.
2020-11-15 Carl HetheringtonAdd LanguageTagWidget and use it for the SMPTE metadata.
2020-11-15 Carl HetheringtonFix invisible subtag lists in some cases.
2020-11-15 Carl HetheringtonAdd Remove button to language tag dialogue.
2020-11-15 Carl HetheringtonImprove text panel layout with GTK3's enormous spin...
2020-11-14 Carl HetheringtonFix uninitialised variable (affecting tests only).
2020-11-13 Carl HetheringtonFix finding of subtitles when clicking in the list...
2020-11-13 Carl HetheringtonMore vertical alignment fixes.
2020-11-11 Carl HetheringtonRemove assertion checking that rotations are a multiple...
2020-11-08 Carl HetheringtonRemove references to / support for old RtError class...
2020-11-06 Carl HetheringtonFix start_player() on macOS (#1870). v2.15.107
2020-11-06 Carl HetheringtonRename a variable and add some logging to start_tool...
2020-11-05 Carl HetheringtonFix video waveform view with GL backend.
2020-11-05 Carl HetheringtonFix some alignment.
2020-11-04 Carl HetheringtonRe-add mutex that was taken away in
2020-11-03 Carl HetheringtonMove video frame rate override into advanced prefs...
2020-11-03 Carl HetheringtonFix crash on Linux (and maybe others).
2020-11-03 Carl HetheringtonRevert "Re-allow audio channel 15 to be mapped so that...
2020-11-02 Carl HetheringtonPass around JPEG2000 data as a shared_ptr and hence...
2020-11-02 Carl HetheringtonReplace dcp::Data with dcp::ArrayData
2020-11-02 Carl HetheringtonRe-allow audio channel 15 to be mapped so that users...
2020-10-28 Carl HetheringtonAdd some comments.
2020-10-28 Carl HetheringtonPrevent import of directories as DCPs if they do not...
2020-10-27 Carl HetheringtonAdd uninstaller for the .pkg part of the disk writer...
2020-10-26 Carl HetheringtonCatch more errors when non-CPLs are loaded as CPLs.
next