summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Collapse)Author
2016-02-01Scale-to-fit-{width/height} should zero the 'other' crop values.Carl Hetherington
2016-02-01Remove unnecessary subtitle digest components.Carl Hetherington
2016-02-01Updated de_DE translation from Carsten Kurz.Carl Hetherington
2016-02-01Subtitle "to" times used to be stored against their "from" times.Carl Hetherington
Sadly an example shows that from times are not unique. This patch uses a hash of stuff from the first AVSubtitle as the key.
2016-01-31Fix set_position() causing a re-sort.Carl Hetherington
2016-01-30Add a PlaylistOrderChanged signal and emit it when the playlistCarl Hetherington
is sorted. Do playlist sorting when content position / length etc. changes. Handle sorts better when comparing content at the same position.
2016-01-29Fix indistinct selection of small objects on the timeline.Carl Hetherington
2016-01-27Possibly better version of d217a16d41dd71c921fa2155e068df7cca11f457.Carl Hetherington
Don't stop returning stuff from get_video when there are frames left in _decoded_video.
2016-01-24Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomaticCarl Hetherington
2016-01-24Stop trying to get frames from a video source when an attemptCarl Hetherington
to get an earlier frame has already failed because the decoder said it has no more data. Before this the VideoDecoder would repeatedly seek to try to get a frame which does not exist. This happens when the header of a file is wrong, it would seem; in the file that triggered the bug the header (as read by DoM or ffprobe) has a length of 137275 frames but the last frame in the file (according to DoM or ffprobe -show_frames) is 136207 (44.5s earlier).
2016-01-24Comment.Carl Hetherington
2016-01-24Missing but inconsequential break.Carl Hetherington
2016-01-24Reduce variable scope slightly.Carl Hetherington
2016-01-24Fix truncated log timestamps in at least some cases.Carl Hetherington
2016-01-23Fix estimate of required disk space to take referencingCarl Hetherington
of existing DCPs into account.
2016-01-14Add fps count to the log on transcode finish (#786).Carl Hetherington
2016-01-14Multiple CC addresses for KDM emails (#785).Carl Hetherington
2016-01-13Fix incorrect fades when trim is being used.Carl Hetherington
2016-01-11Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2016-01-10Case-insensitive sort for image filenames.Carl Hetherington
2016-01-10pot/merge.Carl Hetherington
2016-01-10Better error when no mail server has been configured before sending KDM emails.Carl Hetherington
2016-01-09Add comment.Carl Hetherington
2016-01-07More build fixes.Carl Hetherington
2016-01-07Fix build.Carl Hetherington
2016-01-07Fix slightly odd looking backtick.Carl Hetherington
2016-01-07Fix slightly odd #includes of image_filename_sorter.ccCarl Hetherington
2016-01-06Updated ru_RU translation from Igor Voytovich.Carl Hetherington
2016-01-06Merge.Carl Hetherington
2016-01-06New sk_SK translation from Tomáš Hlaváč.Carl Hetherington
2015-12-23pot/merge.Carl Hetherington
2015-12-23Add a stored list of DKDMs to the creator rather than just a load button (#767).Carl Hetherington
2015-12-22Check for patched version of FFmpeg before using extra functions (#773).Carl Hetherington
2015-12-21Increase number of frames stored in memory before write (#748).Carl Hetherington
2015-12-18Give a more informative error when failing to find content.Carl Hetherington
2015-12-18Stop double-calculation of hashes.Carl Hetherington
2015-12-18Update for small change to libdcp API.Carl Hetherington
2015-12-15Escape OS X batch converter path.Carl Hetherington
2015-12-15Debug batch converter startup.Carl Hetherington
2015-12-15Try to fix windows build.Carl Hetherington
2015-12-15Try to finish auto-start of batch converter code.Carl Hetherington
2015-12-15Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2015-12-15pot/merge.Carl Hetherington
2015-12-11Remove unused variable.Carl Hetherington
2015-12-11Fix OS X build again.Carl Hetherington
2015-12-11Fix build on OS X.Carl Hetherington
2015-12-11Basics of send-to-batch-converter; not tested on Windows nor OS X.Carl Hetherington
2015-12-11Fix deadlock in previous.Carl Hetherington
2015-12-11Split EncodeServer into that and Server.Carl Hetherington
2015-12-11Rename Server -> EncodeServer, ServerFinder -> EncodeServerFinder, ↵Carl Hetherington
ServerDescription -> EncodeServerDescription.