summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Collapse)Author
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.
2019-01-26Add comment.Carl Hetherington
2019-01-26Fix FFmpeg subtitle colour finding (#1393).Carl Hetherington
2019-01-26Add lock to _colours since it can be manipulated by a Job thread.Carl Hetherington
2019-01-26Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomaticCarl Hetherington
2019-01-26Remove debugging code.Carl Hetherington
2019-01-26Remove po files that were added but there's been no movement on.Carl Hetherington
2019-01-25Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2019-01-25pot/merge.v2.13.109Carl Hetherington
2019-01-25Basic implementation of extra subtitle-scan job to run when theCarl Hetherington
subtitle appearance dialogue is opened. Fixes #1393.
2019-01-23Try to improve font rendering on Windows by using freetype for pango/cairo.v2.13.105Carl Hetherington
2019-01-22Put details of missing asset paths into the job details... box.Carl Hetherington
2019-01-17Read UTF8 string lengths correctly when checking closed captions (part of ↵Carl Hetherington
#1446).
2019-01-16Rework command-line parser for dcpomatic_create to allow optionsv2.13.103Carl Hetherington
to be specified per content. Use this to support 3D.
2019-01-15Token commit to fix version tagging SNAFU.v2.13.102Carl Hetherington
2019-01-13Various manual updates.Carl Hetherington
2019-01-13Fix Gb -> GB confusion (thanks Rob van Nieuwkerk).Carl Hetherington
2019-01-13Updated fr_FR translation from Thierry Journet.Carl Hetherington
2019-01-12pot/merge.Carl Hetherington
2019-01-10Only fill video gaps if they are at least half a frame in length.Carl Hetherington
Fixes lack of image (sometimes) when trimming drop-frame content.
2019-01-10Fix a crash due the assertion in emit_audio failing when applyingCarl Hetherington
trims which do not land precisely on a DCP audio sample boundary (at least, I think that's what triggers it).