summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Collapse)Author
2019-03-04Make the FFmpeg proxy more likely to fall back to trying targa rather than ↵v2.13.124Carl Hetherington
pressing on with a possibly-incorrect autodetection.
2019-03-01Fix loading of targa image files (#1478).v2.13.123Carl Hetherington
2019-02-28Updated cs_CZ translation from Tomáš Begeni.Carl Hetherington
2019-02-27Speculative fix for FFmpeg files containing references to other files.Carl Hetherington
2019-02-20Report job errors even if they contain < or >. Give a better error when ↵Carl Hetherington
parsing a subtitle file fails.
2019-02-19Don't display non-existant items in the history.Carl Hetherington
2019-02-17More player debugging for butler video-full states.v2.13.121Carl Hetherington
2019-02-15Add support for player logging.v2.13.119Carl Hetherington
2019-02-14Player log file -> player activity log file.Carl Hetherington
2019-02-14Updated fr_FR translation from Thierry Journet.Carl Hetherington
2019-02-13Fix test after Shuffler changes.Carl Hetherington
2019-02-13Fix build.v2.13.117Carl Hetherington
2019-02-13Fixes to 3D shuffler to fix #1463.Carl Hetherington
Make the shuffler longer; I've seen examples where the video and sound are over a second apart within the muxed file. Allow the shuffler to pass through complete missed frames; e.g. if the input is L1 R1 L3 R3 we can pass that through without worrying about the missing frame #2. Add a log warning if the shuffler fills: at this point, 3D sync may be lost.
2019-02-12Fix a couple of deadlocks caused by emitting ServersListChangedCarl Hetherington
with a lock on _servers_mutex; handlers to that signal may call ::servers() which tries to take a lock on the same mutex.
2019-02-12White space.Carl Hetherington
2019-02-12Try to fix some warnings.Carl Hetherington
2019-02-11Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2019-02-11pot/merge.Carl Hetherington
2019-02-11Minor tweak to clarify hint with content at 2.35:1 and DCP at 2.39:1.Carl Hetherington
2019-02-09Back up old metadata.xml files when we are about to save a new version of them.v2.13.116Carl Hetherington
2019-02-09Use freetype for OS X font rendering.v2.13.115Carl Hetherington
2019-02-08Small pot/merge.Carl Hetherington
2019-02-08Try to fix msgfmt complaints.Carl Hetherington
2019-02-08Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2019-02-07pot/merge.Carl Hetherington
2019-02-07More tweaks to video frame rate advice (#1441).Carl Hetherington
2019-02-07Bodge at the interface between DCPTime and samples; fixes #1461.Carl Hetherington
2019-02-04Updated fr_FR translation from Thierry Journet.Carl Hetherington
2019-02-03Fix incorrect subtitle positioning when there are simultaneousCarl Hetherington
subtitles at the same vposition from different reference points (#1458).
2019-02-01Try doing it after Pango::init().Carl Hetherington
2019-02-01Try to move fontconfig cache delay to program startup on Windows.Carl Hetherington
2019-02-01Fix crash when importing a file called subs.srt.txt.Carl Hetherington
2019-02-01Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2019-01-31pot/merge.Carl Hetherington
2019-01-31Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomaticCarl Hetherington
2019-01-31Check consistency of refer-to-DCP settings after adding content (#1456).Carl Hetherington
2019-01-31Add some comments.Carl Hetherington
2019-01-30Missing #include.Carl Hetherington
2019-01-30Fix non-translated days of the week (#1455).Carl Hetherington
2019-01-30More noncopyable includes for arch.Carl Hetherington
2019-01-29Updated fr_FR translation from Thierry Journet.Carl Hetherington
2019-01-29Fix odd formatting.Carl Hetherington
2019-01-27Better error from avformat_alloc_output_context2.Carl Hetherington
2019-01-27Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2019-01-27Remove specification of italic/bold fonts (#1451); synthesis will be used ↵v2.13.110Carl Hetherington
instead.
2019-01-26Modify FontConfig call to allow italic/bold synthesis.Carl Hetherington
2019-01-26Revert accidentally-committed stuff in pot/merge.Carl Hetherington
2019-01-26pot/merge.Carl Hetherington
2019-01-26Suggest that DCP rates <= 30 are used unless the user explictly goes higher ↵Carl Hetherington
(#1441).
2019-01-26Fix hints object so that its lifetime is (nearly) the same as its thread.Carl Hetherington
Then when the thread AND Hints object are destroyed we get the Signaller's destructor stuff to stop left-over hint signals being delivered. Also add a hint about > 30fps DCP rates.