X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=b68ba79109de084e40d20151023908dbbef095d1;hb=a99ba86a80796432f1d1ea07912380ba5563438e;hp=b260b8745c4b29dc3c3161a886e8101136dd1501;hpb=c252cb33a3ca8088fbe091af903a77ad8a098969;p=dcpomatic.git diff --git a/ChangeLog b/ChangeLog index b260b8745..b68ba7910 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,77 @@ +2012-11-10 Carl Hetherington + + * Version 0.57 released. + +2012-11-07 Carl Hetherington + + * Version 0.56 released. + +2012-11-05 Carl Hetherington + + * 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 + + * 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 + + * Version 0.55 released. + +2012-10-09 Carl Hetherington + + * 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 + + * 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 + + * Version 0.54 released. + +2012-10-02 Carl Hetherington + + * 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 + + * Fix aff/666: thumbnail scan is run twice + when changing the content file for a film. + 2012-09-28 Carl Hetherington * Fix crash bug which seems to have been