X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=7bb54b4c1d5f6d585cd1a64a0335a9b639dbba94;hb=db7ee6fc9293617d3f08f97b3415bfdaf5705a02;hp=64db7a3ec2629f5f6f44800f5d9f35c6a7caadfc;hpb=a8d24d35dc999228f804ed425c0d9e90b9ddceaa;p=dcpomatic.git diff --git a/ChangeLog b/ChangeLog index 64db7a3ec..7bb54b4c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,210 @@ +2013-07-04 Carl Hetherington + + * Version 0.107beta1 released. + +2013-07-04 Carl Hetherington + + * Try to initialise the number of threads to the number + of cores in the machine (#170). + + * Pass _FILE_OFFSET_BITS=64 so that fopen() doesn't refuse + to open files of >2GB; fixes failure to re-start jobs + where the MXF has grown larger than 2GB on 32-bit machines. + +2013-07-01 Carl Hetherington + + * Version 0.106 released. + +2013-07-01 Carl Hetherington + + * Version 0.106beta1 released. + +2013-06-28 Carl Hetherington + + * Version 0.105 released. + +2013-06-28 Carl Hetherington + + * Work around GTK bugs related to the directory + picker (in the new film dialogue). There is a + buggy GTK included in Ubuntu 13.04 (and Mint 15). + +2013-06-27 Carl Hetherington + + * Version 0.104 released. + +2013-06-27 Carl Hetherington + + * Hopefully fix problems with end-trim not working. + +2013-06-24 Carl Hetherington + + * Version 0.103 released. + +2013-06-20 Carl Hetherington + + * Version 0.102 released. + +2013-06-19 Carl Hetherington + + * Version 0.101 released. + +2013-06-19 Carl Hetherington + + * Version 0.101beta5 released. + +2013-06-19 Carl Hetherington + + * Fix hang when there are problems decoding + audio. + +2013-06-19 Carl Hetherington + + * Version 0.101beta4 released. + +2013-06-19 Carl Hetherington + + * Version 0.101beta3 released. + +2013-06-19 Carl Hetherington + + * Version 0.101beta2 released. + +2013-06-19 Carl Hetherington + + * Version 0.101beta1 released. + +2013-06-14 Carl Hetherington + + * Version 0.100 released. + +2013-06-13 Carl Hetherington + + * Fix ffmpeg's pixel format 13. + +2013-06-13 Carl Hetherington + + * Version 0.99 released. + +2013-06-09 Carl Hetherington + + * Version 0.98 released. + +2013-06-07 Carl Hetherington + + * Version 0.97 released. + +2013-06-07 Carl Hetherington + + * Version 0.96 released. + +2013-06-05 Carl Hetherington + + * Version 0.95 released. + +2013-06-05 Carl Hetherington + + * Fix crash on startup on Windows + +2013-06-05 Carl Hetherington + + * Version 0.94 released. + +2013-06-04 Carl Hetherington + + * Version 0.94beta2 released. + +2013-06-04 Carl Hetherington + + * A few fixes to A/B mode. + +2013-05-31 Carl Hetherington + + * Version 0.94beta1 released. + +2013-05-31 Carl Hetherington + + * Fix ridiculous 100-frame limit on trim + in the GUI. + +2013-05-30 Carl Hetherington + + * Preserve the folder to put new films in + across openings of the new film dialog + (#143). + + * Various tweaks to video preview; number + frames from 1 (not 0), fix update of frame + on stop. + + * Fix missing shortcut to GUI encode server + on Linux (#151). + + * Fix incorrect frame display on setting a new + content video (#147). + + * Fix problems with mistaken re-use of video + MXFs after trims have changed. + +2013-05-20 Carl Hetherington + + * Version 0.93 released. + +2013-05-20 Carl Hetherington + + * Fix another crash on still images with + no audio. + +2013-05-19 Carl Hetherington + + * Version 0.92 released. + +2013-05-19 Carl Hetherington + + * Version 0.91 released. + +2013-05-19 Carl Hetherington + + * Hopefully fix load of decimal values (e.g. frame rates) + in non-English locales on Windows. + +2013-05-17 Carl Hetherington + + * Version 0.90 released. + +2013-05-17 Carl Hetherington + + * Write backtrace files when Windows + version crashes. + + * Try to fix crash on stills with no audio. + +2013-05-06 Carl Hetherington + + * Fix resizing / redraw problems in audio viewer + on Windows. + +2013-05-06 Carl Hetherington + + * Version 0.89 released. + +2013-05-04 Carl Hetherington + + * Version 0.89beta1 released. + +2013-05-04 Carl Hetherington + + * Very simple batch converter added (#127). + + * Add preference for CPL issuer and creator (#122). + + * Add preference for default format and DCP content + type (#133). + +2013-04-28 Carl Hetherington + + * Version 0.88 released. + 2013-04-28 Carl Hetherington * Fix broken external audio support.