summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Collapse)Author
2015-12-03Fix double-free in curl uploader.Carl Hetherington
2015-12-02pot/merge.Carl Hetherington
2015-12-02Specify no EPRT on FTP downloads. Fix request to CURL when notCarl Hetherington
using PASV. Fix incorrect return value from ftp_ls_data. Tidy Dolby fetching code a bit. Fix sensitivity of Dolby download button (#769).
2015-12-01Updated ru_RU translation from Igor Voytovich.Carl Hetherington
2015-12-01Ridiculous crash on sending emails.Carl Hetherington
2015-12-01Missing set_state().Carl Hetherington
2015-11-30pot/merge.Carl Hetherington
2015-11-30Fix undefined mapping values in causing audio analyses to fail to load randomly.Carl Hetherington
2015-11-30Catch bad calls to ::get().Carl Hetherington
2015-11-30I think it's ok and less crash-prone to check joinable() ratherCarl Hetherington
than asserting it; I have seen traces which suggest the assert might be triggering. In an ideal world we would track down why that's happening.
2015-11-29Fix ridiculous thinko causing repeated calls to FcConfigAppFontAddFile and ↵Carl Hetherington
hence memory leak (may fix #766).
2015-11-28Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2015-11-27Speculative fix for crash when destroying AudioFilterGraph.Carl Hetherington
2015-11-27Fix incorrect multi-reel subtitle timings (#760) and add test.Carl Hetherington
2015-11-27Fix reel that subtitles are put in when they are exactly on a reel boundary.Carl Hetherington
2015-11-27Fix crash when repeating video frames across a reel boundary.Carl Hetherington
2015-11-27Fix some stringstreams that had crept in.Carl Hetherington
2015-11-27pot/merge.Carl Hetherington
2015-11-27Updated de_DE translation from Carsten Kurz.Carl Hetherington
2015-11-26Updated de_DE translation from Carsten Kurz.Carl Hetherington
2015-11-20Tweak SubRip subtitle default position.Carl Hetherington
2015-11-20Adjust subtitle position when referenced from top.Carl Hetherington
SMPTE says "top" means that vposition is from the top of the screen to the top of the subtitle, but Dolby servers apparently make it top of screen to bottom of subtitle; adjust the preview to do the latter.
2015-11-19Remove unused parameter.Carl Hetherington
2015-11-18Remove all the curl multi stuff as I'm not sure what advantages it has for ↵Carl Hetherington
us over the simple API.
2015-11-18Fix lost recipients when sending KDM emails.Carl Hetherington
2015-11-18Missing files.Carl Hetherington
2015-11-18Basic (untested) ebur128 (#368).Carl Hetherington
2015-11-18Comment.Carl Hetherington
2015-11-18Split FilterGraph into that and VideoFilterGraph.Carl Hetherington
2015-11-18Make Filter applicable to audio or video filters.Carl Hetherington
2015-11-17Comments.Carl Hetherington
2015-11-17Fix crash due to writing off the end of an Image's buffer; see comments.Carl Hetherington
2015-11-16Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2015-11-16pot/merge.Carl Hetherington
2015-11-15Updated ru_RU translation from Igor Voytovich.Carl Hetherington
2015-11-15Remove confusing unnamed-channel label.Carl Hetherington
2015-11-15Basic support for trusted device lists in KDMs (#750).Carl Hetherington
2015-11-15Save trusted devices.Carl Hetherington
2015-11-15Rename certificate -> recipient in Screen.Carl Hetherington
2015-11-14Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2015-11-14Fix various misbehaviours with update checking (#749).Carl Hetherington
2015-11-14Turn off test update checking if main update checking is turned off.Carl Hetherington
2015-11-14pot/merge.Carl Hetherington
2015-11-14Updated fr_FR translation from Thierry Journet.Carl Hetherington
2015-11-13Vertically align SubRip subtitles with reference to the bottomCarl Hetherington
of the screen (#744).
2015-11-13Disable YUV->RGB conversion controls with non-YUV sources (#649).Carl Hetherington
2015-11-13Allow multiple recipients of KDM emails (#745).Carl Hetherington
2015-11-12Extend maximum DCP audio channels to 16.Carl Hetherington
2015-11-12Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomaticCarl Hetherington
2015-11-12Tweak logging format.Carl Hetherington