X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=e31fc719ebcf398dddbe0f0ee605bc0620b00612;hb=3574212ee42b2bd924eb95d5c0f4f69ec9e0a2f0;hp=0393afe76d5197a6b956cae1ed77572ab6289e7e;hpb=a6571e8e22ffd72a9bf390a85e596a4ca3dc3211;p=dcpomatic.git diff --git a/ChangeLog b/ChangeLog index 0393afe76..e31fc719e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,165 @@ +2014-03-07 Carl Hetherington + + * Add subtitle view. + +2014-05-29 Carl Hetherington + + * Version 1.69.18 released. + +2014-05-28 Carl Hetherington + + * Version 1.69.17 released. + +2014-05-28 Carl Hetherington + + * Version 1.69.16 released. + +2014-05-28 Carl Hetherington + + * Rework KDM generation to be about CPLs rather than DCPs, + and allow specification of any CPL to generate KDMs for. + + Requested-by: Richard Turner + +2014-05-27 Carl Hetherington + + * Version 1.69.15 released. + +2014-05-26 Carl Hetherington + + * Version 1.69.14 released. + +2014-05-26 Carl Hetherington + + * Fix problems with non-zero FFmpeg content start times. + +2014-05-24 Carl Hetherington + + * Version 1.69.13 released. + +2014-05-24 Carl Hetherington + + * Fix problems with log setup from config. + +2014-05-23 Carl Hetherington + + * Version 1.69.12 released. + +2014-05-22 Carl Hetherington + + * Version 1.69.11 released. + +2014-05-21 Carl Hetherington + + * Version 1.69.10 released. + +2014-05-21 Carl Hetherington + + * Tidy up logging a bit and make it configurable from the GUI + (moving a few things into an Advanced preferences tab at + the same time). + +2014-05-19 Carl Hetherington + + * Version 1.69.9 released. + +2014-05-19 Carl Hetherington + + * Decode image sources in the multi-threaded part + of the transcoder, rather than the single-threaded. + +2014-05-16 Carl Hetherington + + * Version 1.69.8 released. + +2014-05-16 Carl Hetherington + + * Fix various confusions in translations of abbreviated + channel names (Lc, Rc etc.) + +2014-05-14 Carl Hetherington + + * Version 1.69.7 released. + +2014-05-14 Carl Hetherington + + * Bump libdcp to remove checks on PCM MXF edit rates, + so we can generate strange ones in DCP-o-matic. + +2014-05-13 Carl Hetherington + + * Version 1.69.6 released. + +2014-05-13 Carl Hetherington + + * Remove artificial 100fps limit when using + "any" DCP frame rate. + +2014-05-12 Carl Hetherington + + * Version 1.69.5 released. + +2014-05-12 Carl Hetherington + + * Add option to use any DCP frame rate, rather than just + the "allowed" set. + + * Version 1.69.4 released. + +2014-05-12 Carl Hetherington + + * Version 1.69.3 released. + +2014-05-12 Carl Hetherington + + * Use libdcp::raw_convert instead of boost::lexical_cast and + LocaleGuard, hopefully to fix large numbers being written with + thousands separators on some locales. + +2014-05-10 Carl Hetherington + + * Version 1.69.2 released. + +2014-05-10 Carl Hetherington + + * Fix setup of the libswresample context to work with high channel counts. + +2014-05-09 Carl Hetherington + + * Version 1.69.1 released. + +2014-05-09 Carl Hetherington + + * Fix crash on using content with more than 12 audio channels. + + * Re-introduce ffprobe call when adding content. + +2014-05-05 Carl Hetherington + + * Version 1.69.0 released. + +2014-05-02 Carl Hetherington + + * Version 1.68.0 released. + +2014-04-29 Carl Hetherington + + * Version 1.67.1 released. + +2014-04-29 Carl Hetherington + + * Version 1.67.0 released. + 2014-04-27 Carl Hetherington + * Version 1.66.16 released. + +2014-04-27 Carl Hetherington + + * Add .dpx to the list of acceptable image files. + + * Slightly better handling of uncaught exceptions. + * Use our own directory picker on 14.04 (as well as 13.04 and 13.10) as it appears that the same bug remains.