summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Collapse)Author
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).
2019-01-09Remove debugging code.Carl Hetherington
2019-01-09swaroop: store whole signer/decryption chains and private keys encrypted by ↵Carl Hetherington
machine UUID.
2019-01-08Re-analyse audio when DCP channel count changes (#1189).Carl Hetherington
2019-01-08Make sure audio analysis is re-run even if there's an existing job for the ↵Carl Hetherington
same playlist (but with different settings) (fixed #1257).
2019-01-06Don't write <Language> tags to SMPTE subs unless we know the language,Carl Hetherington
as "Unknown" is an invalid value and <Language> is optional in SMPTE.
2019-01-06Improve hints dialog in various ways, especially with long projects (#1439).Carl Hetherington
2019-01-06Fix comment typo.Carl Hetherington
2019-01-05Fix strange behaviour with single-frame fades (#1440).Carl Hetherington
2018-12-30Updated fr_FR translation from Thierry Journet.v2.13.94Carl Hetherington
2018-12-25Fix failure to re-create config when it is bad (due to attempt to find a linkCarl Hetherington
in the bad file). Improve config saving with low disk space; don't corrupt an existing file if we can't save a new one.
2018-12-23Be a bit more careful with fwrite.Carl Hetherington
2018-12-23Only make 48kHz-audio DCPs for now (#1436).Carl Hetherington
2018-12-23Fix unlikely double-free.Carl Hetherington
2018-12-23swaroop: encrypt decryption private key with motherboard UUID.Carl Hetherington
2018-12-23Incomplete encryption of private keys.Carl Hetherington
2018-12-22Fix assumption of 48kHz DCP audio in AudioRingBuffers consistency check (#1436).Carl Hetherington
2018-12-21Fix encrypted DCP playback.Carl Hetherington
2018-12-19Be more careful with fread in various places.v2.13.88Carl Hetherington
2018-12-19Let's not accept EAGAIN until we're sure it's possible.Carl Hetherington
2018-12-19Hopefully fix error handling (including EAGAIN) in FileGroup.Carl Hetherington
2018-12-15Try to fix Windows build.Carl Hetherington
2018-12-14swaroop: fall back to home directory if the content directory is not present.Carl Hetherington
2018-12-14Missing files.v2.13.85Carl Hetherington
2018-12-14swaroop: fix up restart-after-crash.v2.13.84Carl Hetherington