summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
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.
2018-04-06Fix missing start icon for the player in Linux.Carl Hetherington
2018-04-05Fix old merge artefact.Carl Hetherington
2018-04-05Updated zh_CN translation from 刘汉源.Carl Hetherington
2018-04-05Speculative fix for crash on startup with no audio devices (#1265).v2.13.11Carl Hetherington
2018-04-05Stop hot keys stealing from text fields (#1263).v2.13.10Carl Hetherington
2018-04-05Wait for in-order input to shuffler before emitting anything, otherwiseCarl Hetherington
we emit a crucial frame and then fail to carry on because we miss it.
2018-03-28Disable audio mapping control when analysing audio (#1250).Carl Hetherington
2018-03-27Use a label rather than a tooltip to tell users why they can't refer to DCPs.Carl Hetherington
Tooltips don't seem to work on disabled widgets in Windows (at least).
2018-03-26Add real-time mouse cursor readout in audio analysis (rest of #1082).Carl Hetherington
2018-03-26Add time axis to audio analysis (part of #1082).Carl Hetherington
2018-03-25Bump versionv2.13.2Carl Hetherington
2018-03-24Fix crash when changing DCP audio channel count.Carl Hetherington
Without this we ask the AudioMerger to merge new buffers with N channels with old buffers with M channels, which it can't do. I'm not convinced this is the best solution but I think it will do for now.
2018-03-24Fix update checket error when there is no test version.Carl Hetherington
2018-03-24Cherry-pick 9964901 from v2.12.xCarl Hetherington
2018-03-23Arrows to go forward/back one frame.Carl Hetherington
2018-03-23Ctrl-T to open timeline (#1201).Carl Hetherington
2018-03-23Add space shortcut to start/stop playback (#1201).Carl Hetherington
2018-03-22Allow CPL selection in player (#1239).Carl Hetherington
2018-03-22Add hint about making a DCP with a very different frame rate to the content.Carl Hetherington
2018-03-22Merge nl_NL translation 15f3ff4 from v2.12.x.Carl Hetherington