Merge branch 'dead-wood'
[dcpomatic.git] / ChangeLog
index 1866405b58c178396e0cfaf63f0d30bb24081462..0b5a52b511f90df1c1da90946bf30b47d2bcd675 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,245 @@
+2012-12-03  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.58 released.
+
+2012-12-03  Carl Hetherington  <cth@carlh.net>
+
+       * DVD-o-matic and its dependencies rebuilt with
+       a newer mingw toolchain and with -O2 rather than
+       -O3 to (hopefully) improve reliability on Windows.
+
+       * Fixed problems with 7.1 audio.
+
+2012-11-10  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.57 released.
+
+2012-11-10  Carl Hetherington  <cth@carlh.net>
+
+       * Fix crash when trying to use a DCI name when there
+       is no soundtrack (yet) (reported by Wolfgang Woehl).
+
+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 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>
+
+       * Version 0.55 released.
+
+2012-10-09  Carl Hetherington  <cth@carlh.net>
+
+       * Fix bug possibly causing randomly-occuring
+       black thumbnails.
+
+       * Fix problems with obtaining frame rate of
+       WMV files (reported by Anders Nordentoft-Madsen).
+
+2012-10-07  Carl Hetherington  <cth@carlh.net>
+
+       * Fix up some bugs when using limited DCP
+       range (reported by Wolfgang Woehl).
+
+       * Don't stretch still images for DCPs, just
+       scale them up and pad them as required.
+
+2012-10-02  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.54 released.
+
+2012-10-02  Carl Hetherington  <cth@carlh.net>
+
+       * When encoding 24 frames per second drop
+       frame (ie 23.976 frames per second) run the
+       video at 24 FPS and resample the audio so
+       that when it is run correspondingly (slightly) fast
+       it remains in sync.
+
+       * Some code cleanup.
+
+2012-10-01  Carl Hetherington  <cth@carlh.net>
+
+       * Fix aff/666: thumbnail scan is run twice
+       when changing the content file for a film.
+
+2012-09-28  Carl Hetherington  <cth@carlh.net>
+
+       * Fix crash bug which seems to have been
+       exposed by recent changes to ffmpeg.
+
+2012-09-27  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.53 released.
+
+2012-09-27  Carl Hetherington  <cth@carlh.net>
+
+       * Fix unrecognised capital letters on
+       still-image file extensions.
+
+       * Write hashes of frames to disk and
+       check them before making the final DCP.
+
+2012-09-24  Carl Hetherington  <cth@carlh.net>
+
+       * Fix problems with overflow on long films.
+
+2012-09-24  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.52 released.
+
+2012-09-23  Carl Hetherington  <cth@carlh.net>
+
+       * Fix alignment of frames per second count.
+
+       * Use hopefully more robust networking
+       code to survive timeouts during reads and
+       writes.
+
+       * Some fixes for bugs when loading Films
+       created on Windows in Linux.
+
+2012-09-22  Carl Hetherington  <cth@carlh.net>
+
+       * Fix bug on OK-ing gain calculation
+       dialog without entering any values.
+
+       * Improve spacing in some dialogs.
+
+2012-09-22  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.51 released.
+
+2012-09-22  Carl Hetherington  <cth@carlh.net>
+
+       * Improve transcode job progress reporting.
+
+       * Update the slow bits of the properties
+       dialog in a separate thread to improve
+       responsiveness.
+
+       * Fix edit server button on Windows.
+
+2012-09-22  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.50 released.
+
+2012-09-22  Carl Hetherington  <cth@carlh.net>
+
+       * Rename servomatic to servomatic_cli and
+       add a very basic system-tray-dwelling GUI server.
+
+       * Tweak formatting of properties dialogue
+       and add a note of how many J2K frames
+       have already been encoded.
+
+       * Correctly set up crop in the viewer
+       on reloading a film.
+
+2012-09-18  Carl Hetherington  <cth@carlh.net>
+
+       * Fix non-working removal of encode servers.
+
+       * Add GUI front-end to encode server.
+
+2012-09-17  Carl Hetherington  <cth@carlh.net>
+
+       * Include servomatic in the Windows install.
+
+       * Add a simple Properties dialog to give
+       an estimate of disk space required for an
+       encode.
+
+2012-09-17  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.49 released.
+
+2012-09-16  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.48 released.
+
+2012-09-15  Carl Hetherington  <cth@carlh.net>
+
+       * Slightly speculative fix for failure to
+       take note of audio gain changes caused by
+       the Calculate dialogue.
+
+2012-09-12  Carl Hetherington  <cth@carlh.net>
+
+       * Fix crash when FFmpeg doesn't set up the audio channel
+       layout for some reason.
+
+2012-09-01  Carl Hetherington  <cth@carlh.net>
+
+       * Add 1.66-within-flat format.
+
+2012-08-27  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.47 released.
+
+2012-08-23  Carl Hetherington  <cth@carlh.net>
+
+       * Add some more formats.
+
+       * Update to use libdcp 0.11.
+
+       * Fix build with boost filesystem version 2.
+
+2012-08-10  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.46 released.
+
+2012-08-10  Carl Hetherington  <cth@carlh.net>
+
+       * Untested fixes for failure to encode
+       content without audio.
+
+2012-08-09  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.45 released.
+
+2012-08-09  Carl Hetherington  <cth@carlh.net>
+
+       * Fix bug with padding in Scope causing corrupt
+       images.
+
+       * Fix bug when using content file names which
+       start with the name of the film directory.
+
+2012-08-05  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.44 released.
+
+2012-08-04  Carl Hetherington  <cth@carlh.net>
+
+       * Fix bug with content inside the film directory.
+
 2012-08-04  Carl Hetherington  <cth@carlh.net>
 
        * Version 0.43 released.