X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=a528dd82798038073ce7c48337d6cb3d1a581cac;hb=1f9c2f2699718da6f3f16ab7aa00b41789ec180a;hp=ea49d8a5654a7cb713d293226bc8bcd72ae3ec05;hpb=e862ba83fbcc18510c40bbf9cddf9c471003a433;p=dcpomatic.git diff --git a/ChangeLog b/ChangeLog index ea49d8a56..a528dd827 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,243 @@ +2015-04-12 Carl Hetherington + + * Hand-apply 24ae3a8f0a68529b50c34079e643caf6b9327523 from master; + use the number of mapped audio channels for the DCP name, not the + number of DCP channels (#479). + +2015-03-25 Carl Hetherington + + * Remove scaler settings and just uses SWS_BICUBIC all round. + + * Hand-apply ec3e6abf817b84d589f0782b01f5059dd3bf0953; only allow + even DCP audio channel counts between 2 and 16 inclusive. + + * Hand-apply 3e3d3e46a74af7b3e6431033c7c80bd058c02cf6update; + full/play length in the timing panel when the DCP frame rate is + changed. + +2015-03-24 Carl Hetherington + + * Hand-apply 31eafa8a121b8d341d198e4fe426ee843cc70167; add a note + to the timing panel to try to stop people changing the video frame + rate in the wrong circumstances. + + * Hand-apply e30fd8d; resurrect JSON server code. + + * Hand-apply 7ba9dcdbfe8f0d94ad9887843995c152c45dfe9e from master; + allow "deletion" of the audio part of a FFmpeg file from the + timeline; delete unmaps the audio (#316). + +2015-02-25 Carl Hetherington + + * Version 2.0.41 released. + +2015-02-10 c.hetherington + + * Default to no colour conversion for + JPEG2000 and DCP content (#445). + +2015-02-06 Carl Hetherington + + * Version 2.0.40 released. + +2015-02-06 Carl Hetherington + + * Version 2.0.39 released. + +2015-01-31 Carl Hetherington + + * Fix error when using audio delay. + +2015-01-30 Carl Hetherington + + * Fix update of preview when video fade changes. + + * Hopefully fix black borders round the preview in + some cases. + +2015-01-24 Carl Hetherington + + * Version 2.0.38 released. + +2015-01-23 Carl Hetherington + + * Fix update checker. + + * Scan a whole FFmpeg file if no duration is given + in its header. + + * Fix flicker of SubRip subtitles in some cases. + + * Version 2.0.37 released. + +2015-01-21 Carl Hetherington + + * Version 2.0.36 released. + +2015-01-21 Carl Hetherington + + * Fix differentiation between MXF-wrapped subtitles + and video/audio content. + +2015-01-20 Carl Hetherington + + * Version 2.0.35 released. + +2015-01-20 c.hetherington + + * More informative error when failing to decode + JPEG2000 files. + +2015-01-15 Carl Hetherington + + * Version 2.0.34 released. + +2015-01-15 Carl Hetherington + + * Version 2.0.33 released. + +2015-01-15 Carl Hetherington + + * Version 2.0.32 released. + +2015-01-15 Carl Hetherington + + * Version 2.0.31 released. + +2015-01-15 Carl Hetherington + + * Version 2.0.30 released. + +2015-01-11 Carl Hetherington + + * Version 2.0.29 released. + +2015-01-11 Carl Hetherington + + * Version 2.0.28 released. + +2015-01-07 Carl Hetherington + + * Version 2.0.27 released. + +2015-01-07 Carl Hetherington + + * Version 2.0.26 released. + +2015-01-04 Carl Hetherington + + * Fix loading of SMPTE XML subtitles which + are not MXF-wrapped. + +2014-12-14 Carl Hetherington + + * Version 2.0.25 released. + +2014-12-11 Carl Hetherington + + * Version 2.0.24 released. + +2014-12-11 Carl Hetherington + + * Version 2.0.23 released. + +2014-12-11 Carl Hetherington + + * Add a language property to subtitle content and use it + for the DCP subtitle's language specification. + +2014-11-24 Carl Hetherington + + * Version 2.0.22 released. + +2014-11-24 Carl Hetherington + + * Allow import of J2K image sequences. + +2014-11-12 Carl Hetherington + + * Version 2.0.21 released. + +2014-11-12 Carl Hetherington + + * Version 2.0.20 released. + +2014-11-10 Carl Hetherington + + * Guess initial scale from the size of video + content images, taking pixel aspect ratio into + account where possible. + +2014-11-07 c.hetherington + + * Add a hint if there is 3D content in a proposed 2D DCP. + +2014-11-06 Carl Hetherington + + * Basic support for emailing a report of + a problem (#43). + +2014-11-05 c.hetherington + + * Add a few more hints. + +2014-10-30 Carl Hetherington + + * Version 2.0.19 released. + +2014-10-30 Carl Hetherington + + * Fix mis-merge causing complete breakage + of the main window. + +2014-10-28 Carl Hetherington + + * Version 2.0.18 released. + +2014-10-26 Carl Hetherington + + * Version 2.0.17 released. + +2014-11-02 Carl Hetherington + + * Be more tolerant of some FFmpeg audio decoding errors; + should fix #352. + +2014-10-26 Carl Hetherington + + * Version 2.0.16 released. + +2014-10-24 Carl Hetherington + + * Add a pause button for jobs. + + * Experimental support for bypassing colourspace conversion (#266). + + * Version 1.76.6 released. + 2014-10-23 Carl Hetherington + * Version 1.76.5 released. + +2014-10-23 Carl Hetherington + + * Version 1.76.4 released. + +2014-10-23 Carl Hetherington + + * Rename 'Add folder' to 'Add image sequence' + and add some tooltips. + + * Move the "keep video in sequence" button into + the timeline dialogue. + * Fix mix-placement of content when using the "Down" button to move it. +2014-10-22 Carl Hetherington + + * Version 2.0.15 released. + 2014-10-22 Carl Hetherington * Version 1.76.3 released. @@ -42,6 +277,35 @@ * Make server finding more reliable when there are more than a few servers. +2014-10-05 Carl Hetherington + + * Use a more sensible default position and size for + .srt subs. + +2014-10-03 Carl Hetherington + + * Version 2.0.14 released. + +2014-10-01 Carl Hetherington + + * Version 2.0.13 released. + +2014-09-30 Carl Hetherington + + * Version 2.0.12 released. + +2014-09-30 Carl Hetherington + + * Add basic video fade in/out. + +2014-09-22 Carl Hetherington + + * Version 2.0.11 released. + +2014-09-18 Carl Hetherington + + * Version 2.0.10 released. + 2014-10-08 Carl Hetherington * Version 1.74.2 released. @@ -92,6 +356,19 @@ 2014-09-12 Carl Hetherington + * Version 2.0.9 released. + +2014-09-12 Carl Hetherington + + * Add "re-examine" option to content context menu (#339). + +2014-09-11 Carl Hetherington + + * Restore encoding optimisations for still-image sources. + + * Add option to re-make signing chain with specified organisation, + common names etc. (#354) + * Allow separate X and Y scale for subtitles (#337). 2014-09-10 Carl Hetherington @@ -101,17 +378,38 @@ * Fix hidden advanced preferences button in some locales. -2014-09-08 Carl Hetherington + * Version 2.0.8 released. + +2014-09-10 Carl Hetherington + + * Fix loading of 1.x films. + + * Fix crash on audio analysis in some cases. + +2014-09-09 Carl Hetherington + + * Version 2.0.7 released. + +2014-09-09 Carl Hetherington + + * Version 2.0.6 released. + +2014-09-09 Carl Hetherington + + * Fix missing OS X dependencies. - * Version 1.73.4 released. + * Use a different directory for DCP-o-matic 2 + configuration (not the same as 1.x). 2014-09-08 Carl Hetherington - * Fix failure to load Targa files. + * Version 2.0.5 released. -2014-09-07 Carl Hetherington + * Fix hidden advanced preferences button in some locales. + +2014-09-08 Carl Hetherington - * Version 1.73.3 released. + * Fix failure to load Targa files. 2014-09-07 Carl Hetherington @@ -120,10 +418,6 @@ * Fix a few bad fuzzy translations from the preferences dialog. -2014-09-03 Carl Hetherington - - * Version 1.73.2 released. - 2014-09-03 Carl Hetherington * Fix server certificate downloads on OS X (#376). @@ -152,6 +446,33 @@ 2014-08-29 Carl Hetherington + * Version 2.0.4 released. + +2014-08-24 Carl Hetherington + + * Version 2.0.3 released. + +2014-08-24 Carl Hetherington + + * Version 2.0.2 released. + +2014-08-06 Carl Hetherington + + * Version 2.0.1 released. + +2014-07-15 Carl Hetherington + + * A variety of changes were made on the 2.0 branch + but not documented in the ChangeLog. Most sigificantly: + + - DCP import + - Creation of DCPs with proper XML subtitles + - Import of .srt and .xml subtitles + - Audio processing framework (with some basic processors). + +2014-03-07 Carl Hetherington + + * Add subtitle view. * Some improvements to the manual. 2014-08-26 Carl Hetherington @@ -182,6 +503,7 @@ * Attempt to fix random crashes on OS X (especially during encodes) thought to be caused by multiple threads using (different) stringstreams at the same time; see src/lib/safe_stringstream. +>>>>>>> origin/master 2014-08-09 Carl Hetherington @@ -246,6 +568,7 @@ 2014-07-10 Carl Hetherington * Version 1.72.2 released. +>>>>>>> origin/master 2014-07-10 Carl Hetherington