X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=ChangeLog;h=c1ac5ff5e773731044dcb17e6a864186bc568789;hp=307068e5b1df2514c549dfbe1d1839324b1b2f2d;hb=80ca93365c7ac4194c2adc18947dbe5d1a42252a;hpb=8167d04e4dde6297ad936dca5dc691818a4dae41 diff --git a/ChangeLog b/ChangeLog index 307068e5b..c1ac5ff5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,73 @@ +2015-06-13 Carl Hetherington + + * Make sure audio mapping view is scrollable when necessary (#597). + +2015-06-12 Carl Hetherington + + * Add a close button to the audio plot on Linux (#602). + + * Version 2.0.51 released. + +2015-06-12 Carl Hetherington + + * New ru_RU translation from Igor Voytovich. + +2015-06-12 c.hetherington + + * Fix for every audio stream being mapped to the DCP when loading + old films. + +2015-06-11 c.hetherington + + * Fix massive slowdown of direct J2K->DCP encodes (#599). + + * Fix hang on audio analysis in some cases (#598). + + * Fix never-ending encode when XYZ values are clamped (#600). + +2015-06-10 Carl Hetherington + + * Version 2.0.50 released. + +2015-06-10 c.hetherington + + * Skip audio analysis when there is no audio content (#596). + +2015-06-09 Carl Hetherington + + * Version 2.0.49 released. + +2015-06-04 Carl Hetherington + + * Version 2.0.48 released. + +2015-06-03 Carl Hetherington + + * Various fixes to subtitle rendering, including independent + x and y scale of text subs (#489). + +2015-06-02 c.hetherington + + * Allow use of all content audio streams, not just + the selected one. + + * Tweak colour conversion controls so that it's easier + to use a preset without seeing the details. + 2015-05-25 Carl Hetherington + * Block all but alphanumeric characters with a few bits + of punctuation from DCP names. + + * Improve view of jobs in various ways. + + * Increase the number of images that DCP-o-matic will + keep around in memory before resorting to pushing them + to disk. + + * Display DCP container size beside the choice + in the DCP tab. + * Try to set up useful default colour conversions depending on the type and resolution of content (#565).