summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2016-03-07Bump versionv2.6.34Carl Hetherington
2016-03-06Bump versionv2.6.33Carl Hetherington
2016-03-06Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2016-03-05Bump versionv2.6.32Carl Hetherington
2016-03-05Set thread affinity on Windows XP so that each encoder threadCarl Hetherington
is tied to a single CPU. There is some suggestion on the web that Windows 7 does this better, which may explain the slowdowns and erratic timings that we see post-2.6.3 on Windows XP (see #771).
2016-03-02Bump versionv2.6.31Carl Hetherington
2016-03-02New uk_UA translation from Igor Voytovich.Carl Hetherington
2016-03-02Updated ru_RU translation from Igor Voytovich.Carl Hetherington
2016-03-02Add configure option to disable EBUR128 analysis of audio.Carl Hetherington
2016-03-01Bump versionv2.6.30Carl Hetherington
2016-03-01Ignore .DS_Store files in potential image directories.Carl Hetherington
2016-03-01Bump versionv2.6.29Carl Hetherington
2016-03-01Stop erroneous addition of text subtitles to the lists (whenCarl Hetherington
an image subtitle is completed with a rect count of zero) which subsequently cause hangs while the decoder looks for these phantom text subtitles. Fixes #812.
2016-02-29Updated fr_FR translation from Thierry Journet.Carl Hetherington
2016-02-29Bump versionv2.6.28Carl Hetherington
2016-02-28Bump versionv2.6.27Carl Hetherington
2016-02-28Try to improve detection of image sequence vs. DCP.Carl Hetherington
2016-02-28Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2016-02-27Bump versionv2.6.26Carl Hetherington
2016-02-26Allow changes to colours of FFmpeg subtitles (#795).Carl Hetherington
2016-02-25ChangeLog.Carl Hetherington
2016-02-24Bump versionv2.6.25Carl Hetherington
2016-02-24Clean up certificate download a bit and fix CAT745 and CP850 downloads.Carl Hetherington
2016-02-21Bump versionv2.6.24Carl Hetherington
2016-02-21Bump versionv2.6.23Carl Hetherington
2016-02-21Don't write duplicate <LoadFont> nodes into subtitle files.Carl Hetherington
2016-02-18Various improvements to the content properties dialogue (including #791).Carl Hetherington
2016-02-17Use a separate file (in a configurable location) to store cinema / screen ↵Carl Hetherington
certificates (#796).
2016-02-16Add -d option to dcpomatic_cli to dump the DCP path to stdout after creation.Carl Hetherington
2016-02-16Merge.Carl Hetherington
2016-02-16Add option to auto-upload to the TMS (#794).Carl Hetherington
2016-02-16Bump versionv2.6.22Carl Hetherington
2016-02-16Bump versionv2.6.21Carl Hetherington
2016-02-15Support SSA subtitles embedded within FFmpeg files.Carl Hetherington
2016-02-15Hacky workaround for FFmpeg not having a channel layout for any counts ↵Carl Hetherington
between 8 and 16.
2016-02-12Basic SSA support (#128).Carl Hetherington
2016-02-09Bump versionv2.6.20Carl Hetherington
2016-02-09Updated es_ES translation from Manuel AC.Carl Hetherington
2016-02-08Bump versionv2.6.19Carl Hetherington
2016-02-05New cs_CZ translation from Tomáš Begeni.Carl Hetherington
2016-02-04Updated de_DE translation from Carsten Kurz.Carl Hetherington
2016-02-02Bump versionv2.6.18Carl Hetherington
2016-02-02Add delete-key shortcut to remove content.Carl Hetherington
2016-02-01Allow removal of multiple pieces of content in one click.Carl Hetherington
2016-02-01Synchronise content list / timeline selection when the content list ↵Carl Hetherington
selection changes.
2016-02-01Move the preview to the start of a piece of contentCarl Hetherington
when selecting it. Suggested-by: Carsten Kurz
2016-02-01Updated de_DE translation from Carsten Kurz.Carl Hetherington
2016-02-01Bump versionv2.6.17Carl 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-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).