X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=fc623d7c50d4b9c7f0768ccf4b628eef5ceca492;hb=31d33f861023709e02641d12bbf7a1a449c82007;hp=1a89a8b2dc8456b3c0857e138397dc8c685dfdc8;hpb=a9f2a4587499d33eb91bbd76427c5b519cb5943d;p=dcpomatic.git diff --git a/ChangeLog b/ChangeLog index 1a89a8b2d..fc623d7c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,211 @@ +2013-02-02 Carl Hetherington + + * Tidy up filters dialog by not showing those + that are not configured in FFmpeg, and by splitting + them up into categories. + + * Fix infinite loop of error messages when + `playing back' using a non-existant filter (#39). + + * Encode data straight to MXFs, rather + than going via .j2c files. Should roughly + halve required disk space and reduce time + taken. + +2013-01-25 Carl Hetherington + + * When using formats which pad smaller frames into + larger ones, the padding black now shown in + the preview. + + * Fix the old DCP content type being left behind + when creating a new film. + + * Add option to specify default details + for the DCI name details dialog in new + Films (#42). + +2013-01-24 Carl Hetherington + + * Version 0.72 released. + +2013-01-24 Carl Hetherington + + * Version 0.71 released. + +2013-01-24 Carl Hetherington + + * Fix lack of audio with trimmed DCPs. + +2013-01-23 Carl Hetherington + + * Remove multi-reel support (for now); needs more thinking about + and testing. + +2013-01-12 Carl Hetherington + + * Version 0.71beta2 released. + +2013-01-12 Carl Hetherington + + * Version 0.71beta1 released. + +2013-01-12 Carl Hetherington + + * Untested support for splitting DCPs + into multiple reels. + +2013-01-09 Carl Hetherington + + * Try to build with 0.10.4-ish ffmpeg. + +2013-01-07 Carl Hetherington + + * Version 0.70 released. + +2013-01-07 Carl Hetherington + + * Fix heinous thinko in mono soundtrack mapping code. + +2013-01-06 Carl Hetherington + + * Version 0.70beta3 released. + +2013-01-06 Carl Hetherington + + * Postpone linking of duplicate video frames so that copies + don't fail on Windows. + +2013-01-06 Carl Hetherington + + * Version 0.70beta2 released. + +2013-01-06 Carl Hetherington + + * Version 0.70beta1 released. + +2013-01-06 Carl Hetherington + + * Put mono soundtracks on the centre speaker, rather + than on left (reported by Mike Blakesley). + + * Add format for 16:9 without letterboxing (requested by Lilian + Lefranc). + +2012-12-23 Carl Hetherington + + * Version 0.69 released. + +2012-12-23 Carl Hetherington + + * Version 0.68 released. + +2012-12-22 Carl Hetherington + + * Version 0.68beta10 released. + +2012-12-22 Carl Hetherington + + * Fix wscripts to work with python 3. + +2012-12-21 Carl Hetherington + + * Version 0.68beta9 released. + +2012-12-21 Carl Hetherington + + * Version 0.68beta8 released. + +2012-12-21 Carl Hetherington + + * Version 0.68beta7 released. + +2012-12-21 Carl Hetherington + + * Version 0.68beta6 released. + +2012-12-21 Carl Hetherington + + * Fix a few bugs. + + * Update the manual. + +2012-12-20 Carl Hetherington + + * Version 0.68beta5 released. + +2012-12-20 Carl Hetherington + + * Version 0.68beta4 released. + +2012-12-20 Carl Hetherington + + * Version 0.68beta3 released. + +2012-12-20 Carl Hetherington + + * Allow still-image DCPs to have external audio added to them (#13). + +2012-12-19 Carl Hetherington + + * Version 0.68beta2 released. + +2012-12-19 Carl Hetherington + + * Version 0.68beta1 released. + +2012-12-18 Carl Hetherington + + * Alter film viewer so that it is much quicker, responds instantly + to changes in video filtering settings, and can (roughly) play the + source material back. + + * Make the examination of content for length optional, so that + if a source file has an accurate header you can trust it. + +2012-12-18 Carl Hetherington + + * Version 0.67 released. + +2012-12-18 Carl Hetherington + + * Support non-planar float and signed + 16-bit planar audio; be less + crashy when unsupported audio formats + are found. + +2012-12-18 Carl Hetherington + + * Version 0.66 released. + +2012-12-18 Carl Hetherington + + * Version 0.65 released. +>>>>>>> master + +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. @@ -17,6 +225,15 @@ * 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.