X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=e463d17c8dd53f27e9bdcfa3ab2c9aebf57f357b;hb=0b781dd65a90e617866810ecb3dee27267449f1f;hp=1aaed38187357e12031818504c55088194e57f17;hpb=b8b9800d1022fe0912b180e8b3b41fd4b616478a;p=dcpomatic.git diff --git a/ChangeLog b/ChangeLog index 1aaed3818..e463d17c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,204 @@ +2012-12-13 Carl Hetherington + + * Version 0.64 released. + +2012-12-13 Carl Hetherington + + * Version 0.63 released. + +2012-12-13 Carl Hetherington + + * Re-fix reports of zero audio channels + with soundtracks of some source files. + +2012-12-13 Carl Hetherington + + * Version 0.62 released. + +2012-12-13 Carl Hetherington + + * Improve progress reporting during the final + DCP make job; should stop the bar sitting at 100% + for a while during digest creation. + +2012-12-11 Carl Hetherington + + * Version 0.61 released. + +2012-12-11 Carl Hetherington + + * More .deb dep tweaks. + +2012-12-11 Carl Hetherington + + * Version 0.60 released. + +2012-12-11 Carl Hetherington + + * Hopefully fix utterly broken partially-static + builds for .debs. + + * Fix specification of architecture in .debs. + +2012-12-10 Carl Hetherington + + * 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 + + * Version 0.59 released. + +2012-12-09 Carl Hetherington + + * Version 0.59beta5 released. + +2012-12-09 Carl Hetherington + + * Version 0.59beta4 released. + +2012-12-09 Carl Hetherington + + * Version 0.59beta3 released. + +2012-12-09 Carl Hetherington + + * Version 0.59beta2 released. + +2012-12-09 Carl Hetherington + + * Build against libdcp compiled with -O2 instead + of -O3. + +2012-12-05 Carl Hetherington + + * Version 0.59beta1 released. + +2012-11-15 Carl Hetherington + + * Default to using a DCI name. + + * Support for using external sound files instead + of the ones in the video source. + +2012-11-14 Carl Hetherington + + * Rearrange the GUI a bit to tidy things up. + + * Some internal reorganisation. + +2012-12-03 Carl Hetherington + + * Version 0.58 released. + +2012-12-03 Carl Hetherington + + * 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 + + * 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.