summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Collapse)Author
2015-10-12Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2015-10-11Fix missing preview of referenced DCPs; deciding whether to ignore DCP ↵Carl Hetherington
content is done in the player.
2015-10-11Add debug option to log SMTP session transcripts.Carl Hetherington
2015-10-11Better progress indication when finding subs (#711).Carl Hetherington
2015-10-11White space.Carl Hetherington
2015-10-11Missing part of last commit.Carl Hetherington
2015-10-11Tweak Lfe response of upmixer b to match upmixer a.Carl Hetherington
2015-10-11Updated ru_RU translation from Igor Voytovich.Carl Hetherington
2015-10-11Updated pl_PL translation from Marek Skrzelowski.Carl Hetherington
2015-10-10Tweak Lfe and C responses in upmixer-A to meet the desired frequency ranges ↵Carl Hetherington
more closely.
2015-10-10Missing virtual destructor.Carl Hetherington
2015-10-10Fix windows buildCarl Hetherington
2015-10-10Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2015-10-09Missing include.Carl Hetherington
2015-10-09Nicer default labels in certificate chains.Carl Hetherington
2015-10-09Logging improvements to allow prettier displays in the server GUI.Carl Hetherington
2015-10-09Comment.Carl Hetherington
2015-10-09Remove use of fmemopen.Carl Hetherington
2015-10-09Tweak naming of KDM emails and attachments.Carl Hetherington
2015-10-09Missing files.Carl Hetherington
2015-10-09Replace quickmail with a direct (and asynchronous) libcurl email sender.Carl Hetherington
2015-10-09Nicer job name with no film.Carl Hetherington
2015-10-09Better error if no mail server has been configured.Carl Hetherington
2015-10-09Connect dcpomatic_kdm to backend.Carl Hetherington
2015-10-09Fix crash with no Film.Carl Hetherington
2015-10-09Remove use of Film in KDM stuff.Carl Hetherington
2015-10-09Remove the need for ScreenKDM::collect.Carl Hetherington
2015-10-09Try to clean up KDM creation code a bit.Carl Hetherington
2015-10-09Allow _film to be 0.Carl Hetherington
2015-10-09Allow _film to be 0.Carl Hetherington
2015-10-08Update to fr_FR translation from Thierry Journet.Carl Hetherington
2015-10-06Small fix to fr_FR.Carl Hetherington
2015-10-06Comment.Carl Hetherington
2015-10-061. Set correct FrameRateChanges for subtitle content; they shouldCarl Hetherington
be made from the subtitle's "native" rate so that subtitle times are corrected when the DCP rate is not the same. 2. After this we only need the best overlap rate for SndfileContent so move the code. Also fix it as it never found overlaps before.
2015-10-06Make sure SMPTE subtitle MXFs get the right intrinsic duration.Carl Hetherington
2015-10-06Speculative support for multi-part subtitles (#709).Carl Hetherington
2015-10-05pot/merge.Carl Hetherington
2015-10-04Fix subtitle timing under trim.Carl Hetherington
2015-10-04Fix deadlock.Carl Hetherington
2015-10-03More logs in problem report email.Carl Hetherington
2015-10-02Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomaticCarl Hetherington
2015-10-02Speculative fix for hangs during Encoder::end().Carl Hetherington
I think it's possible that, if an exception is thrown by an Encoder thread during the clear-out loop at the top of Encoder::end, that loop will hang waiting for a notify() on _full_condition that never comes. Fix this by rethrow()ing in this loop and notifying _full_condition if an encoder thread throws an exception.
2015-10-01Fix erroneous optional dereference.Carl Hetherington
2015-09-30Remove references to libswresample.Carl Hetherington
2015-09-30Handle video frame rates and subtitles a bit more correctly.Carl Hetherington
2015-09-29Make sure we round properly when deciding how many audio frames to discard.Carl Hetherington
2015-09-28Changes to DCP rate must update player pieces.Carl Hetherington
Piece contains a copy of the DCP video rate so we need new pieces if this changes. Fixes #699.
2015-09-28Discard audio that comes out of FFmpeg files before time 0.Carl Hetherington
2015-09-28Don't take any notice of ._* files when deciding whether a folder contains ↵Carl Hetherington
images or a DCP.
2015-09-27const fix.Carl Hetherington