X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=fc623d7c50d4b9c7f0768ccf4b628eef5ceca492;hb=748995a13c2a6758ef867b2b78b945342768bae7;hp=96813f774ccfc18cad200f807cec0d1da0d0dcf5;hpb=7101dd05ddcde66600bded064e28b491d79e3ebc;p=dcpomatic.git diff --git a/ChangeLog b/ChangeLog index 96813f774..fc623d7c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,26 @@ +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).