Try to clean up the mess of exporting subtitles when there is
[dcpomatic.git] / src / lib /
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-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-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-04 Carl HetheringtonFix typo.
2020-08-04 Carl HetheringtonRemove some debugging code.
2020-08-03 Carl HetheringtonFix slightly chopped-off subtitles when there are borders.
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 HetheringtonDetect soft 2:3 pulldown (telecine) files and decode...
2020-07-29 Carl HetheringtonFix bugs in thread termination causing occasional pthread
2020-07-29 Carl HetheringtonRecover information about closed caption tracks when... v2.15.93
2020-07-28 Carl HetheringtonSome more warning hiding.
2020-07-28 Carl HetheringtonTrying to create export audio encoders with between...
2020-07-27 Carl HetheringtonMerge branch 'warnings' into v2.15.x.
2020-07-27 Carl HetheringtonFix some unused variable warnings on macOS.
2020-07-27 Carl HetheringtonDon't try to hide Wdeprecated-copy when it doesn't...
2020-07-27 Carl HetheringtonHide warnings triggered by Ubuntu 20.04's gcc.
2020-07-26 Carl HetheringtonHide some windows warnings.
2020-07-26 Carl HetheringtonBetter error handling with Linux privilege escalator.
2020-07-26 Carl HetheringtonFix some ignored return values.
2020-07-26 Carl HetheringtonVarious OSX warnings fixes.
2020-07-26 Carl HetheringtonDisable warnings from magick.
2020-07-26 Carl HetheringtonRationalise compiler warning setup.
2020-07-26 Carl HetheringtonIgnore libssh warnings in a nicer way.
2020-07-26 Carl HetheringtonIgnore FFmpeg warnings in a nicer way.
2020-07-26 Carl HetheringtonFix off-by-one in ASSERT and make it more comprehensive.
2020-07-26 Carl HetheringtonIgnore libxml++ warnings in a nicer way.
2020-07-26 Carl Hetheringtonint64_t -> Frame
2020-07-23 Carl HetheringtonUse thread_group for improved exception safety (#1785).
2020-07-20 Carl HetheringtonFix vertical alignment with subrip and embedded SSA... v2.15.90
2020-07-15 Carl HetheringtonFix warning.
2020-07-15 Carl HetheringtonRemove ko_KR translation stub that was never used.
2020-07-12 Carl HetheringtonFix typo in comment.
2020-07-12 Carl HetheringtonFix ATMOS frame numbering when decoding DCPs. v2.15.89
2020-07-11 Carl HetheringtonUse new channel 14 ATMOS sync creation code in libdcp,
2020-07-05 Carl HetheringtonImprove butler error reporting during export. v2.15.88
2020-07-05 Carl HetheringtonAdd more logging and some missing prefs checkboxes... v2.15.87
2020-07-02 Carl HetheringtonFix failure to import DCPs since Atmos changes. v2.15.85
2020-06-25 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk. v2.15.84
2020-06-21 Carl HetheringtonRemove out-of-date comment.
2020-06-19 Carl HetheringtonFix hanging butler due to nasty signal ordering problems. v2.15.83
2020-06-19 Carl HetheringtonMissing return statement.
2020-06-19 Carl HetheringtonDCPExaminer must find Atmos length / edit rate.
2020-06-19 Carl HetheringtonMissing setup of AtmosContent in DCP.
2020-06-19 Carl HetheringtonFix serialisation of the Atmos parts of a DCP.
2020-06-19 Carl HetheringtonFix XML tag names; they are in the <Content> tag mixed...
2020-06-19 Carl HetheringtonMake Atmos content work more like other content. Now... v2.15.82
2020-06-18 Carl HetheringtonFix finding of CPLs to make KDMs for, broken by recent...
2020-06-18 Carl HetheringtonFix save/load of Atmos asset lengths.
2020-06-18 Carl Hetheringtonpot/merge.
2020-06-16 Carl HetheringtonAllow more complete control over the libdcp/DCP-o-matic...
2020-06-15 Carl HetheringtonGive a better error. v2.15.80
2020-06-14 Carl HetheringtonFix error when exporting stereo projects with "mixdown... v2.15.79
2020-06-11 Carl HetheringtonFix for non-disk Linux build.
2020-06-08 Carl HetheringtonMove upload-DCP-to-TMS button to preferences.
2020-06-08 Carl HetheringtonRemove encryption key options (#1760).
2020-06-08 Carl HetheringtonAlways sign DCPs (#1760).
2020-06-05 Carl HetheringtonFix erroneous hints about content being narrower than...
2020-06-04 Carl HetheringtonThis AtomicityChecker was introduced a long time ago...
2020-06-04 Carl HetheringtonFix thinko causing crashes when loading projects with...
2020-06-04 Carl HetheringtonFix crash when previewing projects with fewer than...
2020-06-04 Carl HetheringtonOnly add ExamineContentJobs after a failed CheckContent...
2020-06-04 Carl HetheringtonFall back to $PATH when searching for dcpomatic2_openssl.
2020-06-03 Carl HetheringtonMissing virtual destructor.
2020-06-03 Carl HetheringtonClean up handling of paths relative to the executable.
2020-06-03 Carl HetheringtonWhite space fix.
2020-05-27 Carl HetheringtonRemove unused forward declaration.
2020-05-25 Carl HetheringtonDon't offer full-frame containers unless 'allow any...
2020-05-20 Carl HetheringtonFix enabled/disable overlapping video/audio with DCP...
2020-05-20 Carl HetheringtonGive 'wrong target' KDM errors in a dialogue box rather...
2020-05-20 Carl HetheringtonRound the length of video-containing content to the...
2020-05-20 Carl HetheringtonAdd a bit more debug logging to the player.
2020-05-20 Carl HetheringtonTry rounding length_after_trim.
2020-05-20 Carl HetheringtonRename TYPE_DEBUG_PLAYER to TYPE_DEBUG_VIDEO_VIEW.
2020-05-20 Carl HetheringtonDifficult to see how any unprotected write with multipl...
2020-05-20 Carl HetheringtonFix DCP playback when an incorrect KDM is added, follow...
2020-05-17 Carl HetheringtonFix empty (black) area calculations when video is set...
2020-05-17 Carl HetheringtonFix typo in comment.
2020-05-14 Carl HetheringtonDon't say 'certificate downloaded' if it failed during...
2020-05-12 Carl HetheringtonRe-work scaling following excellent insights by Carsten...
2020-05-12 Carl HetheringtonFix test failures with new verification note in libdcp. scaling-rework
2020-05-12 Carl HetheringtonGuess DCP container size and resolution when content...
2020-05-11 Carl HetheringtonRemove now-unused default-scale-to config option.
2020-05-11 Carl HetheringtonChange video content scaling so that it either:
2020-05-09 Carl HetheringtonRemove scale to fit {width,height} options.
2020-05-06 Carl HetheringtonAdd a crazy amount of missed files from the previous...
2020-05-06 Carl HetheringtonAdd a new "Add DKDM" dialogue (#1637).
2020-05-06 Carl HetheringtonAdd a 'Make DKDM' dialogue box to simplify and (hopeful...
2020-05-06 Carl HetheringtonMissing header guard.
2020-05-06 Carl HetheringtonAdd configuration options for DKDMs.
2020-05-06 Carl HetheringtonDerive Screen from a new class KDMRecipient.
next