Move deinterleaving of audio into ffmpeg decoder.
[dcpomatic.git] / ChangeLog
index b19d87139c4eccca537f237c0ac2d54dad5004f3..3ade2ea92dea8e30a695cf80edb71ea439a77a28 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,33 @@
+2012-11-07  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.56 released.
+
+2012-11-05  Carl Hetherington  <cth@carlh.net>
+
+       * Remove options to black-out the video when cropping the end;
+       it complicates the code and is getting a bit close to video
+       editing.
+
+       * Add option to trim from both the start and
+       the end of the input video.
+
+       * Various bug fixes and code rearrangement.
+
 2012-10-14  Carl Hetherington  <cth@carlh.net>
 
-       * Basic support for DVD subtitles.
+       * Basic support for DVD and Blu-Ray subtitles.
+
+       * Re-add DCI naming support.
+
+       * Basic support for selection of audio
+       and subtitle streams.
+
+       * Fixes for audio/video sync in some cases.
+
+       * Cope with videos with varying size and/or
+       pixel format.
+
+       * Fix bug with handling of YUV422-format videos.
 
 2012-10-09  Carl Hetherington  <cth@carlh.net>