Fix crash from previous commit; clear viewer image when its size changes (#12).
[dcpomatic.git] / ChangeLog
index 1b53dd8aba087c65bad1efab23fab51a90cc1357..8787a9b2d300cf7ab7630304dd419f10f865c73e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,43 @@
+2012-12-20  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.68beta4 released.
+
+2012-12-20  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.68beta3 released.
+
+2012-12-20  Carl Hetherington  <cth@carlh.net>
+
+       * Allow still-image DCPs to have external audio added to them (#13).
+
+2012-12-19  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.68beta2 released.
+
+2012-12-19  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.68beta1 released.
+
+2012-12-18  Carl Hetherington  <cth@carlh.net>
+
+       * Alter film viewer so that it is much quicker, responds instantly
+       to changes in video filtering settings, and can (roughly) play the
+       source material back.
+
+       * Make the examination of content for length optional, so that
+       if a source file has an accurate header you can trust it.
+
+2012-12-18  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.67 released.
+
+2012-12-18  Carl Hetherington  <cth@carlh.net>
+
+       * Support non-planar float and signed
+       16-bit planar audio; be less
+       crashy when unsupported audio formats
+       are found.
+
 2012-12-18  Carl Hetherington  <cth@carlh.net>
 
        * Version 0.66 released.
@@ -5,6 +45,7 @@
 2012-12-18  Carl Hetherington  <cth@carlh.net>
 
        * Version 0.65 released.
+>>>>>>> master
 
 2012-12-13  Carl Hetherington  <cth@carlh.net>
 
 
        * Fix specification of architecture in .debs.
 
+2012-12-10  Carl Hetherington  <cth@carlh.net>
+
+       * Add a check-box (which defaults to on) which tells DVD-o-matic
+       not to scan new content files to work out their length, but instead
+       to trust the length from the header.  This length only matters for
+       working out what thumbnails to generate, so it isn't critical.
+       Trusting the header will speed up the "Examine Content" job by
+       a factor of about 2, which is handy for large films.
+
 2012-12-10  Carl Hetherington  <cth@carlh.net>
 
        * Version 0.59 released.