X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=8e75c88e25853a9142d2f774b6e37694c5efdb1b;hb=81b73dcfaa36dcf82666e1b059e275a3579c1d62;hp=ea7b04762b0e15057d511d905f7b43f53d8f67cc;hpb=c91fbf86a8ca56099a23b8c93fe14bb711c67431;p=dcpomatic.git diff --git a/ChangeLog b/ChangeLog index ea7b04762..8e75c88e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,129 @@ +2012-11-10 Carl Hetherington + + * Version 0.57 released. + +2012-11-10 Carl Hetherington + + * Fix crash when trying to use a DCI name when there + is no soundtrack (yet) (reported by Wolfgang Woehl). + +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 + exposed by recent changes to ffmpeg. + +2012-09-27 Carl Hetherington + + * Version 0.53 released. + +2012-09-27 Carl Hetherington + + * 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 + + * Fix problems with overflow on long films. + +2012-09-24 Carl Hetherington + + * Version 0.52 released. + +2012-09-23 Carl Hetherington + + * 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 + + * Fix bug on OK-ing gain calculation + dialog without entering any values. + + * Improve spacing in some dialogs. + +2012-09-22 Carl Hetherington + + * Version 0.51 released. + 2012-09-22 Carl Hetherington * Improve transcode job progress reporting.