summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2018-07-21Revert "Remove join function; the code is long and I don't think anybody"Carl Hetherington
It turns out Carsten uses it :) This reverts commit bd5e8b83a3a18787241982efdae809d4db21f65d.
2018-07-20Remove join function; the code is long and I don't think anybodyCarl Hetherington
uses it.
2018-07-20Add advanced configuration option to allow any container ratio,Carl Hetherington
specifically because the GDC SX-2001 will only play 25fps DCPs with a 16:9 ratio (not Flat). https://www.dcpomatic.com/forum/viewtopic.php?f=2&t=1119&p=4470
2018-07-20ChangeLog update.Carl Hetherington
2018-07-19Updated fr_FR translation from Thierry Journet.Carl Hetherington
2018-07-18Updated de_DE translation from Carsten Kurz.Carl Hetherington
2018-07-09ChangeLog typo.v2.13.35Carl Hetherington
2018-07-09Sequence content after trim changes (#1327). This gives me a slightCarl Hetherington
sense of unease but let's see how it goes.
2018-07-09Maintain frame-snap for position and trim when set_video_frame_rate is ↵Carl Hetherington
called (#1335).
2018-07-07Add export button for cinemas XML (#1319).Carl Hetherington
2018-07-07Give better errors when incorrect KDMs are used (#1326).Carl Hetherington
2018-07-06Add advanced KDM options button containing switches for forensic marking.Carl Hetherington
2018-07-05ChangeLog.Carl Hetherington
2018-07-04Label audio content with mapping (part of #1279).Carl Hetherington
2018-07-04ChangeLog.Carl Hetherington
2018-07-01Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2018-06-29ChangeLog.Carl Hetherington
2018-06-10Modify the downmix mapping so that we include Ls, Rs and Lfe (#1281).v2.13.29Carl Hetherington
2018-06-09Fix bad parsing of ASS lines embedded into FFmpeg files and containing commas.Carl Hetherington
2018-06-09Add option to open a DCP in the player (#1312).Carl Hetherington
2018-06-08Auto-rotate videos.Carl Hetherington
2018-06-08Add support for vflip/hflip filters.Carl Hetherington
2018-06-05Don't allow the queue to get too big with REPEAT frames otherwisev2.13.26Carl Hetherington
there's a long delay at the end of the job while they are written. We must still write FULL frames even if the queue is long (we only stop doing that if the queue has too many FULL frames i.e. too much memory consumption). With this commit we stop writing REPEAT/FAKE frames when the queue gets long and assume there will always be a sequence image for writing and hence the main writer thread will reduce the queue given time.
2018-06-04Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2018-06-04Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomaticCarl Hetherington
2018-05-29Updated fr_FR translation from Thierry Journet.Carl Hetherington
2018-05-27ChangeLog.Carl Hetherington
2018-05-27Updated it_IT translation from Felice D'Andrea.Carl Hetherington
2018-05-23ChangeLog.Carl Hetherington
2018-05-18Re-add erroneously removed virtual which slows down DCP export (and possibly ↵v2.13.22Carl Hetherington
decoding in general).
2018-05-16Add cancel button to player progress (#1294).Carl Hetherington
2018-05-15Fix crash on enabling telecine filter.v2.13.21Carl Hetherington
Apparently we have to pass frame_rate as a parameter when making the buffer source for the filter chain.
2018-05-15Fix failure to skip through more than one empty reel when looking for a reel ↵Carl Hetherington
to put subtitles in.
2018-05-15Escape & before sending it to pango, otherwise it won't render it.Carl Hetherington
2018-05-08Add colour, effect and effect colour to ::identifier() to force remake of ↵Carl Hetherington
video when they change (#1290).
2018-05-07Updated cs_CZ translation from Tomáš Begeni.Carl Hetherington
2018-04-29Allow command-line configuration of config location (#1284).Carl Hetherington
2018-04-27Fix incorrect container size when loading a VF/OV combination into the player.Carl Hetherington
2018-04-27Fix crazy thinko in Rect::extend() causing subtitles to disappear when they ↵Carl Hetherington
were merged.
2018-04-25Updated fr_FR translation from Thierry Journet.Carl Hetherington
2018-04-25Updated de_DE translation from Carsten Kurz.Carl Hetherington
2018-04-22Add MOS tag in ISDCF names if there is no sound.v2.13.16Carl Hetherington
2018-04-21Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2018-04-19Fix crash on make-dcp after trimming end of text subtitles (#1275).Carl Hetherington
2018-04-13Account for J2K decoding at lower-than-maximum resolution when croppingv2.13.14Carl Hetherington
the resulting images; fixes #1274.
2018-04-13Update encoding server list when servers disappear (#1176).Carl Hetherington
2018-04-13Note and indicate servers with bad link version (#982).Carl Hetherington
2018-04-12Disable OK in export dialogue until a filename has been specified (#1260).Carl Hetherington
2018-04-11Fix 3D DCP handling in the player.Carl Hetherington
2018-04-10Missing setup of SubtitleDecoder position causing #1271 and probably other ↵Carl Hetherington
things.