Fix lrint-related crash.
[dcpomatic.git] / ChangeLog
index 2f9fd4fb17d2ce28a36a12dde052617b3af40420..f84f824270b7dfc642fa4f2986e28a5b8fc68955 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,258 @@
+2015-08-25  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.1.45 released.
+
+2015-08-25  Carl Hetherington  <cth@carlh.net>
+
+       * Add video waveform viewer.
+
+2015-08-23  Carl Hetherington  <cth@carlh.net>
+
+       * Use correct fonts to render subtitles in preview (#663).
+
+2015-08-22  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.1.44 released.
+
+2015-08-20  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.1.43 released.
+
+2015-08-20  Carl Hetherington  <cth@carlh.net>
+
+       * Fix assertion failure with overlapping video content (#666).
+
+2015-08-19  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.1.42 released.
+
+2015-08-18  Carl Hetherington  <cth@carlh.net>
+
+       * Add custom dialog to select system fonts on Windows
+       (#491).
+
+       * Version 2.1.41 released.
+
+2015-08-18  Carl Hetherington  <cth@carlh.net>
+
+       * Add configuration for DCP creator metadata.
+
+       * Version 2.1.40 released.
+
+2015-08-18  Carl Hetherington  <cth@carlh.net>
+
+       * Fix various problems when creating
+       subtitled Interop DCPs on Windows.
+
+2015-08-17  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.1.39 released.
+
+2015-08-17  Carl Hetherington  <cth@carlh.net>
+
+       * Fix problems when encoding 3D from separate
+       L/R sources.
+
+       * Version 2.1.38 released.
+
+2015-08-17  Carl Hetherington  <cth@carlh.net>
+
+       * Fix crop of some YUV content.
+
+2015-08-11  Carl Hetherington  <cth@carlh.net>
+
+       * Prevent multiple creation of certificate chains
+       on startup (part of #651).
+
+2015-08-10  Carl Hetherington  <cth@carlh.net>
+
+       * Fix erroneous folder creation on Windows (#654).
+
+       * Fix incorrect layout on Windows (#653).
+
+2015-08-09  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.1.37 released.
+
+2015-08-09  Carl Hetherington  <cth@carlh.net>
+
+       * Fix various incorrect behaviours with 96kHz
+       audio sources.
+
+2015-08-06  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.1.36 released.
+
+2015-08-06  Carl Hetherington  <cth@carlh.net>
+
+       * Make dcpomatic_create assign a default name if none
+       is specified.  Fix dcpomatic_create help.
+
+       * Add --no-sign and --no-use-isdcf-name to dcpomatic_create.
+
+2015-08-05  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.1.35 released.
+
+2015-08-05  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.1.34 released.
+
+2015-08-05  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.1.33 released.
+
+2015-08-04  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.1.32 released.
+
+2015-08-04  Carl Hetherington  <cth@carlh.net>
+
+       * Add --standard option to dcpomatic_create.
+
+       * Disable "2D version of 3D content" ISDCF metadata
+       checkbutton with 3D content (part of #652).
+
+2015-07-30  c.hetherington  <cth@carlh.net>
+
+       * Allow recreation of the certificate chain and key
+       used for KDM decryption (#644).
+
+2015-07-29  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.1.31 released.
+
+2015-07-29  Carl Hetherington  <cth@carlh.net>
+
+       * Fix "find missing" with DCP folders (#646).
+
+       * Fix garbled audio from DCP sources when running
+       on Windows.
+
+2015-07-28  c.hetherington  <cth@carlh.net>
+
+       * Stop forward-frame button going off the end of the film.
+
+       * Notice when content is modified and offer to save the project
+       on closing DCP-o-matic.
+
+       * Recognise .w64 and .flac as audio files.
+
+2015-07-27  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.1.30 released.
+
+2015-07-27  Carl Hetherington  <cth@carlh.net>
+
+       * Updated ru_RU translation from Igor Voytovich.
+
+       * Version 2.1.29 released.
+
+2015-07-27  Carl Hetherington  <cth@carlh.net>
+
+       * Fix i18n for some messages.
+
+2015-07-25  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.1.28 released.
+
+2015-07-24  Carl Hetherington  <cth@carlh.net>
+
+       * Fix problems when using large start trims relative
+       to content length.
+
+2015-07-22  Carl Hetherington  <cth@carlh.net>
+
+       * Use NR for rating an in ISDCF name if none is specified.
+
+2015-07-21  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.1.27 released.
+
+2015-07-21  Carl Hetherington  <cth@carlh.net>
+
+       * Fix incorrect conversion of audio from DCP sources (#642).
+
+2015-07-20  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.1.26 released.
+
+2015-07-20  Carl Hetherington  <cth@carlh.net>
+
+       * Fix missing second lines of subtitles in
+       some cases (#641).
+
+2015-07-19  Carl Hetherington  <cth@carlh.net>
+
+       * Fix some missing set-to-defaults (#640).
+
+       * Version 2.1.25 released.
+
+2015-07-17  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.1.24 released.
+
+2015-07-17  c.hetherington  <cth@carlh.net>
+
+       * Support FTP upload to TMS (#639).
+
+       * Fix bad behaviour of timeline snap.
+
+2015-07-17  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.1.23 released.
+
+2015-07-17  Carl Hetherington  <cth@carlh.net>
+
+       * Improve still-image filename sorting.
+
+2015-07-16  Carl Hetherington  <cth@carlh.net>
+
+       * Updated ru_RU translation from Igor Voytovich.
+
+       * Version 2.1.22 released.
+
+2015-07-16  c.hetherington  <cth@carlh.net>
+
+       * Updated ru_RU translation from Igor Voytovich.
+
+2015-07-14  c.hetherington  <cth@carlh.net>
+
+       * Updated fr_FR translation from Thierry Journet.
+
+       * Fix trim point movement when changing DCP frame rate (#637).
+
+2015-07-14  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.1.21 released.
+
+2015-07-14  Carl Hetherington  <cth@carlh.net>
+
+       * Fix occasional strange failure to allow content
+       selection (#636).
+
+       * Fix failure to encode 3D from separate content
+       in some cases (from 1.x) (#634).
+
+       * Fix non-working 3D DCP creation when using separate
+       pieces of content for each eye (#635).
+
+2015-07-12  Carl Hetherington  <cth@carlh.net>
+
+       * Enforce restrictions on SSL certificate properties.
+
+2015-07-09  Carl Hetherington  <cth@carlh.net>
+
+       * Improve 'best' frame rate guess in some cases (#633).
+
+       * Version 2.1.20 released.
+
+2015-07-09  c.hetherington  <cth@carlh.net>
+
+       * Fix error when using DCP content with no audio channels.
+
+       * Stop Ctrl+A working when the content tab is not visible (#577).
+
 2015-07-08  c.hetherington  <cth@carlh.net>
 
        * Remove the (I suspect) rarely used and very limited